[git pull] drm fixes for 5.6-rc4
Dave Airlie
airlied at gmail.com
Fri Feb 28 05:22:04 UTC 2020
Hey Linus,
Just some fixes for this week, amdgpu, radeon and i915. The main i915
one is a regression Gen7 (Ivybridge/Haswell), this moves them back
from trying to use the full-ppgtt support to the aliasing version it
used to use due to gpu hangs. Otherwise it's pretty quiet.
Dave.
drm-fixes-2020-02-28:
drm fixes for 5.6.0-rc4
amdgpu:
- Drop DRIVER_USE_AGP
- Fix memory leak in GPU reset
- Resume fix for raven
radeon:
- Drop DRIVER_USE_AGP
i915:
- downgrade gen7 back to aliasing-ppgtt to avoid GPU hangs
- shrinker fix
- pmu leak and double free fixes
- gvt user after free and virtual display reset fixes
- randconfig build fix
The following changes since commit f8788d86ab28f61f7b46eb6be375f8a726783636:
Linux 5.6-rc3 (2020-02-23 16:17:42 -0800)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2020-02-28
for you to fetch changes up to f091bf39700dd086ab244c823f389556fed0c513:
Merge tag 'drm-intel-fixes-2020-02-27' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2020-02-28
12:40:49 +1000)
----------------------------------------------------------------
drm fixes for 5.6.0-rc4
amdgpu:
- Drop DRIVER_USE_AGP
- Fix memory leak in GPU reset
- Resume fix for raven
radeon:
- Drop DRIVER_USE_AGP
i915:
- downgrade gen7 back to aliasing-ppgtt to avoid GPU hangs
- shrinker fix
- pmu leak and double free fixes
- gvt user after free and virtual display reset fixes
- randconfig build fix
----------------------------------------------------------------
Chris Wilson (2):
drm/i915/gtt: Downgrade gen7 (ivb, byt, hsw) back to aliasing-ppgtt
drm/i915: Avoid recursing onto active vma from the shrinker
Daniel Vetter (2):
drm/amdgpu: Drop DRIVER_USE_AGP
drm/radeon: Inline drm_get_pci_dev
Dave Airlie (2):
Merge tag 'amd-drm-fixes-5.6-2020-02-26' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes
Merge tag 'drm-intel-fixes-2020-02-27' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
Jani Nikula (2):
drm/i915: fix header test with GCOV
Merge tag 'gvt-fixes-2020-02-26' of
https://github.com/intel/gvt-linux into drm-intel-fixes
Michał Winiarski (2):
drm/i915/pmu: Avoid using globals for CPU hotplug state
drm/i915/pmu: Avoid using globals for PMU events
Monk Liu (1):
drm/amdgpu: fix memory leak during TDR test(v2)
Shirish S (1):
amdgpu/gmc_v9: save/restore sdpif regs during S3
Tina Zhang (2):
drm/i915/gvt: Separate display reset from ALL_ENGINES reset
drm/i915/gvt: Fix orphan vgpu dmabuf_objs' lifetime
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h | 1 +
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 37 +++++++++++++-
.../drm/amd/include/asic_reg/dce/dce_12_0_offset.h | 2 +
drivers/gpu/drm/amd/powerplay/smu_v11_0.c | 6 ++-
drivers/gpu/drm/i915/Makefile | 2 +-
drivers/gpu/drm/i915/gem/i915_gem_shrinker.c | 4 +-
drivers/gpu/drm/i915/gvt/dmabuf.c | 2 +-
drivers/gpu/drm/i915/gvt/vgpu.c | 2 +-
drivers/gpu/drm/i915/i915_pci.c | 4 +-
drivers/gpu/drm/i915/i915_pmu.c | 59 ++++++++++++----------
drivers/gpu/drm/i915/i915_pmu.h | 11 +++-
drivers/gpu/drm/radeon/radeon_drv.c | 43 +++++++++++++++-
drivers/gpu/drm/radeon/radeon_kms.c | 6 +++
14 files changed, 138 insertions(+), 43 deletions(-)
More information about the dri-devel
mailing list