summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/omap_crtc.c
AgeCommit message (Expand)Author
2017-12-19drm/omap: Filter displays mode based on bandwidth limitPeter Ujfalusi
2017-08-16drm/omap: Potential NULL deref in omap_crtc_duplicate_state()Dan Carpenter
2017-08-08drm: Nuke drm_atomic_helper_crtc_set_propertyDaniel Vetter
2017-08-08drm/omap: Rework the rotation-on-crtc hackMaarten Lankhorst
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart
2017-06-02drm: omapdrm: Handle events when enabling/disabling CRTCsLaurent Pinchart
2017-04-03drm/omap: Major omap_modeset_init() cleanupJyri Sarha
2017-04-03drm/omap: fix display SYNC/DE flagsTomi Valkeinen
2017-04-03drm/omap: use dispc_opsTomi Valkeinen
2017-04-03drm/omap: refactor CRTC HW property setupTomi Valkeinen
2017-02-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter
2017-02-16Revert "drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs"Jyri Sarha
2017-02-08drm/omap: use vblank hooks in struct drm_crtc_funcsTomi Valkeinen
2016-12-19drm: omapdrm: Inline the pipe2vbl functionLaurent Pinchart
2016-12-19drm: omapdrm: Keep vblank interrupt enabled while CRTC is activeLaurent Pinchart
2016-12-19drm: omapdrm: Use a spinlock to protect the CRTC pending flagLaurent Pinchart
2016-12-19drm: omapdrm: Prevent processing the same event multiple timesLaurent Pinchart
2016-12-19drm: omapdrm: Check the CRTC software state at enable/disable timeLaurent Pinchart
2016-12-19drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCsLaurent Pinchart
2016-12-19drm: omapdrm: Replace DSS manager state check with omapdrm CRTC stateLaurent Pinchart
2016-12-19drm: omapdrm: Handle CRTC error IRQs directlyLaurent Pinchart
2016-11-02drm/omap: Use consistent name for struct videomodePeter Ujfalusi
2016-11-02drm/omap: Replace struct omap_video_timings with videomodePeter Ujfalusi
2016-11-02drm/omapdrm: Remove double gamma table write in omap_crtc_atomic_flush()Jyri Sarha
2016-10-21drm/omap: Use per-plane rotation propertyVille Syrjälä
2016-06-07drm/omapdrm: Implement gamma_lut atomic crtc propertiesJyri Sarha
2016-03-16Merge tag 'topic/drm-misc-2016-03-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-03-05Merge tag 'omapdrm-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tomb...Dave Airlie
2016-03-04drm/omapdrm: removed optional dummy crtc mode_fixup function.Carlos Palminha
2016-03-03drm/omap: remove last uses of omap_overlay_managerTomi Valkeinen
2016-03-03drm/omap: add dispc_channel_connected field to omap_dss_deviceTomi Valkeinen
2016-03-03drm/omap: convert dss_mgr_ops to use omap_channelTomi Valkeinen
2016-03-03drm/omap: remove crtc->mgr fieldTomi Valkeinen
2016-03-03drm/omap: Add dispc_mgr_get_supported_outputs()Tomi Valkeinen
2016-03-03drm/omap: fix crtc->plane property delegationTomi Valkeinen
2016-03-03drm/omap: increase vblank wait timeoutTomi Valkeinen
2016-03-03drm/omap: drm_atomic_get_plane_state() may return ERR_PTRJyri Sarha
2016-03-03drm/omap: HDMI: change enable/disable to avoid sync-lostsTomi Valkeinen
2016-02-08drm/omap: Nuke close hooksDaniel Vetter
2015-12-11drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä
2015-10-19drm: Check crtc viewport correctly with rotated primary plane on atomic driversVille Syrjälä
2015-08-06drm/omap: Fixup compile failDaniel Vetter
2015-06-12drm: omapdrm: new vblank and event handlingTomi Valkeinen
2015-06-12drm: omapdrm: merge omap_crtc_flush and omap_crtc_atomic_flushTomi Valkeinen
2015-06-12drm: omapdrm: Don't setup planes manually from CRTC .enable()/.disable()Laurent Pinchart
2015-06-12drm: omapdrm: Don't flush CRTC when enabling or disabling itLaurent Pinchart
2015-06-12drm: omapdrm: Move encoder setup to encoder operationsLaurent Pinchart
2015-06-12drm: omapdrm: Simplify DSS power managementLaurent Pinchart
2015-06-12drm: omapdrm: Remove nested PM get/sync when configuring encodersLaurent Pinchart