summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_crtc.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-16Revert "drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs"Jyri Sarha1-7/+1
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-in...Dave Airlie1-8/+0
2016-03-05Merge tag 'omapdrm-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tomb...Dave 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
2015-06-12drm: omapdrm: Don't get/put dispc in omap_crtc_flush()Laurent Pinchart1-4/+0
2015-06-12drm: omapdrm: Make the omap_crtc_flush function staticLaurent Pinchart1-1/+1
2015-06-12drm: omapdrm: Remove omap_plane enabled fieldLaurent Pinchart1-4/+7
2015-06-12drm: omapdrm: Remove omap_crtc enabled fieldLaurent Pinchart1-23/+9
2015-06-12drm: omapdrm: Move crtc info out of the crtc structureLaurent Pinchart1-10/+8
2015-06-12drm: omapdrm: Switch crtc and plane set_property to atomic helpersLaurent Pinchart1-8/+37
2015-06-12drm: omapdrm: Drop manual framebuffer pin handlingLaurent Pinchart1-35/+0
2015-06-12drm: omapdrm: Switch page flip to atomic helpersLaurent Pinchart1-183/+41
2015-06-12drm: omapdrm: Switch connector DPMS to atomic helpersLaurent Pinchart1-14/+0
2015-06-12drm: omapdrm: Switch mode config to atomic helpersLaurent Pinchart1-36/+1
2015-06-12drm: omapdrm: Handle primary plane config through atomic plane opsLaurent Pinchart1-42/+27