* [pull] amdgpu drm-fixes-5.1
@ 2019-03-21 2:09 Alex Deucher
0 siblings, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2019-03-21 2:09 UTC (permalink / raw)
To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
airlied-Re5JQEeQqe8AvxtiuMwx3w, daniel.vetter-/w4YWyX8dFk
Cc: Alex Deucher
Hi Dave, Daniel,
Fixes for 5.1:
- Parially revert a bulk move clean up change to fix a ref count bug
- Fix invalid use of change_bit that caused a crash on PPC64 and ARM64
The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
are available in the Git repository at:
git://people.freedesktop.org/~agd5f/linux drm-fixes-5.1
for you to fetch changes up to 72464382fc2d3673eb51f21a57f2c0a320c1552f:
drm/amdgpu: fix invalid use of change_bit (2019-03-19 14:01:42 -0500)
----------------------------------------------------------------
Christian König (2):
drm/amdgpu: revert "cleanup setting bulk_movable"
drm/amdgpu: fix invalid use of change_bit
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 2 ++
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
^ permalink raw reply [flat|nested] 3+ messages in thread
* [pull] amdgpu drm-fixes-5.1
@ 2019-03-28 3:31 Alex Deucher
0 siblings, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2019-03-28 3:31 UTC (permalink / raw)
To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher
Hi Dave, Daniel,
Just one fix this week for freesync.
The following changes since commit 72464382fc2d3673eb51f21a57f2c0a320c1552f:
drm/amdgpu: fix invalid use of change_bit (2019-03-19 14:01:42 -0500)
are available in the Git repository at:
git://people.freedesktop.org/~agd5f/linux drm-fixes-5.1
for you to fetch changes up to 0ab925d3690614aa44cd29fb84cdcef03eab97dc:
drm/amd/display: Only allow VRR when vrefresh is within supported range (2019-03-21 14:34:59 -0500)
----------------------------------------------------------------
Nicholas Kazlauskas (1):
drm/amd/display: Only allow VRR when vrefresh is within supported range
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* [pull] amdgpu drm-fixes-5.1
@ 2019-04-04 4:29 Alex Deucher
0 siblings, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2019-04-04 4:29 UTC (permalink / raw)
To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
airlied-Re5JQEeQqe8AvxtiuMwx3w, daniel.vetter-/w4YWyX8dFk
Cc: Alex Deucher
Hi Dave, Daniel,
Fixes for 5.1:
- Fix for pcie dpm
- Powerplay fixes for vega20
- Fix vbios display on reboot if driver display state is retained
- Gfx9 resume robustness fix
The following changes since commit 0ab925d3690614aa44cd29fb84cdcef03eab97dc:
drm/amd/display: Only allow VRR when vrefresh is within supported range (2019-03-21 14:34:59 -0500)
are available in the Git repository at:
git://people.freedesktop.org/~agd5f/linux drm-fixes-5.1
for you to fetch changes up to d939f44d4a7f910755165458da20407d2139f581:
drm/amdgpu: remove unnecessary rlc reset function on gfx9 (2019-04-02 16:23:16 -0500)
----------------------------------------------------------------
Chengming Gui (1):
drm/amd/amdgpu: fix PCIe dpm feature issue (v3)
Evan Quan (3):
drm/amd/powerplay: add ECC feature bit
drm/amd/powerplay: correct data type to avoid overflow
drm/amd/powerplay: fix possible hang with 3+ 4K monitors
Le Ma (1):
drm/amdgpu: remove unnecessary rlc reset function on gfx9
Paul Hsieh (1):
drm/amd/display: VBIOS can't be light up HDMI when restart system
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 5 +++++
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 2 --
drivers/gpu/drm/amd/display/dc/core/dc_link.c | 6 ++++++
drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c | 20 ++++++++++++++++++--
drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.h | 1 +
drivers/gpu/drm/amd/powerplay/inc/smu11_driver_if.h | 5 +++--
6 files changed, 33 insertions(+), 6 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-04-04 4:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-28 3:31 [pull] amdgpu drm-fixes-5.1 Alex Deucher
-- strict thread matches above, loose matches on Subject: below --
2019-04-04 4:29 Alex Deucher
2019-03-21 2:09 Alex Deucher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox