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-aarch64 in repository toolchain/ci/linux.
from 74c78b4291b4 Merge tag 'net-5.16-rc8' of git://git.kernel.org/pub/scm/l [...] adds 012e332286e2 fs/mount_setattr: always cleanup mount_kattr new 0f9d36af8f21 drm/i915: Fix possible uninitialized variable in parallel [...] new d46f329a3f60 drm/i915: Increment composite fence seqno new 05097b19a900 Merge tag 'drm-intel-fixes-2021-12-29' of git://anongit.fr [...] new bf67014d6bda drm/amdgpu: introduce new amdgpu_fence object to indicate [...] new 19e66d512e41 drm/amd/pm: Fix xgmi link control on aldebaran new b7865173cf6a drm/amdgpu: When the VCN(1.0) block is suspended, powergat [...] new 5e713c6afa34 drm/amdgpu: add support for IP discovery gc_info table v2 new 4d625a97a7e9 drm/amdgpu: fix runpm documentation new 8c45096c60d6 drm/amd/pm: skip setting gfx cgpg in the s0ix suspend-resume new daf8de0874ab drm/amdgpu: always reset the asic in suspend (v2) new 7be3be2b027c drm/amdgpu: put SMU into proper state on runpm suspending [...] new ebae8973884e drm/amdgpu: no DC support for headless chips new 2eb82577a16d drm/amd/display: fix B0 TMDS deepcolor no dislay issue new d97e631af2db drm/amd/display: Added power down for DCN10 new a07f8b998354 drm/amd/display: Send s0i2_rdy in stream_count == 0 optimization new 33735c1c8d02 drm/amd/display: Set optimize_pwr_state for DCN31 new 33bb63915fee drm/amd/display: Fix USB4 null pointer dereference in upda [...] new ee2698cf79cc drm/amd/display: Changed pipe split policy to allow for mu [...] new 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 [...] new ce9b333c73a5 Merge branch 'drm-misc-fixes' of ssh://git.freedesktop.org [...] new 4f3d93c6eaff Merge tag 'drm-fixes-2021-12-31' of git://anongit.freedesk [...]
The 21 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_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 ++--- fs/namespace.c | 9 +- 28 files changed, 322 insertions(+), 119 deletions(-)