aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-08drm: Nuke drm_atomic_helper_crtc_set_propertyDaniel Vetter1-1/+0
2017-08-08drm/omap: Rework the rotation-on-crtc hackMaarten Lankhorst1-39/+85
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart1-2/+3
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart1-2/+3
2017-06-02drm: omapdrm: Handle events when enabling/disabling CRTCsLaurent Pinchart1-8/+22
2017-04-03drm/omap: Major omap_modeset_init() cleanupJyri Sarha1-3/+17
2017-04-03drm/omap: fix display SYNC/DE flagsTomi Valkeinen1-3/+37
2017-04-03drm/omap: use dispc_opsTomi Valkeinen1-13/+23
2017-04-03drm/omap: refactor CRTC HW property setupTomi Valkeinen1-8/+17
2017-02-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter1-7/+1
2017-02-16Revert "drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs"Jyri Sarha1-7/+1
2017-02-08drm/omap: use vblank hooks in struct drm_crtc_funcsTomi Valkeinen1-0/+2
2016-12-19drm: omapdrm: Inline the pipe2vbl functionLaurent Pinchart1-7/+0
2016-12-19drm: omapdrm: Keep vblank interrupt enabled while CRTC is activeLaurent Pinchart1-46/+33
2016-12-19drm: omapdrm: Use a spinlock to protect the CRTC pending flagLaurent Pinchart1-11/+22
2016-12-19drm: omapdrm: Prevent processing the same event multiple timesLaurent Pinchart1-8/+15
2016-12-19drm: omapdrm: Check the CRTC software state at enable/disable timeLaurent Pinchart1-3/+3
2016-12-19drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCsLaurent Pinchart1-1/+7
2016-12-19drm: omapdrm: Replace DSS manager state check with omapdrm CRTC stateLaurent Pinchart1-9/+13
2016-12-19drm: omapdrm: Handle CRTC error IRQs directlyLaurent Pinchart1-10/+2
2016-11-02drm/omap: Use consistent name for struct videomodePeter Ujfalusi1-9/+9
2016-11-02drm/omap: Replace struct omap_video_timings with videomodePeter Ujfalusi1-4/+7
2016-11-02drm/omapdrm: Remove double gamma table write in omap_crtc_atomic_flush()Jyri Sarha1-13/+0
2016-10-21drm/omap: Use per-plane rotation propertyVille Syrjälä1-8/+5
2016-06-07drm/omapdrm: Implement gamma_lut atomic crtc propertiesJyri Sarha1-0/+56
2016-03-16Merge tag 'topic/drm-misc-2016-03-14' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-8/+0
2016-03-05Merge tag 'omapdrm-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-nextDave Airlie1-49/+70
2016-03-04drm/omapdrm: removed optional dummy crtc mode_fixup function.Carlos Palminha1-8/+0
2016-03-03drm/omap: remove last uses of omap_overlay_managerTomi Valkeinen1-10/+0
2016-03-03drm/omap: add dispc_channel_connected field to omap_dss_deviceTomi Valkeinen1-0/+2
2016-03-03drm/omap: convert dss_mgr_ops to use omap_channelTomi Valkeinen1-17/+21
2016-03-03drm/omap: remove crtc->mgr fieldTomi Valkeinen1-13/+7
2016-03-03drm/omap: Add dispc_mgr_get_supported_outputs()Tomi Valkeinen1-1/+1
2016-03-03drm/omap: fix crtc->plane property delegationTomi Valkeinen1-18/+40
2016-03-03drm/omap: increase vblank wait timeoutTomi Valkeinen1-1/+5
2016-03-03drm/omap: drm_atomic_get_plane_state() may return ERR_PTRJyri Sarha1-2/+2
2016-03-03drm/omap: HDMI: change enable/disable to avoid sync-lostsTomi Valkeinen1-0/+5
2016-02-08drm/omap: Nuke close hooksDaniel Vetter1-12/+1
2015-12-11drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä1-1/+1
2015-10-19drm: Check crtc viewport correctly with rotated primary plane on atomic driversVille Syrjälä1-3/+0
2015-08-06drm/omap: Fixup compile failDaniel Vetter1-2/+4
2015-06-12drm: omapdrm: new vblank and event handlingTomi Valkeinen1-75/+48
2015-06-12drm: omapdrm: merge omap_crtc_flush and omap_crtc_atomic_flushTomi Valkeinen1-21/+14
2015-06-12drm: omapdrm: Don't setup planes manually from CRTC .enable()/.disable()Laurent Pinchart1-20/+0
2015-06-12drm: omapdrm: Don't flush CRTC when enabling or disabling itLaurent Pinchart1-4/+0
2015-06-12drm: omapdrm: Move encoder setup to encoder operationsLaurent Pinchart1-36/+2
2015-06-12drm: omapdrm: Simplify DSS power managementLaurent Pinchart1-11/+0
2015-06-12drm: omapdrm: Remove nested PM get/sync when configuring encodersLaurent Pinchart1-4/+0
2015-06-12drm: omapdrm: Support unlinking page flip events prematurelyLaurent Pinchart1-25/+11
2015-06-12drm: omapdrm: omap_crtc_flush() isn't called with modeset lockedLaurent Pinchart1-1/+0