summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_drv.c
Commit message (Expand)AuthorAgeFilesLines
* drm/bridge: Introduce drm_bridge_get_next_bridge()Boris Brezillon2019-12-091-2/+2
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-10-031-1/+1
|\
| * Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-191-8/+14
| |\
| * | drm/omap: ensure we have a valid dma_maskTomi Valkeinen2019-08-121-1/+1
* | | drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon2019-08-281-0/+1
| |/ |/|
* | Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-221-12/+1
|\ \ | |/
| * Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-151-15/+1
| |\
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* | | drm/omapdrm: drop use of drmP.hSam Ravnborg2019-07-171-2/+8
* | | drm/omap: drop DRM_AUTH from DRM_RENDER_ALLOW ioctlsEmil Velikov2019-06-261-5/+5
* | | drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter2019-06-211-1/+1
| |/ |/|
* | drm/omap: remove open-coded drm_invalid_op()Emil Velikov2019-06-101-15/+1
|/
* drm/omap: Add support for drm_panelLaurent Pinchart2019-03-181-1/+14
* drm/omap: Add support for drm_bridgeLaurent Pinchart2019-03-181-18/+51
* drm/omap: Refactor initialization sequenceLaurent Pinchart2019-03-181-67/+56
* drm/omap: Move display alias ID to omap_drm_pipelineLaurent Pinchart2019-03-181-2/+7
* drm/omap: Don't pass display pointer to encoder init functionLaurent Pinchart2019-03-181-1/+1
* drm/omap: Use atomic suspend/resume helpersLaurent Pinchart2019-03-181-48/+2
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* drm/omap: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-10-021-2/+2
* drm/omap: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann2018-10-021-1/+1
* drm/omap: Determine connector type directly in omap_connector.cLaurent Pinchart2018-09-031-25/+2
* drm/omap: Pass both output and display omap_dss_device to connector initLaurent Pinchart2018-09-031-1/+2
* drm/omap: Pass both output and display omap_dss_device to encoder initLaurent Pinchart2018-09-031-1/+1
* drm/omap: Merge HPD enable operation with HPD callback registrationLaurent Pinchart2018-09-031-12/+4
* drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart2018-09-031-6/+6
* drm/omap: Remove unnecessary display output sanity checksLaurent Pinchart2018-09-031-6/+0
* drm/omap: Store CRTC lookup by channel table in omap_drm_privateLaurent Pinchart2018-09-031-0/+19
* drm/omap: Pass pipe pointer to omap_crtc_init()Laurent Pinchart2018-09-031-1/+1
* drm/omap: Reverse direction of DSS device (dis)connect operationsLaurent Pinchart2018-09-031-14/+21
* drm/omap: Group CRTC, encoder, connector and dssdev in a structureLaurent Pinchart2018-09-031-75/+69
* drm/omap: Create all planes before CRTCsLaurent Pinchart2018-09-031-26/+19
* drm/omap: Remove unneeded variable assignments in omap_modeset_initLaurent Pinchart2018-09-031-13/+5
* drm/omap: dss: Move DSS mgr ops and private data to dss_deviceLaurent Pinchart2018-09-031-2/+2
* drm/omap: dss: Store dss_device pointer in omap_dss_deviceLaurent Pinchart2018-09-031-1/+1
* drm/omap: dss: Move and rename omap_dss_(get|put)_device()Laurent Pinchart2018-09-031-4/+4
* drm/omap: dss: Rename for_each_dss_dev macro to for_each_dss_displayLaurent Pinchart2018-09-031-2/+2
* drm/omap: dss: Add functions to connect and disconnect devicesLaurent Pinchart2018-09-031-2/+2
* drm/omap: Do dss_device (display) ordering in omap_drv.cPeter Ujfalusi2018-09-031-0/+18
* drm/omap: Manage the usable omap_dss_device list within omap_drm_privatePeter Ujfalusi2018-09-031-35/+59
* 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/omap: gem: Switch to gem_free_object_unlocked()Daniel Vetter2018-06-281-1/+1
* drm/omap: gem: Fix mm_list lockingDaniel Vetter2018-06-281-1/+1
* drm/omap: Use normalized zpos for plane placementPeter Ujfalusi2018-03-281-0/+3
* drm/omap: fix maximum sizesTomi Valkeinen2018-03-011-4/+7
* drm/omap: cleanup fbdev init/freeTomi Valkeinen2018-03-011-5/+4
* drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart2018-03-011-6/+7
* drm: omapdrm: dss: Store dispc ops in dss_device structureLaurent Pinchart2018-03-011-3/+2
* drm: omapdrm: dss: Store DSS device pointer in the omapdrm private dataLaurent Pinchart2018-03-011-0/+1
OpenPOWER on IntegriCloud