aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-24drm/atomic: Make drm_atomic_legacy_backoff reset crtc->acquire_ctxMaarten Lankhorst1-1/+26
2016-06-24Merge branch 'drm-fixes-4.7' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave Airlie20-157/+461
2016-06-24Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixesDave Airlie6-16/+10
2016-06-24Merge tag 'drm-atmel-hlcdc-fixes/for-4.7-rc5' of github.com:bbrezillon/linux-at91 into drm-fixesDave Airlie2-4/+8
2016-06-24Merge tag 'sunxi-drm-fixes-for-4.7' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into drm-fixesDave Airlie6-46/+88
2016-06-24Merge tag 'drm-intel-fixes-2016-06-22' of git://anongit.freedesktop.org/drm-intel into drm-fixesDave Airlie4-31/+3
2016-06-24Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-fixesDave Airlie1-1/+2
2016-06-24drm/nouveau: fix for disabled fbdev emulationDmitrii Tcvetkov1-1/+2
2016-06-21drm/i915/fbc: Disable on HSW by default for nowLyude1-2/+1
2016-06-21drm/i915: Revert DisplayPort fast link training featureMika Kahola3-29/+2
2016-06-21drm/amd/powerplay: enable clock stretch feature for polarisRex Zhu1-97/+23
2016-06-21drm/amdgpu/gfx8: update golden setting for polaris10Rex Zhu1-1/+2
2016-06-21drm/amd/powerplay: enable avfs feature for polarisRex Zhu7-17/+208
2016-06-21drm/amdgpu/atombios: add avfs struct for Polaris10/11Rex Zhu1-0/+72
2016-06-21drm/amd/powerplay: add avfs related define for polarisRex Zhu2-19/+98
2016-06-21drm/amd/powrplay: enable stutter_mode for polaris.Rex Zhu1-2/+2
2016-06-21drm/amd/powerplay: disable UVD SMU handshake for MCLK.Rex Zhu1-0/+9
2016-06-21drm/amd/powerplay: initialize variables which were missed.Rex Zhu3-0/+4
2016-06-21drm/amd/powerplay: enable PowerContainment feature for polaris10/11.Rex Zhu1-0/+4
2016-06-21drm/amd/powerplay: need to notify system bios pcie device readyRex Zhu2-1/+16
2016-06-21drm/amd/powerplay: fix bug that function parameter was incorect.Rex Zhu1-1/+1
2016-06-21drm/amd/powerplay: fix logic error.Rex Zhu1-1/+5
2016-06-21drm: atmel-hlcdc: Fix OF graph parsingBoris Brezillon1-4/+6
2016-06-21drm: atmel-hlcdc: actually disable scaling when no scaling is requiredBoris Brezillon1-0/+2
2016-06-20drm/amdgpu: initialize amdgpu_cgs_acpi_eval_object result valueNicolas Iooss1-1/+1
2016-06-20drm/amdgpu: precedence bug in amdgpu_device_init()Dan Carpenter1-1/+1
2016-06-19drm/exynos: use logical AND in exynos_drm_plane_check_size()Tobias Jakobi1-1/+1
2016-06-19drm/exynos: remove superfluous inclusions of fbdev headerTobias Jakobi3-3/+0
2016-06-19drm/exynos: g2d: drop the _REG postfix from the stride definesTobias Jakobi1-6/+6
2016-06-19drm/exynos: don't use HW trigger for Exynos5420/5422/5800Javier Martinez Canillas1-3/+0
2016-06-19drm/exynos: fimd: don't set .has_hw_trigger in s3c6400 driver dataJavier Martinez Canillas1-1/+0
2016-06-19drm/exynos: dp: Fix NULL pointer dereference due uninitialized connectorYakir Yang1-2/+3
2016-06-17drm/amdgpu: fix num_rbs exposed to userspace (v2)Alex Deucher1-1/+2
2016-06-17drm/amdgpu: missing bounds check in amdgpu_set_pp_force_state()Dan Carpenter1-15/+13
2016-06-15Merge tag 'drm-fixes-for-v4.7-rc4' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds30-164/+393
2016-06-16Merge branch 'drm-fixes-4.7' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave Airlie13-56/+175
2016-06-16Merge branch 'drm-etnaviv-fixes' of git://git.pengutronix.de/git/lst/linux into drm-fixesDave Airlie1-0/+1
2016-06-15drm/etnaviv: initialize iommu domain page sizeLucas Stach1-0/+1
2016-06-15Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2-8/+10
2016-06-15drm/nouveau/iccsense: fix memory leakBen Skeggs1-7/+9
2016-06-15drm/nouveau/Revert "drm/nouveau/device/pci: set as non-CPU-coherent on ARM64"Robin Murphy1-1/+1
2016-06-15drm/amd/powerplay: select samu dpm 0 as boot level on polaris.Rex Zhu1-4/+1
2016-06-15drm/amd/powerplay: update powerplay table parsingRex Zhu4-34/+97
2016-06-15drm/dp/mst: Always clear proposed vcpi table for port.Andrey Grodzovsky1-5/+3
2016-06-15drm/crtc: only store the necessary data for set_config rollbackPhilipp Zabel1-18/+18
2016-06-15drm/crtc: fix connector reference counting mismatch in drm_crtc_helper_set_configPhilipp Zabel1-8/+10
2016-06-15Merge tag 'drm-intel-fixes-2016-06-14' of git://anongit.freedesktop.org/drm-intel into drm-fixesDave Airlie10-41/+132
2016-06-14drm/i915/ilk: Don't disable SSC source if it's in useLyude1-14/+34
2016-06-13Revert "drm/amdgpu: add pipeline sync while vmid switch in same ctx"Alex Deucher3-13/+6
2016-06-13drm/amdgpu/gfx7: fix broken condition checkAlex Deucher1-1/+1