[pull] amdgpu drm-fixes-5.10
Alex Deucher
alexdeucher at gmail.com
Fri Oct 9 22:28:10 UTC 2020
Hi Dave, Daniel,
Fixes for 5.10.
The following changes since commit f2fa07b39fafb2a5f49c71a504862c5efa57d03e:
drm/amd/amdkfd: Surface files in Sysfs to allow users to get number of compute units that are in use. (2020-09-30 15:26:27 -0400)
are available in the Git repository at:
git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.10-2020-10-09
for you to fetch changes up to 9c27bc97aff8bbe62b5b29ebf528291dd85d9c86:
drm/amdgpu: Fix invalid number of character '{' in amdgpu_acpi_init (2020-10-09 15:16:10 -0400)
----------------------------------------------------------------
amd-drm-fixes-5.10-2020-10-09:
amdgpu:
- Clean up indirect register access
- Navy Flounder fixes
- SMU11 AC/DC interrupt fixes
- GPUVM alignment fix
- Display fixes
- Misc other fixes
----------------------------------------------------------------
Alex Deucher (4):
drm/amdgpu/swsmu: add interrupt work function
drm/amdgpu/swsmu: add interrupt work handler for smu11 parts
drm/amdgpu/swsmu: fix ARC build errors
drm/amdgpu: prevent spurious warning
Alex Sierra (1):
drm/amdgpu: align frag_end to covered address space
Alvin Lee (1):
drm/amd/display: Don't allow pstate if no support in blank
Chris Park (1):
drm/amd/display: Change to correct unit on audio rate
Dirk Gouders (1):
drm/amdgpu: fix NULL pointer dereference for Renoir
Dmytro Laktyushkin (1):
drm/amd/display: Fix OPTC_DATA_FORMAT programming
Emily.Deng (1):
drm/amdgpu: Remove warning for virtual_display
Evan Quan (1):
drm/amd/pm: setup APU dpm clock table in SMU HW initialization
Fangzhi Zuo (1):
drm/amd/display: HDMI remote sink need mode validation for Linux
Hawking Zhang (4):
drm/amdgpu: add helper function for indirect reg access (v3)
drm/amdgpu: switch to indirect reg access helper
drm/amdgpu: support indirect access reg outside of mmio bar (v2)
drm/amdgpu: enable GDDR6 save-restore support for navy_flounder
Rodrigo Siqueira (1):
drm/amd/display: Avoid set zero in the requested clk
Ye Bin (1):
drm/amdgpu: Fix invalid number of character '{' in amdgpu_acpi_init
kernel test robot (1):
drm/amdgpu: kfd_initialized can be static
drivers/gpu/drm/amd/amdgpu/amdgpu.h | 36 +++-
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 228 +++++++++++++++------
drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h | 4 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 2 +
drivers/gpu/drm/amd/amdgpu/dce_virtual.c | 4 +-
drivers/gpu/drm/amd/amdgpu/nv.c | 51 +----
drivers/gpu/drm/amd/amdgpu/soc15.c | 61 ++----
.../amd/display/dc/clk_mgr/dce112/dce112_clk_mgr.c | 3 +-
drivers/gpu/drm/amd/display/dc/core/dc_link.c | 2 +-
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c | 11 +
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_optc.c | 8 -
.../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c | 5 +-
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_optc.c | 8 -
.../amd/display/dc/dml/dcn30/display_mode_vba_30.c | 2 +-
drivers/gpu/drm/amd/pm/inc/amdgpu_smu.h | 2 +
drivers/gpu/drm/amd/pm/inc/smu_v11_0.h | 2 +
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 37 +++-
drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c | 1 +
drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c | 15 +-
.../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 15 +-
drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c | 10 +-
25 files changed, 308 insertions(+), 206 deletions(-)
More information about the amd-gfx
mailing list