This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allyesconfig in repository toolchain/ci/linux.
from 60e720931556 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...] adds 851e6f61cd07 tracing: Fix trace_find_next_entry() accounting of temp bu [...] adds b40341fad6cc ftrace: Move RCU is watching check after recursion check adds aa5ff93523eb Merge tag 'trace-v5.9-rc6' of git://git.kernel.org/pub/scm [...] adds f54c4442893b drm/vmwgfx: Fix error handling in get_node adds 6f4fc18f3575 Merge branch 'vmwgfx-fixes-5.9' of git://people.freedeskto [...] adds 1d0e16ac1a9e drm/amdgpu: prevent double kfree ttm->sg adds 5d5b71e8a0f2 drm/amdgpu: add the GC 10.3 VRS registers adds 1b51916b9734 drm/amdgpu: add VCN 3.0 AV1 registers adds 8a410da6aaf6 drm/amdgpu: use the AV1 defines for VCN 3.0 adds fc08ce66c0f3 drm/amdgpu: add device ID for sienna_cichlid (v2) adds b4ebd0827fd0 drm/amdgpu: remove experimental flag from navi12 adds 97cf32996c46 drm/amd/pm: Removed fixed clock in auto mode DPM adds 0c7014154d63 drm/amdgpu: remove gpu_info fw support for sienna_cichlid etc. adds 898c7302f4de drm/amd/display: fix return value check for hdcp_work adds c73d05eaba1c drm/amdgpu/display: fix CFLAGS setup for DCN30 adds a39d0d7bdf8c drm/amdgpu: restore proper ref count in amdgpu_display_crt [...] adds 3c26d0314c10 drm/amdgpu/swsmu/smu12: fix force clock handling for mclk adds 548c7ba7dc9e drm/amd/display: remove duplicate call to rn_vbios_smu_get [...] adds b19515253623 drm/amd/pm: setup APU dpm clock table in SMU HW initialization adds 95433a1305a0 drm/amdgpu: disable gfxoff temporarily for navy_flounder adds 132d7c8abeaa Merge tag 'amd-drm-fixes-5.9-2020-09-30' of git://people.f [...] adds fcadab740480 Merge tag 'drm-fixes-2020-10-01-1' of git://anongit.freede [...] adds a509a66a9d0d arm64: permit ACPI core to map kernel memory used for tabl [...] new eed2ef4403de Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] adds 1a26044954a6 iommu/exynos: add missing put_device() call in exynos_iomm [...] new 0bbe4ced53e3 iommu/amd: Fix the overwritten field in IVMD header new 1a3f2fd7fc4e iommu/vt-d: Fix lockdep splat in iommu_flush_dev_iotlb() new 44b6e23be32b Merge tag 'iommu-fixes-v5.9-rc7' of git://git.kernel.org/p [...]
The 4 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: arch/arm64/kernel/acpi.c | 22 ++++++++- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 10 +--- drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 12 ++++- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 1 + drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 3 ++ drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c | 16 +++---- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.c | 2 +- .../drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c | 1 - drivers/gpu/drm/amd/display/dc/dcn30/Makefile | 18 ++++++- .../amd/include/asic_reg/gc/gc_10_3_0_default.h | 2 + .../drm/amd/include/asic_reg/gc/gc_10_3_0_offset.h | 4 ++ .../amd/include/asic_reg/gc/gc_10_3_0_sh_mask.h | 50 +++++++++++++++++++ .../amd/include/asic_reg/vcn/vcn_3_0_0_sh_mask.h | 34 +++++++++++++ drivers/gpu/drm/amd/powerplay/amdgpu_smu.c | 22 ++++----- drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c | 10 ++-- drivers/gpu/drm/amd/powerplay/renoir_ppt.c | 8 ++-- drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 2 +- drivers/gpu/drm/vmwgfx/vmwgfx_thp.c | 2 +- drivers/iommu/amd/init.c | 56 ++++------------------ drivers/iommu/exynos-iommu.c | 8 +++- drivers/iommu/intel/iommu.c | 4 +- include/linux/acpi.h | 2 +- kernel/trace/ftrace.c | 6 +-- kernel/trace/trace.c | 10 ++-- 25 files changed, 203 insertions(+), 104 deletions(-)