This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 50643bbc9eb6 Merge tag 'sound-6.12-rc7' of git://git.kernel.org/pub/scm [...] new 4f26c95ffc21 drm/amd/display: Fix brightness level not retained over reboot new 694c79769cb3 drm/amd/display: parse umc_info or vram_info based on ASIC new a6dd15981c03 drm/amdgpu: prevent NULL pointer dereference if ATIF is no [...] new 1356bfc54c8d drm/amd/pm: always pick the pptable from IFWI new 74e1006430a5 drm/amd/pm: correct the workload setting new 3ce3f8578735 drm/amdgpu: Fix DPX valid mode check on GC 9.4.3 new b46dadf7e3cf drm/amdgpu: Adjust debugfs register access permissions new f790a2c494c4 drm/amdgpu: Adjust debugfs eviction and IB access permissions new 4d75b9468021 drm/amdgpu: add missing size check in amdgpu_debugfs_gprwa [...] new fd836e82de0a Merge tag 'amd-drm-fixes-6.12-2024-11-07' of https://gitla [...] new b0ef514bc6bb drm/imagination: Add a per-file PVR context list new b04ce1e718bd drm/imagination: Break an object reference loop new e301aea030d6 Merge drm/drm-fixes into drm-misc-fixes new 052ef642bd6c drm: panel-orientation-quirks: Make Lenovo Yoga Tab 3 X90F [...] new 444fa5b100e5 drm/panthor: Lock XArray when getting entries for the VM new f432a1621f04 drm/panthor: Be stricter about IO mapping flags new 9b984a71c240 Merge tag 'drm-misc-fixes-2024-11-08' of https://gitlab.fr [...] new 7fd3fa006fa5 drm/xe: Set mask bits for CCS_MODE register new 4b468a92ddb2 drm/xe: Use the filelist from drm for ccs_mode change new 55e8a3f37e54 drm/xe: Move LNL scheduling WA to xe_device.h new 7d1e2580ed16 drm/xe/ufence: Flush xe ordered_wq in case of ufence timeout new 1491efb39ace drm/xe/guc/tlb: Flush g2h worker in case of tlb timeout new af797b831d89 drm/xe: Fix possible exec queue leak in exec IOCTL new 64a2b6ed4bfd drm/xe: Drop VM dma-resv lock on xe_sync_in_fence_get fail [...] new a353c78459f4 drm/xe/pf: Fix potential GGTT allocation leak new 514447a12190 drm/xe: Stop accumulating LRC timestamp on job_free new 1a6bbc4d9e55 Merge tag 'drm-xe-fixes-2024-11-08' of https://gitlab.free [...] new 952a33dc08ce Merge tag 'drm-fixes-2024-11-09' of https://gitlab.freedes [...] new 7ce3e6107103 scsi: sd_zbc: Use kvzalloc() to allocate REPORT ZONES buffer new 54c814c8b23b scsi: ufs: core: Start the RTC update work later new c291c9cfd76a Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
The 31 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/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 4 +- drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | 10 +-- drivers/gpu/drm/amd/amdgpu/aqua_vanjaram.c | 2 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 15 +++++ drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 4 +- drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 49 ++++++++++---- drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h | 4 +- drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c | 5 +- drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c | 5 +- .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 5 +- drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c | 4 +- drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c | 4 +- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 20 ++++-- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c | 5 +- .../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 74 ++-------------------- drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c | 8 +++ drivers/gpu/drm/amd/pm/swsmu/smu_cmn.h | 2 + drivers/gpu/drm/drm_panel_orientation_quirks.c | 1 - drivers/gpu/drm/imagination/pvr_context.c | 33 ++++++++++ drivers/gpu/drm/imagination/pvr_context.h | 21 ++++++ drivers/gpu/drm/imagination/pvr_device.h | 10 +++ drivers/gpu/drm/imagination/pvr_drv.c | 3 + drivers/gpu/drm/imagination/pvr_vm.c | 22 +++++-- drivers/gpu/drm/imagination/pvr_vm.h | 1 + drivers/gpu/drm/panthor/panthor_device.c | 4 ++ drivers/gpu/drm/panthor/panthor_mmu.c | 2 + drivers/gpu/drm/xe/regs/xe_gt_regs.h | 2 +- drivers/gpu/drm/xe/xe_device.c | 10 --- drivers/gpu/drm/xe/xe_device.h | 14 ++++ drivers/gpu/drm/xe/xe_device_types.h | 9 --- drivers/gpu/drm/xe/xe_exec.c | 13 ++-- drivers/gpu/drm/xe/xe_exec_queue.c | 6 ++ drivers/gpu/drm/xe/xe_gt_ccs_mode.c | 15 +++-- drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c | 4 +- drivers/gpu/drm/xe/xe_gt_tlb_invalidation.c | 2 + drivers/gpu/drm/xe/xe_guc_ct.c | 11 +--- drivers/gpu/drm/xe/xe_guc_submit.c | 2 - drivers/gpu/drm/xe/xe_wait_user_fence.c | 7 ++ drivers/scsi/sd_zbc.c | 3 +- drivers/ufs/core/ufshcd.c | 10 ++- 40 files changed, 266 insertions(+), 159 deletions(-)