summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_drv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+1
* 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/+2
* drm/omap: work-around for omap3 display enableTomi Valkeinen2017-08-231-17/+30
* drm/omap: remove no-op cleanup codeTomi Valkeinen2017-08-161-33/+0
* drm/omap: rename omapdrm device backTomi Valkeinen2017-08-161-1/+1
* drm: omapdrm: Register omapdrm platform device in omapdss driverLaurent Pinchart2017-08-161-1/+7
* drm/omap: Support for HDMI hot plug detectionPeter Ujfalusi2017-08-151-0/+29
* drm/omapdrm: Fix omap_atomic_wait_for_completionMaarten Lankhorst2017-08-011-3/+3
* drm/omapdrm: Use the drm_driver.dumb_destroy defaultNoralf Trønnes2017-07-291-1/+0
* drm/omap: define compat_ioctlTomi Valkeinen2017-06-021-0/+1
* drm/omap: add new connector typesTomi Valkeinen2017-06-021-0/+8
* drm: omapdrm: Infer the OMAP version from the SoC familyLaurent Pinchart2017-06-021-2/+13
* drm: omapdrm: Add zpos propertyLaurent Pinchart2017-06-021-1/+3
* drm: omapdrm: Remove legacy buffer synchronization supportLaurent Pinchart2017-06-021-49/+4
* drm: omapdrm: Use DRM core's atomic commit helperLaurent Pinchart2017-06-021-98/+14
OpenPOWER on IntegriCloud