summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_crtc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/omap: Potential NULL deref in omap_crtc_duplicate_state()Dan Carpenter2017-08-161-2/+4
* drm: Nuke drm_atomic_helper_crtc_set_propertyDaniel Vetter2017-08-081-1/+0Star
* drm/omap: Rework the rotation-on-crtc hackMaarten Lankhorst2017-08-081-39/+85
* drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart2017-06-301-2/+3
* drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart2017-06-301-2/+3
* drm: omapdrm: Handle events when enabling/disabling CRTCsLaurent Pinchart2017-06-021-8/+22
* drm/omap: Major omap_modeset_init() cleanupJyri Sarha2017-04-031-3/+17
* drm/omap: fix display SYNC/DE flagsTomi Valkeinen2017-04-031-3/+37
* drm/omap: use dispc_opsTomi Valkeinen2017-04-031-13/+23
* drm/omap: refactor CRTC HW property setupTomi Valkeinen2017-04-031-8/+17
* Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-02-261-7/+1Star
|\
| * Revert "drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs"Jyri Sarha2017-02-161-7/+1Star
* | drm/omap: use vblank hooks in struct drm_crtc_funcsTomi Valkeinen2017-02-081-0/+2
|/
* drm: omapdrm: Inline the pipe2vbl functionLaurent Pinchart2016-12-191-7/+0Star
* drm: omapdrm: Keep vblank interrupt enabled while CRTC is activeLaurent Pinchart2016-12-191-46/+33Star
* drm: omapdrm: Use a spinlock to protect the CRTC pending flagLaurent Pinchart2016-12-191-11/+22
* drm: omapdrm: Prevent processing the same event multiple timesLaurent Pinchart2016-12-191-8/+15
* drm: omapdrm: Check the CRTC software state at enable/disable timeLaurent Pinchart2016-12-191-3/+3
* drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCsLaurent Pinchart2016-12-191-1/+7
* drm: omapdrm: Replace DSS manager state check with omapdrm CRTC stateLaurent Pinchart2016-12-191-9/+13
* drm: omapdrm: Handle CRTC error IRQs directlyLaurent Pinchart2016-12-191-10/+2Star
* drm/omap: Use consistent name for struct videomodePeter Ujfalusi2016-11-021-9/+9
* drm/omap: Replace struct omap_video_timings with videomodePeter Ujfalusi2016-11-021-4/+7
* drm/omapdrm: Remove double gamma table write in omap_crtc_atomic_flush()Jyri Sarha2016-11-021-13/+0Star
* drm/omap: Use per-plane rotation propertyVille Syrjälä2016-10-211-8/+5Star
* drm/omapdrm: Implement gamma_lut atomic crtc propertiesJyri Sarha2016-06-071-0/+56
* Merge tag 'topic/drm-misc-2016-03-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-03-161-8/+0Star
|\
| * drm/omapdrm: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-8/+0Star
* | Merge tag 'omapdrm-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tomb...Dave Airlie2016-03-041-49/+70
|\ \ | |/ |/|
| * drm/omap: remove last uses of omap_overlay_managerTomi Valkeinen2016-03-031-10/+0Star
| * drm/omap: add dispc_channel_connected field to omap_dss_deviceTomi Valkeinen2016-03-031-0/+2
| * drm/omap: convert dss_mgr_ops to use omap_channelTomi Valkeinen2016-03-031-17/+21
| * drm/omap: remove crtc->mgr fieldTomi Valkeinen2016-03-031-13/+7Star
| * drm/omap: Add dispc_mgr_get_supported_outputs()Tomi Valkeinen2016-03-031-1/+1
| * drm/omap: fix crtc->plane property delegationTomi Valkeinen2016-03-031-18/+40
| * drm/omap: increase vblank wait timeoutTomi Valkeinen2016-03-031-1/+5
| * drm/omap: drm_atomic_get_plane_state() may return ERR_PTRJyri Sarha2016-03-031-2/+2
| * drm/omap: HDMI: change enable/disable to avoid sync-lostsTomi Valkeinen2016-03-031-0/+5
* | drm/omap: Nuke close hooksDaniel Vetter2016-02-081-12/+1Star
|/
* drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä2015-12-111-1/+1
* drm: Check crtc viewport correctly with rotated primary plane on atomic driversVille Syrjälä2015-10-191-3/+0Star
* drm/omap: Fixup compile failDaniel Vetter2015-08-061-2/+4
* drm: omapdrm: new vblank and event handlingTomi Valkeinen2015-06-121-75/+48Star
* drm: omapdrm: merge omap_crtc_flush and omap_crtc_atomic_flushTomi Valkeinen2015-06-121-21/+14Star
* drm: omapdrm: Don't setup planes manually from CRTC .enable()/.disable()Laurent Pinchart2015-06-121-20/+0Star
* drm: omapdrm: Don't flush CRTC when enabling or disabling itLaurent Pinchart2015-06-121-4/+0Star
* drm: omapdrm: Move encoder setup to encoder operationsLaurent Pinchart2015-06-121-36/+2Star
* drm: omapdrm: Simplify DSS power managementLaurent Pinchart2015-06-121-11/+0Star
* drm: omapdrm: Remove nested PM get/sync when configuring encodersLaurent Pinchart2015-06-121-4/+0Star
* drm: omapdrm: Support unlinking page flip events prematurelyLaurent Pinchart2015-06-121-25/+11Star