Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Pull drm fixes from Dave Airlie: "Exynos and Intel fixes. The intel fixes are fairly straightforward, mostly reverts due to bugs found. The exynos one is a big larger since they found some issues with the G2D engine and iommu interaction, and needed to verify the operations a lot better than they were previously, otherwise a user app can just crash the kernel with an iommu fault." * 'drm-fixes' of git://people.freedesktop.org/~airlied/linux: Revert "drm/i915: write backlight harder" drm/i915: don't disable the power well yet Revert "drm/i915: set TRANSCODER_EDP even earlier" drm/exynos: Check g2d cmd list for g2d restrictions drm/exynos: Add a new function to get gem buffer size drm/exynos: Deal with g2d buffer info more efficiently drm/exynos: Clean up some G2D codes for readability drm/exynos: Fix G2D core malfunctioning issue drm/exynos: clear node object type at gem unmap drm/exynos: Fix error routine to getting dma addr. drm/exynos: Replaced kzalloc & memcpy with kmemdup drm/exynos: fimd: calculate the correct address offset drm/exynos: Make mixer_check_timing static drm/exynos: modify the compatible string for exynos fimd
No related branches found
No related tags found
Showing
- drivers/gpu/drm/exynos/exynos_drm_fimd.c 11 additions, 10 deletionsdrivers/gpu/drm/exynos/exynos_drm_fimd.c
- drivers/gpu/drm/exynos/exynos_drm_g2d.c 325 additions, 45 deletionsdrivers/gpu/drm/exynos/exynos_drm_g2d.c
- drivers/gpu/drm/exynos/exynos_drm_gem.c 21 additions, 0 deletionsdrivers/gpu/drm/exynos/exynos_drm_gem.c
- drivers/gpu/drm/exynos/exynos_drm_gem.h 5 additions, 0 deletionsdrivers/gpu/drm/exynos/exynos_drm_gem.h
- drivers/gpu/drm/exynos/exynos_drm_vidi.c 2 additions, 4 deletionsdrivers/gpu/drm/exynos/exynos_drm_vidi.c
- drivers/gpu/drm/exynos/exynos_mixer.c 1 addition, 1 deletiondrivers/gpu/drm/exynos/exynos_mixer.c
- drivers/gpu/drm/i915/i915_drv.c 5 additions, 0 deletionsdrivers/gpu/drm/i915/i915_drv.c
- drivers/gpu/drm/i915/i915_drv.h 1 addition, 0 deletionsdrivers/gpu/drm/i915/i915_drv.h
- drivers/gpu/drm/i915/intel_display.c 5 additions, 5 deletionsdrivers/gpu/drm/i915/intel_display.c
- drivers/gpu/drm/i915/intel_panel.c 5 additions, 8 deletionsdrivers/gpu/drm/i915/intel_panel.c
- drivers/gpu/drm/i915/intel_pm.c 3 additions, 0 deletionsdrivers/gpu/drm/i915/intel_pm.c
Loading
Please register or sign in to comment