* [pull] amdgpu drm-fixes-5.3
@ 2019-08-29 2:29 Alex Deucher
0 siblings, 0 replies; 2+ messages in thread
From: Alex Deucher @ 2019-08-29 2:29 UTC (permalink / raw)
To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
airlied-Re5JQEeQqe8AvxtiuMwx3w, daniel.vetter-/w4YWyX8dFk
Cc: Alex Deucher
Hi Dave, Daniel,
A few fixes for 5.3. Nothing too major.
The following changes since commit 7837951a12fdaf88d2c51ff0757980c00072790c:
drm/mediatek: include dma-mapping header (2019-08-24 15:09:20 +1000)
are available in the Git repository at:
git://people.freedesktop.org/~agd5f/linux tags/drm-fixes-5.3-2019-08-28
for you to fetch changes up to 41940ff50f6c347f3541163702566cd526200d98:
drm/amdgpu: fix GFXOFF on Picasso and Raven2 (2019-08-27 12:25:20 -0500)
----------------------------------------------------------------
drm-fixes-5.3-2019-08-28:
amdgpu:
- Fix GFXOFF regression for PCO and RV2
- Fix missing fence reference
- Fix VG20 power readings on certain SMU firmware versions
- Fix dpm level setup for VG20
- Add an ATPX laptop quirk
----------------------------------------------------------------
Aaron Liu (1):
drm/amdgpu: fix GFXOFF on Picasso and Raven2
Christian König (1):
drm/amdgpu: fix dma_fence_wait without reference
Evan Quan (1):
drm/amd/powerplay: correct Vega20 dpm level related settings
Kai-Heng Feng (1):
drm/amdgpu: Add APTX quirk for Dell Latitude 5495
Kent Russell (2):
drm/powerplay: Fix Vega20 Average Power value v4
drm/powerplay: Fix Vega20 power reading again
drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c | 27 +++++----
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 14 ++---
drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c | 66 +++++++++++++++++++---
drivers/gpu/drm/amd/powerplay/vega20_ppt.c | 11 +++-
5 files changed, 92 insertions(+), 27 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
^ permalink raw reply [flat|nested] 2+ messages in thread* [pull] amdgpu drm-fixes-5.3
@ 2019-08-22 2:10 Alex Deucher
0 siblings, 0 replies; 2+ messages in thread
From: Alex Deucher @ 2019-08-22 2:10 UTC (permalink / raw)
To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
airlied-Re5JQEeQqe8AvxtiuMwx3w, daniel.vetter-/w4YWyX8dFk
Cc: Alex Deucher
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(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-08-29 2:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-29 2:29 [pull] amdgpu drm-fixes-5.3 Alex Deucher
-- strict thread matches above, loose matches on Subject: below --
2019-08-22 2:10 Alex Deucher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox