This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6d36c728bc2e Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/li [...] new d1c0b7de4dfa drm/vc4: Add module dependency on hdmi-codec new ae71ab585c81 drm/vc4: hdmi: Enforce the minimum rate at runtime_resume new 4190e8bbcbc7 drm/vc4: hdmi: Check the HSM rate at runtime_resume new 8865dd756f92 Merge tag 'drm-misc-fixes-2022-10-13' of git://anongit.fre [...] new 65f8682b9aaa drm/amdgpu: set vm_update_mode=0 as default for Sienna Cic [...] new afbaa1550112 Revert "drm/amdgpu: add debugfs amdgpu_reset_level" new a340847b0214 Revert "drm/amdgpu: let mode2 reset fallback to default wh [...] new a31e62873f11 drm/amdgpu: Refactor mode2 reset logic for v11.0.7 new 4545ae2ed3f2 drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for [...] new 4d72a4e4fb5d drm/amd/pm: temporarily disable thermal alert on smu_v13_0_10 new 4c7f9a3c1534 drm/amd/pm: remove the pptable id override on smu_v13_0_10 new 657e07221ce0 drm/amd/amdgpu: enable gfx clock gating features on smu_v13_0_10 new f700486cd1f2 drm/amd/pm: skip loading pptable from driver on secure boa [...] new b7a76a291408 drm/amdgpu: skip mes self test for gc 11.0.3 new 7cd3f6c3ace4 drm/amdgpu: Enable gmc soft reset on gmc_v11_0_3 new 001ebcf5b903 drm/amdgpu: Enable ras support for mp0 v13_0_0 and v13_0_10 new 3bd026c3e331 drm/amdgpu: Add sriov vf ras support in amdgpu_ras_asic_supported new 528c0e66e0c0 drm/amd/pm: fulfill SMU13.0.0 cstate control interface new ba2f09960e75 drm/amd/pm: fulfill SMU13.0.7 cstate control interface new 3059cd8c5f79 drm/amd/pm: disable cstate feature for gpu reset scenario new 5fa993737b29 drm/amd/pm: Init pm_attr_list when dpm is disabled new 853fdb49160e drm/amd/pm: update SMU IP v13.0.4 driver interface version new 31c261a7ffb8 drm/amd/pm: add SMU IP v13.0.4 IF version define to V7 new 8a70b2d89ea3 drm/amd/display: Increase frame size limit for display_mod [...] new e688ba3e2764 drm/amdkfd: Fix type of reset_type parameter in hqd_destro [...] new 97a3d6090f5c drm/amdgpu: Program GC registers through RLCG interface in [...] new 5ce4726a1376 drm/amd/pm: enable thermal alert on smu_v13_0_10 new 2abe92c7adc9 drm/amdgpu: dequeue mes scheduler during fini new 8273b4048664 drm/amdgpu: Fix for BO move issue new f046ca4a18a0 Merge tag 'amd-drm-fixes-6.1-2022-10-19' of https://gitlab [...] new 50b0e4d4da09 drm/amdgpu: fix sdma doorbell init ordering on APUs new a4294d5c7715 Merge tag 'amd-drm-fixes-6.1-2022-10-20' of https://gitlab [...] new 7b476affcccf drm/sched: add DRM_SCHED_FENCE_DONT_PIPELINE flag new 01f2cf53844b drm/amdgpu: use DRM_SCHED_FENCE_DONT_PIPELINE for VM updates new 1aca5ce036e3 Merge drm/drm-fixes into drm-misc-fixes new 7089003304c6 drm: tests: Fix a buffer overflow in format_helper_test new a91e5e3e2216 drm/connector: Set DDC pointer in drmm_connector_init new 7228d9d79248 drm/panfrost: Remove type name from internal structs new 72655fb942c1 drm/panfrost: replace endian-specific types with native ones new cbc543c59e8e Merge tag 'drm-misc-fixes-2022-10-20' of git://anongit.fre [...] new e35184f32151 Merge tag 'drm-fixes-2022-10-21' of git://anongit.freedesk [...]
The 41 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.h | 4 -- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 1 - drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v11.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | 2 - drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 15 +++++--- drivers/gpu/drm/amd/amdgpu/amdgpu_job.c | 1 - drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 25 +++++++++--- drivers/gpu/drm/amd/amdgpu/amdgpu_reset.c | 14 ------- drivers/gpu/drm/amd/amdgpu/amdgpu_reset.h | 3 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | 3 -- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 3 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c | 6 +++ drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h | 4 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 6 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_vm_sdma.c | 9 ++++- drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 3 +- drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c | 18 +++++---- drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | 45 ++++++++++++++++++++-- drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c | 1 - drivers/gpu/drm/amd/amdgpu/mxgpu_nv.c | 1 - drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c | 1 - drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 5 --- drivers/gpu/drm/amd/amdgpu/sienna_cichlid.c | 25 ++++++++---- drivers/gpu/drm/amd/amdgpu/soc15.c | 21 ++++++++++ drivers/gpu/drm/amd/amdgpu/soc21.c | 7 +++- drivers/gpu/drm/amd/display/dc/dml/Makefile | 2 +- drivers/gpu/drm/amd/include/kgd_kfd_interface.h | 5 ++- drivers/gpu/drm/amd/pm/amdgpu_pm.c | 4 +- .../drm/amd/pm/powerplay/hwmgr/vega10_thermal.c | 25 ++++++------ drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 4 +- .../pm/swsmu/inc/pmfw_if/smu13_driver_if_v13_0_4.h | 17 +++++++- drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0.h | 2 +- drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c | 8 ++++ drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c | 9 +++++ drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c | 6 +-- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 11 ++++++ .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c | 12 ++++++ drivers/gpu/drm/drm_connector.c | 2 +- drivers/gpu/drm/panfrost/panfrost_dump.c | 36 ++++++++--------- drivers/gpu/drm/scheduler/sched_entity.c | 3 +- drivers/gpu/drm/tests/drm_format_helper_test.c | 2 +- drivers/gpu/drm/vc4/vc4_drv.c | 1 + drivers/gpu/drm/vc4/vc4_hdmi.c | 29 ++++++++++++++ include/drm/gpu_scheduler.h | 9 +++++ include/uapi/drm/panfrost_drm.h | 36 +++++++++-------- 45 files changed, 314 insertions(+), 134 deletions(-)