diff mbox series

[Bug,108096,amd-staging-drm-next] SDDM screen corruption (not usable) with RX580, amdgpu, dc=1 (of course), regression - [bisected]

Message ID bug-108096-502-1OKKUDP4IN@http.bugs.freedesktop.org/ (mailing list archive)
State New, archived
Headers show
Series [Bug,108096,amd-staging-drm-next] SDDM screen corruption (not usable) with RX580, amdgpu, dc=1 (of course), regression - [bisected] | expand

Commit Message

bugzilla-daemon@freedesktop.org Oct. 26, 2018, 12:05 p.m. UTC
https://bugs.freedesktop.org/show_bug.cgi?id=108096

--- Comment #15 from Dieter Nützel <Dieter@nuetzel-hh.de> ---
(In reply to Michel Dänzer from comment #14)
> Which Git commit of Mesa are you using? Any local patches on top?

Every, since ever, as always (even, since _before_ Aug 22, 2018) ...;-)

But kidding aside, _currently_

#0ff1ccca25

(with merged branch from Marek for testing purposes)
04ba4eae68 (HEAD -> ext_gpu_shader4) Merge branch 'ext_gpu_shader4' of
git://people.freedesktop.org/~mareko/mesa into ext_gpu_shader4
0ff1ccca25 (origin/master, origin/HEAD, master) radv: call
nir_link_xfb_varyings()

Has it something to do with the DRM version?
DRM 3.26.0 (4.18) vs. DRM 3.27.0 (4.19)? 

[-]
But this commit is _in_ since

author  Andrey Grodzovsky <andrey.grodzovsky@amd.com>   2018-07-06 14:16:54
-0400
committer       Alex Deucher <alexander.deucher@amd.com>        2018-07-16
15:29:47 -0500

and I had it running (on stable and amd-staging-drm-next, daily), even with AMD
testing code (Huang Rui ray.huang at amd.com), Aug 16, 2018.
https://lists.freedesktop.org/archives/amd-gfx/2018-August/025411.html

Do you need more logs?
With which kernel parameter?
System _is_ running, but with unusable gfx/dri screen.
diff mbox series

Patch

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
index 06aede1..529500c 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@ -69,9 +69,10 @@ 
  * - 3.24.0 - Add high priority compute support for gfx9
  * - 3.25.0 - Add support for sensor query info (stable pstate sclk/mclk).
  * - 3.26.0 - GFX9: Process AMDGPU_IB_FLAG_TC_WB_NOT_INVALIDATE.
+ * - 3.27.0 - Add new chunk to to AMDGPU_CS to enable BO_LIST creation.
  */
 #define KMS_DRIVER_MAJOR       3
-#define KMS_DRIVER_MINOR       26
+#define KMS_DRIVER_MINOR       27
 #define KMS_DRIVER_PATCHLEVEL  0
[-]