[pull] amdgpu, ttm drm-next-5.3
Alex Deucher
alexdeucher at gmail.com
Fri Jun 28 01:55:55 UTC 2019
Hi Dave, Daniel,
Arm fix as requested by Dave, plus a few navi fixes.
The following changes since commit 14808a12bdbdc21143eba70ea07830197b3a04ff:
Merge tag 'drm-next-5.3-2019-06-25' of git://people.freedesktop.org/~agd5f/linux into drm-next (2019-06-27 12:33:57 +1000)
are available in the Git repository at:
git://people.freedesktop.org/~agd5f/linux tags/drm-next-5.3-2019-06-27
for you to fetch changes up to 440e80ce02cde7b810e4eb555768c2d77e7a27c8:
drm/amd/display: fix a couple of spelling mistakes (2019-06-27 11:22:57 -0500)
----------------------------------------------------------------
drm-next-5.3-2019-06-27:
amdgpu:
- Fix warning on 32 bit ARM
- Fix compilation on big endian
- Misc bug fixes
ttm:
- Live lock fix
----------------------------------------------------------------
Alex Deucher (2):
drm/amdgpu: fix warning on 32 bit
drm/amdgpu: drop copy/paste leftover to fix big endian
Colin Ian King (1):
drm/amd/display: fix a couple of spelling mistakes
Evan Quan (4):
drm/amd/powerplay: check prerequisite for VCN power gating
drm/amd/powerplay: support runtime ppfeatures setting on Navi10
drm/amd/powerplay: add missing smu_get_clk_info_from_vbios() call
drm/amd/powerplay: no memory activity support on Vega10
Felix Kuehling (1):
drm/ttm: return -EBUSY if waiting for busy BO fails
Oak Zeng (1):
drm/amdgpu: Set queue_preemption_timeout_ms default value
shaoyunl (1):
drm/amdkfd: remove unnecessary warning message on gpu reset
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | 6 +-
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 3 -
drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c | 4 +-
drivers/gpu/drm/amd/amdkfd/kfd_device.c | 1 -
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.c | 2 +-
drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c | 8 +-
drivers/gpu/drm/amd/powerplay/amdgpu_smu.c | 4 +
drivers/gpu/drm/amd/powerplay/navi10_ppt.c | 181 ++++++++++++++++++++++-
drivers/gpu/drm/ttm/ttm_bo.c | 2 +-
10 files changed, 192 insertions(+), 21 deletions(-)
More information about the amd-gfx
mailing list