summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_drv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-161-15/+1Star
|\
| * drm/omap: remove open-coded drm_invalid_op()Emil Velikov2019-06-101-15/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
|/
* 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/+56Star
* 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/+2Star
* 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/+2Star
* 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/+4Star
* 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/+0Star
* 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/+69Star
* drm/omap: Create all planes before CRTCsLaurent Pinchart2018-09-031-26/+19Star
* drm/omap: Remove unneeded variable assignments in omap_modeset_initLaurent Pinchart2018-09-031-13/+5Star
* 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/+13Star
* 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/+4Star
* 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/+2Star
* drm: omapdrm: dss: Store DSS device pointer in the omapdrm private dataLaurent Pinchart2018-03-011-0/+1
* drm: omapdrm: dss: Pass omap_drm_private pointer to dss_mgr_opsLaurent Pinchart2018-03-011-1/+1
* drm: omapdrm: Split init and cleanup from probe and remove functionsLaurent Pinchart2018-03-011-32/+51
* drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis2017-12-191-3/+1Star
* drm: omapdrm: Pass drm_device to omap_gem_resume()Laurent Pinchart2017-12-191-1/+1
* drm/omap: Filter displays mode based on bandwidth limitPeter Ujfalusi2017-12-191-0/+5
* drm/omap: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes2017-12-081-32/+2Star
* drm/omap: work-around for omap3 display enableTomi Valkeinen2017-08-231-17/+30
* drm/omap: remove no-op cleanup codeTomi Valkeinen2017-08-161-33/+0Star
* drm/omap: rename omapdrm device backTomi Valkeinen2017-08-161-1/+1