This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 8ced7ca35703 Merge tag 'block-5.16-2021-11-25' of git://git.kernel.dk/l [...] new d3a21f7e353d drm/amdgpu: Fix MMIO HDP flush on SRIOV new 4eb6bb649fe0 drm/amdgpu: Fix double free of dmabuf new 6eff272dbee7 drm/amd/display: Fix DPIA outbox timeout after GPU reset new 21431f70f601 drm/amd/display: Set plane update flags for all planes in reset new 2276ee6d1bf9 drm/amd/display: Reset link encoder assignments for GPU reset new 2da8f0beece0 drm/amd/display: Fixed DSC would not PG after removing DSC stream new 271fd38ce56d drm/amdgpu: move kfd post_reset out of reset_sriov function new 244ee398855d drm/amdgpu/gfx10: add wraparound gpu counter check for APU [...] new 53af98c091bc drm/amdgpu/gfx9: switch to golden tsc registers for renoir+ new 4d62555f6245 drm/amdgpu: IH process reset count when restart new cda0817b41bd drm/amdkfd: process exit and retry fault race new 0cc53cb45066 drm/amdkfd: handle VMA remove race new 6946be2443cf drm/amdkfd: simplify drain retry fault new 8888e2fe9c77 drm/amdgpu: enable Navi 48-bit IH timestamp counter new c4ef8a73bfc8 drm/amdgpu: enable Navi retry fault wptr overflow new fd08953b2de9 drm/amdgpu: fix byteorder error in amdgpu discovery new 57961c4c1818 drm/amdgpu: Skip ASPM programming on aldebaran new d5c7255dc7ff drm/amdgpu/pm: fix powerplay OD interface new 692cd92e66ee drm/amd/display: update bios scratch when setting backlight new f3caa22643c1 Merge tag 'amd-drm-fixes-5.16-2021-11-24' of https://gitla [...] new 46741e4f593f drm/nouveau: recognise GA106 new b371fd131fce drm/nouveau/acr: fix a couple NULL vs IS_ERR() checks new 96c5f82ef0a1 drm/vc4: fix error code in vc4_create_object() new b4a6aaeaf4aa drm/aspeed: Fix vga_pw sysfs output new e048834c209a drm/hyperv: Fix device removal on Gen1 VMs new 7798a7369272 Merge tag 'drm-misc-fixes-2021-11-25' of git://anongit.fre [...] new b8d8436840ca drm/i915/gt: Hold RPM wakelock during PXP suspend new fc026c8b9268 Merge tag 'drm-intel-fixes-2021-11-24' of git://anongit.fr [...] new a4849f6000e2 Merge tag 'drm-fixes-2021-11-26' of git://anongit.freedesk [...]
The 29 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Makefile | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 6 -- drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c | 12 +++ drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.h | 2 + drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 7 +- drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 12 +-- drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c | 3 +- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 15 ++- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 46 +++++++-- drivers/gpu/drm/amd/amdgpu/navi10_ih.c | 34 +++---- drivers/gpu/drm/amd/amdgpu/nbio_v2_3.c | 4 + drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c | 4 + drivers/gpu/drm/amd/amdgpu/nbio_v7_0.c | 4 +- drivers/gpu/drm/amd/amdgpu/nbio_v7_2.c | 4 + drivers/gpu/drm/amd/amdgpu/nbio_v7_4.c | 7 +- drivers/gpu/drm/amd/amdgpu/nv.c | 8 +- drivers/gpu/drm/amd/amdgpu/soc15.c | 8 +- drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 2 +- drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 111 +++++++++++++-------- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 24 ++++- .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | 2 +- drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c | 2 +- drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hwseq.c | 2 +- .../gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.c | 20 ++-- .../gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c | 24 ++--- .../gpu/drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.c | 6 +- .../gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c | 28 +++--- .../gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c | 10 +- .../gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c | 58 ++++++----- drivers/gpu/drm/aspeed/aspeed_gfx_drv.c | 2 +- drivers/gpu/drm/hyperv/hyperv_drm_drv.c | 19 +++- drivers/gpu/drm/i915/gt/intel_gt_pm.c | 7 +- drivers/gpu/drm/i915/pxp/intel_pxp_pm.c | 37 +++++-- drivers/gpu/drm/i915/pxp/intel_pxp_pm.h | 19 +++- drivers/gpu/drm/nouveau/nvkm/engine/device/base.c | 22 ++++ drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm200.c | 6 +- drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp102.c | 6 +- drivers/gpu/drm/vc4/vc4_bo.c | 2 +- 38 files changed, 376 insertions(+), 211 deletions(-)