This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 987a926c1d8a Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/lin [...] new da73a94fa282 drm/bridge: lt8912b: add vsync hsync new 6dd1de12e124 drm/bridge: lt8912b: set hdmi or dvi mode new 051ad2788d35 drm/bridge: lt8912b: fix corrupted image output new cc62d98bd56d Revert "drm: bridge: analogix/dp: add panel prepare/unprep [...] new 153a97b4e3de Merge tag 'drm-misc-fixes-2022-09-29' of git://anongit.fre [...] new 751677743457 drm/amdgpu: avoid gfx register accessing during gfxoff new 3c480531a4b1 drm/amd/pm: enable gfxoff feature for SMU 13.0.0 new b9caeadf5cb8 drm/amd/pm: use adverse selection for dpm features unsuppo [...] new a9b4700279f2 drm/amdkfd: fix MQD init for GFX11 in init_mqd new 91ef6cfd30bf drm/amdgpu: pass queue size and is_aql_queue to MES new 664883ddde67 drm/amdkfd: fix dropped interrupt in kfd_int_process_v11 new 783d446749c0 drm/amd/display: Avoid avoid unnecessary pixel rate divide [...] new b6d1c39bc637 drm/amd/display: Update DCN32 to use new SR latencies new dd37fba90e72 drm/amd/display: Do DIO FIFO enable after DP video stream enable new ec669ef2e2cf drm/amd/display: Wrap OTG disable workaround with FIFO control new 85096a73f4dc drm/amd/display: Add explicit FIFO disable for DP blank new 1ec5c0e1289c drm/amd/display: Fix audio on display after unplugging another new 391ce355e72b drm/amd/display: Fix typo in get_pixel_rate_div new 8dd2e87dbd49 drm/amd/display: Remove assert for odm transition case new a28acf7091ba drm/amd/display: Avoid unnecessary pixel rate divider programming new 2d3907c15261 drm/amd/display: fill in clock values when DPM is not enabled new b3e45b18e5c4 drm/amdgpu: Correct the position in patch_cond_exec new 11e38360cc15 drm/amdgpu: Remove fence_process in count_emitted new 3b7329cf5a76 drm/amdgpu: Add amdgpu suspend-resume code path under SRIOV new 83ca5fb40e75 drm/amd/display: Prevent OTG shutdown during PSR SU new 91462afa42e6 Merge tag 'amd-drm-fixes-6.0-2022-09-29' of https://gitlab [...] new 6ef7d362123e drm/i915/gt: Restrict forced preemption to the active context new 7738be973fc4 drm/i915/gt: Perf_limit_reasons are only available for Gen11+ new 6643b3836f39 Merge tag 'drm-intel-fixes-2022-09-29' of git://anongit.fr [...] new 5a77386984b5 Merge tag 'drm-fixes-2022-09-30-1' of git://anongit.freede [...]
The 30 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_device.c | 27 ++++++- drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 1 - drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h | 2 + drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 4 + drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 2 +- drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | 4 + .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 2 + drivers/gpu/drm/amd/amdkfd/kfd_int_process_v11.c | 6 +- drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c | 4 + .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c | 8 +- .../amd/display/dc/clk_mgr/dcn314/dcn314_clk_mgr.c | 11 ++- .../amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c | 14 ++++ .../amd/display/dc/dce110/dce110_hw_sequencer.c | 6 +- .../gpu/drm/amd/display/dc/dcn314/dcn314_dccg.c | 47 ++++++++++++ .../display/dc/dcn314/dcn314_dio_stream_encoder.c | 25 ++++-- drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dccg.c | 53 +++++++++++++ .../gpu/drm/amd/display/dc/dcn32/dcn32_hubbub.c | 10 ++- .../gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c | 43 ++++++++++- .../gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.h | 2 + .../drm/amd/display/dc/inc/hw/clk_mgr_internal.h | 2 + drivers/gpu/drm/amd/include/mes_v11_api_def.h | 3 +- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 89 +++++++--------------- drivers/gpu/drm/bridge/analogix/analogix_dp_core.c | 13 ---- drivers/gpu/drm/bridge/lontium-lt8912b.c | 13 +++- drivers/gpu/drm/i915/gt/intel_engine_types.h | 15 ++++ .../gpu/drm/i915/gt/intel_execlists_submission.c | 21 ++++- drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c | 15 +++- 28 files changed, 340 insertions(+), 106 deletions(-)