summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_drv.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-03drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart1-6/+6
2018-09-03drm/omap: Remove unnecessary display output sanity checksLaurent Pinchart1-6/+0
2018-09-03drm/omap: Store CRTC lookup by channel table in omap_drm_privateLaurent Pinchart1-0/+19
2018-09-03drm/omap: Pass pipe pointer to omap_crtc_init()Laurent Pinchart1-1/+1
2018-09-03drm/omap: Reverse direction of DSS device (dis)connect operationsLaurent Pinchart1-14/+21
2018-09-03drm/omap: Group CRTC, encoder, connector and dssdev in a structureLaurent Pinchart1-75/+69
2018-09-03drm/omap: Create all planes before CRTCsLaurent Pinchart1-26/+19
2018-09-03drm/omap: Remove unneeded variable assignments in omap_modeset_initLaurent Pinchart1-13/+5
2018-09-03drm/omap: dss: Move DSS mgr ops and private data to dss_deviceLaurent Pinchart1-2/+2
2018-09-03drm/omap: dss: Store dss_device pointer in omap_dss_deviceLaurent Pinchart1-1/+1
2018-09-03drm/omap: dss: Move and rename omap_dss_(get|put)_device()Laurent Pinchart1-4/+4
2018-09-03drm/omap: dss: Rename for_each_dss_dev macro to for_each_dss_displayLaurent Pinchart1-2/+2
2018-09-03drm/omap: dss: Add functions to connect and disconnect devicesLaurent Pinchart1-2/+2
2018-09-03drm/omap: Do dss_device (display) ordering in omap_drv.cPeter Ujfalusi1-0/+18
2018-09-03drm/omap: Manage the usable omap_dss_device list within omap_drm_privatePeter Ujfalusi1-35/+59
2018-09-03drm/omap: Allocate drm_device earlier and unref it as last stepPeter Ujfalusi1-16/+13
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-06-28drm/omap: gem: Switch to gem_free_object_unlocked()Daniel Vetter1-1/+1
2018-06-28drm/omap: gem: Fix mm_list lockingDaniel Vetter1-1/+1
2018-03-28drm/omap: Use normalized zpos for plane placementPeter Ujfalusi1-0/+3
2018-03-01drm/omap: fix maximum sizesTomi Valkeinen1-4/+7
2018-03-01drm/omap: cleanup fbdev init/freeTomi Valkeinen1-5/+4
2018-03-01drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart1-6/+7
2018-03-01drm: omapdrm: dss: Store dispc ops in dss_device structureLaurent Pinchart1-3/+2
2018-03-01drm: omapdrm: dss: Store DSS device pointer in the omapdrm private dataLaurent Pinchart1-0/+1
2018-03-01drm: omapdrm: dss: Pass omap_drm_private pointer to dss_mgr_opsLaurent Pinchart1-1/+1
2018-03-01drm: omapdrm: Split init and cleanup from probe and remove functionsLaurent Pinchart1-32/+51
2017-12-19drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis1-3/+1
2017-12-19drm: omapdrm: Pass drm_device to omap_gem_resume()Laurent Pinchart1-1/+1
2017-12-19drm/omap: Filter displays mode based on bandwidth limitPeter Ujfalusi1-0/+5
2017-12-08drm/omap: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes1-32/+2
2017-08-23drm/omap: work-around for omap3 display enableTomi Valkeinen1-17/+30
2017-08-16drm/omap: remove no-op cleanup codeTomi Valkeinen1-33/+0
2017-08-16drm/omap: rename omapdrm device backTomi Valkeinen1-1/+1
2017-08-16drm: omapdrm: Register omapdrm platform device in omapdss driverLaurent Pinchart1-1/+7
2017-08-15drm/omap: Support for HDMI hot plug detectionPeter Ujfalusi1-0/+29
2017-08-01drm/omapdrm: Fix omap_atomic_wait_for_completionMaarten Lankhorst1-3/+3
2017-07-29drm/omapdrm: Use the drm_driver.dumb_destroy defaultNoralf Trønnes1-1/+0
2017-06-02drm/omap: define compat_ioctlTomi Valkeinen1-0/+1
2017-06-02drm/omap: add new connector typesTomi Valkeinen1-0/+8
2017-06-02drm: omapdrm: Infer the OMAP version from the SoC familyLaurent Pinchart1-2/+13
2017-06-02drm: omapdrm: Add zpos propertyLaurent Pinchart1-1/+3
2017-06-02drm: omapdrm: Remove legacy buffer synchronization supportLaurent Pinchart1-49/+4
2017-06-02drm: omapdrm: Use DRM core's atomic commit helperLaurent Pinchart1-98/+14
2017-05-22drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss1-2/+2
2017-04-03drm/omap: Major omap_modeset_init() cleanupJyri Sarha1-130/+47
2017-04-03drm/omap: Get rid of DRM_OMAP_NUM_CRTCS config optionJyri Sarha1-43/+16
2017-04-03drm/omap: use drm_atomic_helper_shutdown()Tomi Valkeinen1-0/+2
2017-04-03drm/omap: Use omapdss_stack_is_ready() to check that the display stack is upPeter Ujfalusi1-6/+3
2017-04-03drm/omap: use dispc_opsTomi Valkeinen1-4/+6