aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm
Commit message (Expand)AuthorAgeFilesLines
* drm/omap: displays: Remove videomode from omap_dss_device structureLaurent Pinchart2018-09-0315-30/+3
* drm/omap: dss: Constify omap_dss_driver operations structureLaurent Pinchart2018-09-0314-18/+18
* drm/omap: dss: Remove unused omapdss_default_get_timings()Laurent Pinchart2018-09-031-10/+0
* drm/omap: dss: Remove DSS encoders get_timings operationLaurent Pinchart2018-09-039-92/+0
* drm/omap: dss: Remove omapdss_atv_ops get_wss and set_wss operationsLaurent Pinchart2018-09-033-66/+0
* drm/omap: dss: Handle DPI and SDI port initialization failuresLaurent Pinchart2018-09-031-3/+10
* drm/omap: dss: Move platform_device_register from core.c to dss.c probeJyri Sarha2018-09-033-24/+17
* drm/omap: dss: Gather OMAP DSS components at probe timeLaurent Pinchart2018-09-031-1/+2
* drm/omap: dss: Remove display ordering from dss/display.cPeter Ujfalusi2018-09-032-14/+3
* drm/omap: Do dss_device (display) ordering in omap_drv.cPeter Ujfalusi2018-09-033-0/+21
* drm/omap: Manage the usable omap_dss_device list within omap_drm_privatePeter Ujfalusi2018-09-032-35/+62
* drm/omap: Allocate drm_device earlier and unref it as last stepPeter Ujfalusi2018-09-031-16/+13
* drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-131-1/+1
* drm: drop _mode_ from update_edit_property()Daniel Vetter2018-07-131-2/+2
* Merge tag 'omapdrm-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tom...Dave Airlie2018-07-0619-176/+237
|\
| * drm/omap: gem: Switch to gem_free_object_unlocked()Daniel Vetter2018-06-281-1/+1
| * drm/omap: gem: Fix mm_list lockingDaniel Vetter2018-06-284-8/+13
| * drm/omap: gem: Replace struct_mutex usage with omap_obj private lockLaurent Pinchart2018-06-283-56/+86
| * drm/omap: gem: Don't take struct_mutex to get GEM object mmap offsetLaurent Pinchart2018-06-281-14/+2
| * drm/omap: gem: Merge __omap_gem_get_pages() and omap_gem_attach_pages()Laurent Pinchart2018-06-281-39/+20
| * drm/omap: gem: Rename GEM function with omap_gem_* prefixLaurent Pinchart2018-06-281-22/+26
| * drm/omap: fix email addressTomi Valkeinen2018-06-2811-12/+12
| * drm/omap: Implement workaround for DRA7 errata ID:i932Venkateswara Rao Mandela2018-06-283-10/+67
| * gpu: drm: omapdrm: Adding new typedef vm_fault_tSouptick Joarder2018-06-282-29/+25
* | drm/omap: remove now unused functionsChristian König2018-06-251-17/+0
* | Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-06-223-89/+24
|\ \ | |/ |/|
| * Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan2018-06-207-12/+37
| |\
| * | dma-buf: remove kmap_atomic interfaceChristian König2018-06-201-2/+0
| * | drm/omapdrm: Nuke omap_framebuffer_get_next_connector()Ville Syrjälä2018-05-252-29/+0
| * | drm/omap: Move buffer pitch/offset to drm_framebufferDaniel Stone2018-05-221-13/+9
| * | drm/omap: Move GEM BO to drm_framebufferDaniel Stone2018-05-221-45/+15
* | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-3/+3
* | | Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-06-062-1/+4
|\ \ \ | | |/ | |/|
| * | Merge drm-fixes-for-v4.17-rc6-urgent into drm-nextDave Airlie2018-05-187-12/+37
| |\ \ | | |/ | |/|
| * | Merge tag 'drm-misc-next-2018-04-26' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-04-302-1/+4
| |\ \
| | * | drm/omap: Use normalized zpos for plane placementPeter Ujfalusi2018-03-282-1/+4
* | | | drm/omap: fix NULL deref crash with SDI displaysTomi Valkeinen2018-05-241-1/+4
| |_|/ |/| |
* | | drm/omap: handle alloc failures in omap_connectorTomi Valkeinen2018-05-071-0/+10
* | | drm/omap: add missing linefeeds to printsTomi Valkeinen2018-05-071-7/+7
* | | drm/omap: handle error if scale coefs are not foundTomi Valkeinen2018-05-071-0/+6
* | | drm/omap: check return value from soc_device_matchTomi Valkeinen2018-05-071-1/+6
* | | drm/omap: fix possible NULL ref issue in tiler_reserve_2dTomi Valkeinen2018-05-071-1/+5
* | | drm/omap: fix uninitialized ret variableTomi Valkeinen2018-05-072-2/+2
* | | drm/omap: silence unititialized variable warningDan Carpenter2018-05-071-1/+1
|/ /
* / drm/omap: fix crash if there's no video PLLTomi Valkeinen2018-04-051-7/+8
|/
* drm/omap: fix compile error when DPI is disabledTomi Valkeinen2018-03-141-1/+1
* drm/omap: fix compile error when debugfs is disabledTomi Valkeinen2018-03-141-14/+12
* drm: omapdrm: displays: panel-dsi-cm: Fix field access before setLaurent Pinchart2018-03-021-3/+3
* drm/omap: cleanup color space conversionTomi Valkeinen2018-03-011-15/+44