summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_crtc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'topic/drm-misc-2016-03-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-03-161-8/+0
|\
| * drm/omapdrm: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-8/+0
* | Merge tag 'omapdrm-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tomb...Dave Airlie2016-03-051-49/+70
|\ \ | |/ |/|
| * drm/omap: remove last uses of omap_overlay_managerTomi Valkeinen2016-03-031-10/+0
| * 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/+7
| * 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/+1
|/
* 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/+0
* drm/omap: Fixup compile failDaniel Vetter2015-08-061-2/+4
* drm: omapdrm: new vblank and event handlingTomi Valkeinen2015-06-121-75/+48
* drm: omapdrm: merge omap_crtc_flush and omap_crtc_atomic_flushTomi Valkeinen2015-06-121-21/+14
* drm: omapdrm: Don't setup planes manually from CRTC .enable()/.disable()Laurent Pinchart2015-06-121-20/+0
* drm: omapdrm: Don't flush CRTC when enabling or disabling itLaurent Pinchart2015-06-121-4/+0
* drm: omapdrm: Move encoder setup to encoder operationsLaurent Pinchart2015-06-121-36/+2
* drm: omapdrm: Simplify DSS power managementLaurent Pinchart2015-06-121-11/+0
* drm: omapdrm: Remove nested PM get/sync when configuring encodersLaurent Pinchart2015-06-121-4/+0
* drm: omapdrm: Support unlinking page flip events prematurelyLaurent Pinchart2015-06-121-25/+11
* drm: omapdrm: omap_crtc_flush() isn't called with modeset lockedLaurent Pinchart2015-06-121-1/+0
* drm: omapdrm: Don't get/put dispc in omap_crtc_flush()Laurent Pinchart2015-06-121-4/+0
* drm: omapdrm: Make the omap_crtc_flush function staticLaurent Pinchart2015-06-121-1/+1
* drm: omapdrm: Remove omap_plane enabled fieldLaurent Pinchart2015-06-121-4/+7
* drm: omapdrm: Remove omap_crtc enabled fieldLaurent Pinchart2015-06-121-23/+9
* drm: omapdrm: Move crtc info out of the crtc structureLaurent Pinchart2015-06-121-10/+8
* drm: omapdrm: Switch crtc and plane set_property to atomic helpersLaurent Pinchart2015-06-121-8/+37
* drm: omapdrm: Drop manual framebuffer pin handlingLaurent Pinchart2015-06-121-35/+0
* drm: omapdrm: Switch page flip to atomic helpersLaurent Pinchart2015-06-121-183/+41
* drm: omapdrm: Switch connector DPMS to atomic helpersLaurent Pinchart2015-06-121-14/+0
* drm: omapdrm: Switch mode config to atomic helpersLaurent Pinchart2015-06-121-36/+1
* drm: omapdrm: Handle primary plane config through atomic plane opsLaurent Pinchart2015-06-121-42/+27
* drm: omapdrm: Implement planes atomic operationsLaurent Pinchart2015-06-121-0/+14
* drm: omapdrm: Wire up atomic state object scaffoldingLaurent Pinchart2015-06-121-0/+6
* drm: omapdrm: Rework CRTC enable/disable for atomic updatesLaurent Pinchart2015-06-121-24/+59
* drm: omapdrm: Rename CRTC DSS operations with an omap_crtc_dss_ prefixLaurent Pinchart2015-06-121-18/+18
* drm: omapdrm: Clean up #include'sLaurent Pinchart2015-06-121-4/+4
* drm: omapdrm: Fix page flip race with CRTC disableLaurent Pinchart2015-06-121-5/+19
* drm: omapdrm: Turn vblank on/off when enabling/disabling CRTCLaurent Pinchart2015-06-121-4/+74
* drm: omapdrm: Rework page flip handlingLaurent Pinchart2015-06-121-20/+64
* drm: omapdrm: Cancel pending page flips when closing deviceLaurent Pinchart2015-06-121-1/+20
* drm: omapdrm: Rename omap_crtc page flip-related fieldsLaurent Pinchart2015-06-121-21/+26
* drm: omapdrm: Rename omap_crtc_page_flip_locked to omap_crtc_page_flipLaurent Pinchart2015-06-121-5/+5
* drm: omapdrm: Apply settings synchronouslyLaurent Pinchart2015-06-121-170/+99
* drm: omapdrm: Store the rotation property in dev->mode_configLaurent Pinchart2015-06-121-3/+1
* drm/omap: keep ref to old_fbTomi Valkeinen2015-03-241-0/+7