Bug 207619 - Screen corrupt in Wayland and kmscube, like wrong stride / pitch, on Radeon X1400 RV515
Summary: Screen corrupt in Wayland and kmscube, like wrong stride / pitch, on Radeon X...
Status: NEW
Alias: None
Product: Drivers
Classification: Unclassified
Component: Video(DRI - non Intel) (show other bugs)
Hardware: x86-64 Linux
: P1 normal
Assignee: drivers_video-dri
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-08 01:10 UTC by Boris Gjenero
Modified: 2020-05-08 09:59 UTC (History)
0 users

See Also:
Kernel Version: 5.7-rc4
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Boris Gjenero 2020-05-08 01:10:00 UTC
I have a Dell Inspiron 6400 laptop with ATI / AMD Mobility Radeon X1400 graphics (RV515/M54) and a 1680x1050 LCD panel. If run GNOME shell with Wayland, Sway, Weston or kmscube, the screen is corrupt as if the pitch / stride is wrong. In other words, the picture is as if drawing assumes one number of bytes per line, and the GPU uses a different number of bytes per line when outputting to the screen. As a result, the image is slanted and wrapped. It's like a CRT with incorrect horizontal hold, except it's an LCD and the image is always slanted the same way.

In GNOME the mouse cursor is perfectly fine. I assume GNOME uses the hardware mouse cursor, which is not affected by this problem. This also shows that the issue is in with how data is represented in memory, and not a lack of horizontal hold between the GPU and LCD.

The fact the exact same kind of corruption happens in 4 different applications seems to imply this is a kernel bug. I'm observing this in Ubuntu 20.04 x86-64, both with its 5.4.0-29-generic kernel and their 5.7.0-050700rc4-generic_5.7.0-050700rc4.202005051752 from upstream.

I do not have this problem in Xorg.
Comment 1 Michel Dänzer 2020-05-08 09:59:54 UTC
This is probably https://gitlab.freedesktop.org/mesa/mesa/-/issues/2780 .

Note You need to log in before you can comment on or make changes to this bug.