[pull] amdgpu drm-fixes-5.5
Alex Deucher
alexdeucher at gmail.com
Thu Dec 12 22:32:10 UTC 2019
Hi Dave, Daniel,
Fixes for 5.5.
The following changes since commit b53bd16fec3d52ff7be1648a9b0a747288f52cf8:
Merge tag 'drm-misc-next-fixes-2019-12-04' of git://anongit.freedesktop.org/drm/drm-misc into drm-next (2019-12-05 11:11:11 +1000)
are available in the Git repository at:
git://people.freedesktop.org/~agd5f/linux tags/drm-fixes-5.5-2019-12-12
for you to fetch changes up to f271fe1856138d402e0438f994ccae95f9044b2c:
drm/amdgpu: add invalidate semaphore limit for SRIOV in gmc10 (2019-12-12 16:13:48 -0500)
----------------------------------------------------------------
drm-fixes-5.5-2019-12-12:
amdgpu:
- DC fixes for renoir
- Gfx8 fence flush align with mesa
- Power profile fix for arcturus
- Freesync fix
- DC I2c over aux fix
- DC aux defer fix
- GPU reset fix
- GPUVM invalidation semaphore fixes for PCO and SR-IOV
- Golden settings updates for gfx10
----------------------------------------------------------------
Alex Deucher (4):
drm/amdgpu: add header line for power profile on Arcturus
drm/amdgpu/display: add fallthrough comment
drm/amdgpu: fix license on Kconfig and Makefiles
Revert "drm/amdgpu: dont schedule jobs while in reset"
Amanda Liu (1):
drm/amd/display: Fix screen tearing on vrr tests
Arnd Bergmann (2):
drm/amd/display: fix undefined struct member reference
drm/amd/display: include linux/slab.h where needed
Brandon Syu (1):
drm/amd/display: fixed that I2C over AUX didn't read data issue
David Galiffi (1):
drm/amd/display: Fixed kernel panic when booting with DP-to-HDMI dongle
Eric Yang (2):
drm/amd/display: update sr and pstate latencies for Renoir
drm/amd/display: update dispclk and dppclk vco frequency
George Shen (1):
drm/amd/display: Increase the number of retries after AUX DEFER
Guchun Chen (1):
drm/amdgpu: add check before enabling/disabling broadcast mode
Joseph Gravenor (3):
drm/amd/display: fix DalDramClockChangeLatencyNs override
drm/amd/display: populate bios integrated info for renoir
drm/amd/display: have two different sr and pstate latency tables for renoir
Leo (Hanghong) Ma (1):
drm/amd/display: Change the delay time before enabling FEC
Nikola Cornij (2):
drm/amd/display: Map DSC resources 1-to-1 if numbers of OPPs and DSCs are equal
drm/amd/display: Reset steer fifo before unblanking the stream
Pierre-Eric Pelloux-Prayer (1):
drm/amdgpu: add cache flush workaround to gfx8 emit_fence
Tianci.Yin (4):
drm/amdgpu/gfx10: update gfx golden settings
drm/amdgpu/gfx10: update gfx golden settings for navi14
drm/amdgpu/gfx10: update gfx golden settings
drm/amdgpu/gfx10: update gfx golden settings for navi14
Yongqiang Sun (1):
drm/amd/display: Compare clock state member to determine optimization.
changzhu (3):
drm/amdgpu: avoid using invalidate semaphore for picasso
drm/amdgpu: add invalidate semaphore limit for SRIOV and picasso in gmc9
drm/amdgpu: add invalidate semaphore limit for SRIOV in gmc10
drivers/gpu/drm/amd/acp/Kconfig | 2 +-
drivers/gpu/drm/amd/amdgpu/Kconfig | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c | 5 +-
drivers/gpu/drm/amd/amdgpu/df_v3_6.c | 38 +++---
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 6 +
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 22 +++-
drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c | 29 +++--
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 32 +++--
drivers/gpu/drm/amd/amdkfd/Kconfig | 2 +-
drivers/gpu/drm/amd/display/Kconfig | 2 +-
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 1 +
.../drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c | 134 ++++++++++++++++-----
drivers/gpu/drm/amd/display/dc/core/dc_link.c | 2 +-
drivers/gpu/drm/amd/display/dc/core/dc_link_ddc.c | 2 +-
drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 9 +-
drivers/gpu/drm/amd/display/dc/dce/dce_aux.c | 33 +++--
drivers/gpu/drm/amd/display/dc/dcn20/Makefile | 1 +
.../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c | 15 ++-
.../amd/display/dc/dcn20/dcn20_stream_encoder.c | 12 +-
drivers/gpu/drm/amd/display/dc/dcn21/Makefile | 1 +
.../gpu/drm/amd/display/dc/dcn21/dcn21_resource.c | 24 +++-
drivers/gpu/drm/amd/display/dc/dsc/Makefile | 1 +
drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr.h | 2 +
.../gpu/drm/amd/display/include/i2caux_interface.h | 2 +-
.../drm/amd/display/modules/freesync/freesync.c | 32 ++---
.../gpu/drm/amd/display/modules/inc/mod_freesync.h | 1 -
drivers/gpu/drm/amd/powerplay/arcturus_ppt.c | 5 +
27 files changed, 299 insertions(+), 118 deletions(-)
More information about the amd-gfx
mailing list