summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | drm: rcar-du: Fix crash with groups that have less than 9 planesLaurent Pinchart2015-06-164-6/+7
| | * | | | | drm: rcar-du: Disable all planes when stopping the CRTCLaurent Pinchart2015-06-161-0/+13
| | * | | | | drm: rcar-du: Print the error value when DRM/KMS init failsLaurent Pinchart2015-06-161-1/+1
| | | |/ / / | | |/| | |
| * | | | | drm/amdkfd: fix some range checks in address watch ioctlDan Carpenter2015-06-161-3/+3
| * | | | | drm/radeon: remove obsolete kfd_bo from radeon_deviceOded Gabbay2015-06-161-1/+0Star
| |/ / / /
| * | | | Merge tag 'omapdrm-4.2-atomic' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2015-06-1613-870/+661Star
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | drm: omapdrm: new vblank and event handlingTomi Valkeinen2015-06-123-76/+70Star
| | * | | drm: omapdrm: merge omap_crtc_flush and omap_crtc_atomic_flushTomi Valkeinen2015-06-121-21/+14Star
| | * | | drm: omapdrm: add lock for fb pinningTomi Valkeinen2015-06-121-1/+18
| | * | | drm: omapdrm: if omap_plane_atomic_update fails, disable planeTomi Valkeinen2015-06-121-1/+3
| | * | | drm: omapdrm: inline omap_plane_setup into update/disableTomi Valkeinen2015-06-121-27/+17Star
| | * | | drm: omapdrm: omap_plane_setup() cannot fail, use WARNTomi Valkeinen2015-06-121-9/+4Star
| | * | | drm: omapdrm: Don't setup planes manually from CRTC .enable()/.disable()Laurent Pinchart2015-06-123-22/+1Star
| | * | | 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-123-89/+34Star
| | * | | drm: omapdrm: Simplify DSS power managementLaurent Pinchart2015-06-122-11/+4Star
| | * | | 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-123-29/+39
| | * | | drm: omapdrm: omap_crtc_flush() isn't called with modeset lockedLaurent Pinchart2015-06-121-1/+0Star
| | * | | drm: omapdrm: Don't get/put dispc in omap_crtc_flush()Laurent Pinchart2015-06-121-4/+0Star
| | * | | drm: omapdrm: Make the omap_crtc_flush function staticLaurent Pinchart2015-06-122-2/+1Star
| | * | | drm: omapdrm: Remove omap_plane enabled fieldLaurent Pinchart2015-06-123-42/+16Star
| | * | | drm: omapdrm: Remove omap_crtc enabled fieldLaurent Pinchart2015-06-121-23/+9Star
| | * | | drm: omapdrm: Move crtc info out of the crtc structureLaurent Pinchart2015-06-121-10/+8Star
| | * | | drm: omapdrm: Move plane info and win out of the plane structureLaurent Pinchart2015-06-121-51/+41Star
| | * | | drm: omapdrm: Switch crtc and plane set_property to atomic helpersLaurent Pinchart2015-06-123-71/+156
| | * | | drm: omapdrm: Drop manual framebuffer pin handlingLaurent Pinchart2015-06-123-77/+0Star
| | * | | drm: omapdrm: Switch page flip to atomic helpersLaurent Pinchart2015-06-123-212/+41Star
| | * | | drm: omapdrm: Implement asynchronous commit supportLaurent Pinchart2015-06-122-1/+120
| | * | | drm: omapdrm: Replace encoder mode_fixup with atomic_checkLaurent Pinchart2015-06-121-8/+8
| | * | | drm: omapdrm: Switch connector DPMS to atomic helpersLaurent Pinchart2015-06-123-32/+10Star
| | * | | drm: omapdrm: Switch mode config to atomic helpersLaurent Pinchart2015-06-122-46/+1Star
| | * | | drm: omapdrm: Switch plane update to atomic helpersLaurent Pinchart2015-06-122-2/+5
| | * | | drm: omapdrm: Handle primary plane config through atomic plane opsLaurent Pinchart2015-06-121-42/+27Star
| | * | | drm: omapdrm: Implement planes atomic operationsLaurent Pinchart2015-06-122-48/+93
| | * | | drm: omapdrm: Wire up atomic state object scaffoldingLaurent Pinchart2015-06-124-0/+17
| | * | | drm: omapdrm: Implement encoder .disable() and .enable() operationsLaurent Pinchart2015-06-121-0/+10
| | * | | 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-1212-44/+43Star
| | * | | 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-123-8/+79
| | * | | drm: omapdrm: Rework page flip handlingLaurent Pinchart2015-06-121-20/+64
| | * | | drm: omapdrm: Cancel pending page flips when closing deviceLaurent Pinchart2015-06-123-1/+27
| | * | | drm: omapdrm: Simplify IRQ registrationLaurent Pinchart2015-06-123-90/+25Star
| | * | | 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-124-325/+183Star
| | * | | drm: omapdrm: Store the rotation property in dev->mode_configLaurent Pinchart2015-06-124-30/+33
| * | | | Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into ...Dave Airlie2015-06-1257-353/+3236
| |\ \ \ \ | | |/ / / | |/| | |