Merge tag 'drm-fixes-2021-11-26' of git://anongit.freedesktop.org/drm/drm
Pull drm fixes from Dave Airlie: "No idea if turkey comes before pull request processing, but here's the regular week's fixes. A bunch for amdgpu, nouveau adds support for a new GPU (like a PCI ID addition), and a scattering of fixes across i915/hyperv/aspeed/vc4. Specifics: amdgpu: - SRIOV fixes - dma-buf double free fix - Display fixes for GPU resets - Fix DSC powergating regression - GPU TSC fixes - Interrupt handler overflow fixes - Endian fix in IP discovery table handling - Aldebaran ASPM fix - Fix overclocking regression on older asics - Backlight/ACPI fix amdkfd: - SVM fixes - VMA removal race fix hyperv: - removal fix aspeed: - vga_pw sysfs file fix vc4: - error checking fix nouveau: - support GA106 - fix a few error checks i915: - fix wakeref handling around PXP suspend" * tag 'drm-fixes-2021-11-26' of git://anongit.freedesktop.org/drm/drm: (25 commits) drm/amd/display: update bios scratch when setting backlight drm/amdgpu/pm: fix powerplay OD interface drm/amdgpu: Skip ASPM programming on aldebaran drm/amdgpu: fix byteorder error in amdgpu discovery drm/amdgpu: enable Navi retry fault wptr overflow drm/amdgpu: enable Navi 48-bit IH timestamp counter drm/amdkfd: simplify drain retry fault drm/amdkfd: handle VMA remove race drm/amdkfd: process exit and retry fault race drm/amdgpu: IH process reset count when restart drm/amdgpu/gfx9: switch to golden tsc registers for renoir+ drm/amdgpu/gfx10: add wraparound gpu counter check for APUs as well drm/amdgpu: move kfd post_reset out of reset_sriov function drm/amd/display: Fixed DSC would not PG after removing DSC stream drm/amd/display: Reset link encoder assignments for GPU reset drm/amd/display: Set plane update flags for all planes in reset drm/amd/display: Fix DPIA outbox timeout after GPU reset drm/amdgpu: Fix double free of dmabuf drm/amdgpu: Fix MMIO HDP flush on SRIOV drm/i915/gt: Hold RPM wakelock during PXP suspend ...
No related branches found
No related tags found
Showing
- Makefile 1 addition, 1 deletionMakefile
- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c 0 additions, 6 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c 12 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.h 2 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_atombios.h
- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 3 additions, 4 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_device.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c 6 additions, 6 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c 2 additions, 1 deletiondrivers/gpu/drm/amd/amdgpu/amdgpu_ih.c
- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 13 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 35 additions, 11 deletionsdrivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
- drivers/gpu/drm/amd/amdgpu/navi10_ih.c 13 additions, 21 deletionsdrivers/gpu/drm/amd/amdgpu/navi10_ih.c
- drivers/gpu/drm/amd/amdgpu/nbio_v2_3.c 4 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/nbio_v2_3.c
- drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c 4 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/nbio_v6_1.c
- drivers/gpu/drm/amd/amdgpu/nbio_v7_0.c 3 additions, 1 deletiondrivers/gpu/drm/amd/amdgpu/nbio_v7_0.c
- drivers/gpu/drm/amd/amdgpu/nbio_v7_2.c 4 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/nbio_v7_2.c
- drivers/gpu/drm/amd/amdgpu/nbio_v7_4.c 6 additions, 1 deletiondrivers/gpu/drm/amd/amdgpu/nbio_v7_4.c
- drivers/gpu/drm/amd/amdgpu/nv.c 5 additions, 3 deletionsdrivers/gpu/drm/amd/amdgpu/nv.c
- drivers/gpu/drm/amd/amdgpu/soc15.c 5 additions, 3 deletionsdrivers/gpu/drm/amd/amdgpu/soc15.c
- drivers/gpu/drm/amd/amdkfd/kfd_priv.h 1 addition, 1 deletiondrivers/gpu/drm/amd/amdkfd/kfd_priv.h
- drivers/gpu/drm/amd/amdkfd/kfd_svm.c 69 additions, 42 deletionsdrivers/gpu/drm/amd/amdkfd/kfd_svm.c
- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 22 additions, 2 deletionsdrivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
Loading
Please register or sign in to comment