summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2018-12-05drm/vmwgfx: Use the standard atomic helpers for page-flipThomas Hellstrom2-61/+2
2018-12-05drm/vmwgfx: Remove set but not used variable 'file_priv'YueHaibing1-3/+0
2018-12-05drm/vmwgfx: remove redundant return ret statementColin Ian King1-2/+0
2018-12-05drm/vmwgfx: Fix a layout race conditionThomas Hellstrom3-37/+39
2018-12-05drm/vmwgfx: Fix up the implicit display unit handlingThomas Hellstrom6-292/+99
2018-12-05drm/vmwgfx: Don't clear mode::type anymoreDeepak Rawat5-28/+3
2018-12-05drm/vmwgfx: Use atomic helper function for dirty fb IOCTLDeepak Rawat1-64/+18
2018-12-05drm/vmwgfx: Enable FB_DAMAGE_CLIPS property for SOU primary planeDeepak Rawat1-0/+2
2018-12-05drm/vmwgfx: Update comments for sou plane update functionDeepak Rawat1-15/+3
2018-12-05drm/vmwgfx: Use the new interface for SOU plane updateDeepak Rawat1-12/+5
2018-12-05drm/vmwgfx: Implement SOU plane update for BO backed fbDeepak Rawat1-0/+101
2018-12-05drm/vmwgfx: Implement SOU plane update for surface backed fbDeepak Rawat2-0/+172
2018-12-05drm/vmwgfx: Enable FB_DAMAGE_CLIPS property for STDU primary planeDeepak Rawat1-0/+1
2018-12-05drm/vmwgfx: Update comments for stdu plane updateDeepak Rawat1-15/+3
2018-12-05drm/vmwgfx: Use the new interface for STDU plane updateDeepak Rawat1-34/+20
2018-12-05drm/vmwgfx: Implement STDU plane update for BO backed fbDeepak Rawat2-0/+227
2018-12-05drm/vmwgfx: Implement STDU plane update for surface backed fbDeepak Rawat1-1/+181
2018-12-05drm/vmwgfx: Add a new interface for plane update on a display unitDeepak Rawat2-0/+233
2018-12-05drm: Add helper to implement legacy dirtyfbRob Clark1-0/+126
2018-12-05drm/selftest: Add drm damage helper selftestDeepak Rawat4-1/+855
2018-12-05drm: Add helper iterator functions for plane fb_damage_clips blobDeepak Rawat1-0/+90
2018-12-05drm: Add a new helper to validate damage during atomic_checkDeepak Rawat2-0/+38
2018-12-05drm: Add a new plane property to send damage during plane updateLukasz Spintzyk5-1/+125
2018-12-05drm/exynos: mixer: Fix color range settingChristoph Manszewski2-9/+17
2018-12-05drm/exynos: mixer: Fix color format settingChristoph Manszewski1-8/+2
2018-12-05drm/exynos: decon: Make pixel blend mode configurableChristoph Manszewski2-10/+70
2018-12-05drm/exynos: decon: Make plane alpha configurableChristoph Manszewski2-0/+40
2018-12-05Merge tag 'imx-drm-next-2018-12-03' of git://git.pengutronix.de/git/pza/linux...Dave Airlie10-268/+931
2018-12-04drm/i915: Update DRIVER_DATE to 20181204Jani Nikula1-2/+2
2018-12-04drm/i915/icl: fix transcoder state readoutJani Nikula1-21/+31
2018-12-04drm/i915: Allocate a common scratch pageChris Wilson7-86/+74
2018-12-04drm/tinydrm: Use kmemdup rather than duplicating its implementation in repape...YueHaibing1-2/+1
2018-12-04drm/i915: Trim unused workaround list entriesTvrtko Ursulin1-1/+15
2018-12-04drm/i915: Fuse per-context workaround handling with the common frameworkTvrtko Ursulin9-209/+168
2018-12-04drm/i915: Move register white-listing to the common workaround frameworkTvrtko Ursulin6-73/+60
2018-12-04drm/i915/selftests: Add tests for GT and engine workaround verificationTvrtko Ursulin6-47/+214
2018-12-04drm/i915: Verify GT workaround state after GPU initTvrtko Ursulin4-0/+40
2018-12-04drm/i915: Introduce per-engine workaroundsTvrtko Ursulin5-119/+153
2018-12-04drm/i915: Record GT workarounds in a listTvrtko Ursulin5-168/+354
2018-12-04drm/i915: change i915_sw_fence license to MITJonathan Gray2-8/+4
2018-12-04drm/i915: Complete the fences as they are cancelled due to wedgingChris Wilson3-48/+30
2018-12-04drm/vkms: Remove set but not used variable 'vkms_obj'YueHaibing1-2/+0
2018-12-04drm/i915/dp: Fix inconsistent indentingChris Wilson1-7/+6
2018-12-04drm/sun4i: Add compatible for H6 display engineJernej Skrabec1-0/+1
2018-12-04drm/exynos/iommu: merge IOMMU and DMA codeAndrzej Hajda4-209/+128
2018-12-04drm/exynos/iommu: replace preprocessor conditionals with C conditionalsAndrzej Hajda1-72/+36
2018-12-04drm/exynos/iommu: move IOMMU specific stuff into exynos_drm_iommu.cAndrzej Hajda2-72/+72
2018-12-04drm/exynos/iommu: integrate IOMMU/DMA internal APIAndrzej Hajda17-58/+61
2018-12-04drm/exynos/iommu: remove DRM_EXYNOS_IOMMU Kconfig symbolAndrzej Hajda3-7/+2
2018-12-04drm/exynos: simplify DMA mappingAndrzej Hajda11-54/+37