This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 60e720931556 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...] new 851e6f61cd07 tracing: Fix trace_find_next_entry() accounting of temp bu [...] new b40341fad6cc ftrace: Move RCU is watching check after recursion check new aa5ff93523eb Merge tag 'trace-v5.9-rc6' of git://git.kernel.org/pub/scm [...] new f54c4442893b drm/vmwgfx: Fix error handling in get_node new 6f4fc18f3575 Merge branch 'vmwgfx-fixes-5.9' of git://people.freedeskto [...] new 1d0e16ac1a9e drm/amdgpu: prevent double kfree ttm->sg new 5d5b71e8a0f2 drm/amdgpu: add the GC 10.3 VRS registers new 1b51916b9734 drm/amdgpu: add VCN 3.0 AV1 registers new 8a410da6aaf6 drm/amdgpu: use the AV1 defines for VCN 3.0 new fc08ce66c0f3 drm/amdgpu: add device ID for sienna_cichlid (v2) new b4ebd0827fd0 drm/amdgpu: remove experimental flag from navi12 new 97cf32996c46 drm/amd/pm: Removed fixed clock in auto mode DPM new 0c7014154d63 drm/amdgpu: remove gpu_info fw support for sienna_cichlid etc. new 898c7302f4de drm/amd/display: fix return value check for hdcp_work new c73d05eaba1c drm/amdgpu/display: fix CFLAGS setup for DCN30 new a39d0d7bdf8c drm/amdgpu: restore proper ref count in amdgpu_display_crt [...] new 3c26d0314c10 drm/amdgpu/swsmu/smu12: fix force clock handling for mclk new 548c7ba7dc9e drm/amd/display: remove duplicate call to rn_vbios_smu_get [...] new b19515253623 drm/amd/pm: setup APU dpm clock table in SMU HW initialization new 95433a1305a0 drm/amdgpu: disable gfxoff temporarily for navy_flounder new 132d7c8abeaa Merge tag 'amd-drm-fixes-5.9-2020-09-30' of git://people.f [...] new fcadab740480 Merge tag 'drm-fixes-2020-10-01-1' of git://anongit.freede [...]
The 22 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 | 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 +- kernel/trace/ftrace.c | 6 +-- kernel/trace/trace.c | 10 +++-- 20 files changed, 164 insertions(+), 51 deletions(-)