summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/omap_drv.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-03drm/omap: move dispc related dss-feat funcs to dispcTomi Valkeinen1-2/+2
2017-04-03drm/omap: Add support for render nodesHemant Hariyani1-7/+13
2017-04-03drm/omap: decrease min width & heightTomi Valkeinen1-2/+2
2017-02-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter1-2/+15
2017-02-16drm/omapdrm: Move commit_modeset_enables() before commit_planes()Jyri Sarha1-1/+15
2017-02-16Revert "drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs"Jyri Sarha1-2/+1
2017-02-08drm/omap: use vblank hooks in struct drm_crtc_funcsTomi Valkeinen1-2/+0
2017-02-07drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo1-1/+0
2017-02-01Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-1/+0
2017-01-27drm/omap: Remove omap_debugfs_cleanup()Noralf Trønnes1-1/+0
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi1-3/+1
2016-12-19drm: omapdrm: Perform initialization/cleanup at probe/remove timeLaurent Pinchart1-106/+105
2016-12-19drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCsLaurent Pinchart1-1/+2
2016-12-19drm: omapdrm: Handle FIFO underflow IRQs internallyLaurent Pinchart1-2/+2
2016-12-08drm/omap: fix primary-plane's possible_crtcsTomi Valkeinen1-5/+12
2016-10-21drm/omap: Use per-plane rotation propertyVille Syrjälä1-27/+25