Hi Dave, Daniel,
A few fixes for 5.3. Nothing major.
The following changes since commit 2f62c5d6ed0abae8e70bd83f4d41b9d63acde45a:
Merge tag 'drm-fixes-5.3-2019-08-14' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2019-08-15 13:29:18 +1000)
are available in the Git repository at:
git://people.freedesktop.org/~agd5f/linux tags/drm-fixes-5.3-2019-08-21
for you to fetch changes up to ec6e491353b9024d4b1a65c48b21e3bc0faeae4e:
drm/amd/display: Calculate bpc based on max_requested_bpc (2019-08-21 17:33:32 -0500)
---------------------------------------------------------------- drm-fixes-5.3-2019-08-21:
amdgpu: - Fix gfxoff logic on RV - Powerplay fixes - Fix a possible memory leak in CS ioctl - bpc fix for display
---------------------------------------------------------------- Alex Deucher (1): drm/amdgpu/gfx9: update pg_flags after determining if gfx off is possible
Kenneth Feng (1): drm/amd/amdgpu: disable MMHUB PG for navi10
Kevin Wang (2): drm/amd/powerplay: fix variable type errors in smu_v11_0_setup_pptable drm/amd/powerplay: remove duplicate macro smu_get_uclk_dpm_states in amdgpu_smu.h
Nicholas Kazlauskas (1): drm/amd/display: Calculate bpc based on max_requested_bpc
Nicolai Hähnle (1): drm/amdgpu: prevent memory leaks in AMDGPU_CS ioctl
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 9 +++++++-- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 4 ++++ drivers/gpu/drm/amd/amdgpu/nv.c | 1 - drivers/gpu/drm/amd/amdgpu/soc15.c | 5 ----- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 16 ++++++++++++++-- drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h | 2 -- drivers/gpu/drm/amd/powerplay/smu_v11_0.c | 4 +++- 7 files changed, 28 insertions(+), 13 deletions(-)
dri-devel@lists.freedesktop.org