This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4973ca295528 Merge tag 'for-6.4-rc6-tag' of git://git.kernel.org/pub/sc [...] new ba00b1906708 afs: Fix vlserver probe RTT handling new 1dbcf770cc2d drm/amdgpu: Reset CP_VMID_PREEMPT after trailing fence signaled new 94034b306ddd drm/amdgpu: Program gds backup address as zero if no gds a [...] new 87af86ae8996 drm/amdgpu: Modify indirect buffer packages for resubmission new 5b711e7f9c73 drm/amdgpu: Implement gfx9 patch functions for resubmission new e61f67749b35 drm/amdgpu: add missing radeon secondary PCI ID new 3eb1a3a04056 drm/amd: Make sure image is written to trigger VBIOS image [...] new 7ab1a4913d00 drm/amd: Tighten permissions on VBIOS flashing attributes new 7ca302d488f8 drm/amd/pm: workaround for compute workload type on some skus new 7ac9be96b011 drm/radeon: Disable outputs when releasing fbdev client new 9db5ec1ceb53 drm/amdgpu: vcn_4_0 set instance 0 init sched score to 1 new 34e5a54327dc Revert "drm/amdgpu: remove TOPDOWN flags when allocating V [...] new e749dd10e5f2 drm/amd/display: edp do not add non-edid timings new ea2062dd1f03 drm/amd/display: fix the system hang while disable PSR new 7c5835bcb917 drm/amd/display: limit DPIA link rate to HBR3 new c8ac109e21e1 Merge tag 'amd-drm-fixes-6.4-2023-06-14' of https://gitlab [...] new c8a5d5ea3ba6 nouveau: fix client work fence deletion race new 3e1b9b2d8190 accel/qaic: Free user handle on interrupted mutex new 61d8cdb7872c accel/qaic: Fix NULL pointer deref in qaic_destroy_drm_device() new 11d24327c2d7 drm/nouveau: don't detect DSM for non-NVIDIA device new 95011f267c44 drm/bridge: ti-sn65dsi86: Avoid possible buffer overflow new 20a2ce87fbaf drm/nouveau/dp: check for NULL nv_connector->native_mode new 55b94bb8c424 drm/nouveau: add nv_encoder pointer check for NULL new 9930f518b6a8 Merge tag 'drm-misc-fixes-2023-06-16' of git://anongit.fre [...] new 1639fae5132b Merge tag 'drm-fixes-2023-06-17' of git://anongit.freedesk [...]
The 25 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: drivers/accel/qaic/qaic_drv.c | 4 + drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 7 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | 18 ++++ drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h | 9 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_ring_mux.c | 60 ++++++++++++ drivers/gpu/drm/amd/amdgpu/amdgpu_ring_mux.h | 15 +++ drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 101 +++++++++++++++++++-- drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c | 6 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 18 +++- .../gpu/drm/amd/display/dc/link/link_detection.c | 5 + .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 33 ++++++- drivers/gpu/drm/bridge/ti-sn65dsi86.c | 4 + drivers/gpu/drm/nouveau/nouveau_acpi.c | 3 + drivers/gpu/drm/nouveau/nouveau_connector.c | 7 +- drivers/gpu/drm/nouveau/nouveau_drm.c | 14 ++- drivers/gpu/drm/radeon/radeon_fbdev.c | 1 + fs/afs/vl_probe.c | 4 +- 19 files changed, 283 insertions(+), 29 deletions(-)