This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-arm in repository toolchain/ci/linux.
from 012e332286e2 fs/mount_setattr: always cleanup mount_kattr adds 0f9d36af8f21 drm/i915: Fix possible uninitialized variable in parallel [...] adds d46f329a3f60 drm/i915: Increment composite fence seqno adds 05097b19a900 Merge tag 'drm-intel-fixes-2021-12-29' of git://anongit.fr [...] adds bf67014d6bda drm/amdgpu: introduce new amdgpu_fence object to indicate [...] adds 19e66d512e41 drm/amd/pm: Fix xgmi link control on aldebaran adds b7865173cf6a drm/amdgpu: When the VCN(1.0) block is suspended, powergat [...] adds 5e713c6afa34 drm/amdgpu: add support for IP discovery gc_info table v2 adds 4d625a97a7e9 drm/amdgpu: fix runpm documentation adds 8c45096c60d6 drm/amd/pm: skip setting gfx cgpg in the s0ix suspend-resume adds daf8de0874ab drm/amdgpu: always reset the asic in suspend (v2) adds 7be3be2b027c drm/amdgpu: put SMU into proper state on runpm suspending [...] adds ebae8973884e drm/amdgpu: no DC support for headless chips adds 2eb82577a16d drm/amd/display: fix B0 TMDS deepcolor no dislay issue adds d97e631af2db drm/amd/display: Added power down for DCN10 adds a07f8b998354 drm/amd/display: Send s0i2_rdy in stream_count == 0 optimization adds 33735c1c8d02 drm/amd/display: Set optimize_pwr_state for DCN31 adds 33bb63915fee drm/amd/display: Fix USB4 null pointer dereference in upda [...] adds ee2698cf79cc drm/amd/display: Changed pipe split policy to allow for mu [...] adds aeeb82fd6147 Merge tag 'amd-drm-fixes-5.16-2021-12-29' of https://gitla [...] adds fc74881c28d3 drm/amdgpu: fix dropped backing store handling in amdgpu_d [...] adds 67f74302f45d drm/nouveau: wait for the exclusive fence after the shared [...] adds ce9b333c73a5 Merge branch 'drm-misc-fixes' of ssh://git.freedesktop.org [...] adds 4f3d93c6eaff Merge tag 'drm-fixes-2021-12-31' of git://anongit.freedesk [...]
No new revisions were added by this update.
Summary of changes: drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 17 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 76 +++++++++---- drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 27 ++++- drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 126 ++++++++++++++------- drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h | 4 +- drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c | 7 ++ .../amd/display/dc/clk_mgr/dcn31/dcn31_clk_mgr.c | 1 + drivers/gpu/drm/amd/display/dc/core/dc_link.c | 5 +- drivers/gpu/drm/amd/display/dc/dcn10/dcn10_init.c | 1 + .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c | 2 +- .../drm/amd/display/dc/dcn201/dcn201_resource.c | 2 +- .../gpu/drm/amd/display/dc/dcn21/dcn21_resource.c | 2 +- .../gpu/drm/amd/display/dc/dcn30/dcn30_resource.c | 2 +- .../drm/amd/display/dc/dcn301/dcn301_resource.c | 2 +- .../drm/amd/display/dc/dcn302/dcn302_resource.c | 2 +- .../drm/amd/display/dc/dcn303/dcn303_resource.c | 2 +- drivers/gpu/drm/amd/display/dc/dcn31/dcn31_init.c | 1 + .../gpu/drm/amd/display/dc/dcn31/dcn31_resource.c | 27 ++++- .../gpu/drm/amd/display/dc/dcn31/dcn31_resource.h | 31 +++++ drivers/gpu/drm/amd/include/discovery.h | 49 ++++++++ drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 7 +- drivers/gpu/drm/amd/pm/swsmu/smu12/smu_v12_0.c | 3 +- drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c | 2 +- drivers/gpu/drm/i915/gem/i915_gem_context.c | 2 +- drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 2 +- drivers/gpu/drm/nouveau/nouveau_fence.c | 28 ++--- 27 files changed, 318 insertions(+), 114 deletions(-)