summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2016-02-16drm/vc4: Validate that WAIT_BO padding is cleared.Eric Anholt1-0/+3
2016-02-16drm/radeon: use post-decrement in error handlingRasmus Villemoes1-1/+1
2016-02-16drm/amdgpu: use post-decrement in error handlingRasmus Villemoes1-1/+1
2016-02-15drm/exynos/decon: fix disable clocks orderAndrzej Hajda1-2/+2
2016-02-15drm/exynos: fix incorrect cpu address for dma_mmap_attrs()Marek Szyprowski2-2/+2
2016-02-15drm/exynos: exynos5433_decon: fix wrong state in decon_vblank_enableMarek Szyprowski1-1/+1
2016-02-15drm/exynos: exynos5433_decon: fix wrong state assignment in decon_enableMarek Szyprowski1-2/+0
2016-02-15drm/exynos: dsi: restore support for drm bridgeMarek Szyprowski1-0/+1
2016-02-15drm/exynos: mic: make all functions staticMarek Szyprowski1-5/+5
2016-02-15drm/exynos: mic: convert to component frameworkMarek Szyprowski1-20/+36
2016-02-15drm/exynos: mic: use devm_clk interfaceMarek Szyprowski1-5/+1
2016-02-15drm/exynos: fix types for compilation on 64bit architecturesMarek Szyprowski3-6/+9
2016-02-15drm/exynos: ipp: fix incorrect format specifiers in debug messagesMarek Szyprowski4-19/+19
2016-02-15drm/exynos: depend on ARCH_EXYNOS for DRM_EXYNOSJoonyoung Shim1-1/+1
2016-02-15Merge tag 'drm-intel-fixes-2016-02-12' of git://anongit.freedesktop.org/drm-i...Dave Airlie10-26/+75
2016-02-10drm/amdgpu: fix issue with overlapping userptrsChristian König3-1/+23
2016-02-10drm/radeon: hold reference to fences in radeon_sa_bo_newNicolai Hähnle1-0/+5
2016-02-10drm/amdgpu: remove unnecessary forward declarationNicolai Hähnle1-2/+0
2016-02-10drm/amdgpu: hold reference to fences in amdgpu_sa_bo_new (v2)Nicolai Hähnle1-1/+4
2016-02-10drm/amdgpu: fix s4 resumeFlora Cui1-4/+9
2016-02-10drm/i915: fix error path in intel_setup_gmbus()Rasmus Villemoes1-1/+1
2016-02-10drm/i915/skl: Fix typo in DPLL_CFGCR1 definitionLyude1-1/+1
2016-02-10drm/i915/skl: Don't skip mst encoders in skl_ddi_pll_select()Lyude1-1/+2
2016-02-09drm/i915: Pretend cursor is always on for ILK-style WM calculations (v2)Matt Roper1-5/+9
2016-02-08drm/amdgpu/cz: plumb pg flags through to powerplayAlex Deucher1-0/+13
2016-02-08drm/amdgpu/tonga: plumb pg flags through to powerplayAlex Deucher1-2/+12
2016-02-08drma/dmgpu: move cg and pg flags into shared headersAlex Deucher13-171/+171
2016-02-08drm/amdgpu: remove unused cg definesAlex Deucher1-9/+0
2016-02-08drm/amdgpu: add a cgs interface to fetch cg and pg flagsAlex Deucher2-0/+8
2016-02-08drm/amd/powerplay/tonga: disable vce pgAlex Deucher1-0/+2
2016-02-08drm/amd/powerplay/tonga: disable uvd pgAlex Deucher1-0/+3
2016-02-08drm/amd/powerplay/cz: disable vce pgAlex Deucher1-0/+3
2016-02-08drm/amd/powerplay/cz: disable uvd pgAlex Deucher1-0/+2
2016-02-08drm/amdgpu: be consistent with uvd cg flagsAlex Deucher2-0/+8
2016-02-08drm/amdgpu: clean up vce pg flags for cz/stAlex Deucher1-2/+1
2016-02-08drm/amdgpu: handle vce pg flags properlyAlex Deucher2-0/+6
2016-02-08drm/amdgpu: handle uvd pg flags properlyAlex Deucher3-1/+10
2016-02-08drm/amdgpu/dpm/ci: switch over to the common pcie caps interfaceAlex Deucher1-6/+5
2016-02-08drm/amdgpu/cik: don't mess with aspm if gpu is root busAlex Deucher1-0/+3
2016-02-08drm/amdgpu: add pcie cap module parameters (v2)Alex Deucher3-65/+92
2016-02-08drm/i915/dp: reduce missing TPS3 support errors to debug loggingJani Nikula1-6/+14
2016-02-08drm/i915/dp: abstract training pattern selectionJani Nikula1-7/+18
2016-02-08drm/i915/dsi: skip gpio element execution when not supportedJani Nikula1-0/+13
2016-02-08drm/i915/dsi: don't pass arbitrary data to sidebandJani Nikula1-1/+1
2016-02-08drm/i915/dsi: defend gpio table against out of bounds accessJani Nikula1-0/+6
2016-02-08drm/i915/bxt: Don't save/restore eDP panel power during suspend (v3)Matt Roper1-2/+2
2016-02-08drm/i915: Allow i915_gem_object_get_page() on userptr as wellChris Wilson3-2/+8
2016-02-05Merge branch 'drm-fixes-mst' of git://people.freedesktop.org/~airlied/linux i...Dave Airlie1-97/+182
2016-02-05drm/dp/mst: deallocate payload on port destructionMykola Lysenko1-8/+83
2016-02-05drm/dp/mst: Reverse order of MST enable and clearing VC payload table.Andrey Grodzovsky1-6/+6