https://bugs.freedesktop.org/show_bug.cgi?id=109298
Bug ID: 109298 Summary: AMDGPU leaving DRI2 enabled causes white artifacting Product: DRI Version: XOrg git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: DRM/AMDgpu Assignee: dri-devel@lists.freedesktop.org Reporter: tkdestroyer2+bugs-freedesktop@gmail.com
I am running: Solus OS Linux kernel 4.18.5 xorg-driver-video-amdgpu 18.1.0 xinit 1.4.0 xorg-server 1.20.3 VG248QE DisplayPort 1080@144
$ cat /sys/class/drm/card1/device/vbios_version MS-V30823-F5
I have an MSI R9 390, one of the bugged ones. I can boot successfully using cik_support=1 dpm=1 and dc=1.
The bug I am encountering is the following:
- Use default Xorg configuration - Encounter white rectangles where there should be rendered content ex: Desktop background is between 6 and 9 tenths white starting from the top going down. Only the rest of the bottom strip is showing. ex: Firefox shows white rectangles of white pixels where there should be content. They vary in size and position and tend to show up after recent renderings. Can be 'wiped' away using the mouse-highlight.
I have managed to reduce the impact of this bug by switching off DRI2 by setting xorg configuration option AccelMethod to none. No other configuration of options (as they appear in the manpages for amdgpu) will work in removing these issues. This lets me utilize accelerated 3D graphics until I can get DRI2 up and running again.
It may be important to note that some applications will work, particularly when they are small windows, like when first opening a PDF. Scrolling and everything works normally, but when one maximizes the window to 1080p, the artifacts appear. One application that worked is MineTest, which appears to be using 2D rendering (poor performance with DRI2 off).
https://bugs.freedesktop.org/show_bug.cgi?id=109298
--- Comment #1 from Michel Dänzer michel@daenzer.net --- (In reply to tkdestroyer2+bugs-freedesktop from comment #0)
I have an MSI R9 390, one of the bugged ones. I can boot successfully using cik_support=1 dpm=1 and dc=1.
Does not specifying the dpm parameter at all on the kernel command line or anywhere else make a difference?
Please attach a screenshot, the Xorg log file and the output of dmesg corresponding to the problem.
https://bugs.freedesktop.org/show_bug.cgi?id=109298
--- Comment #2 from tkdestroyer2+bugs-freedesktop@gmail.com --- (In reply to Michel Dänzer from comment #1)
Does not specifying the dpm parameter at all on the kernel command line or anywhere else make a difference?
I just tested. DPM is required to prevent crashing, but DC is not.
https://bugs.freedesktop.org/show_bug.cgi?id=109298
--- Comment #3 from tkdestroyer2+bugs-freedesktop@gmail.com --- Created attachment 143071 --> https://bugs.freedesktop.org/attachment.cgi?id=143071&action=edit Screenshot
Please attach a screenshot, the Xorg log file and the output of dmesg corresponding to the problem.
The screenshot was not able to capture a majority of the screen (shown in black) for some reason. The point can still be seen in the bottom, in a screenshot of the freedesktop bug list.
https://bugs.freedesktop.org/show_bug.cgi?id=109298
--- Comment #4 from tkdestroyer2+bugs-freedesktop@gmail.com --- Created attachment 143072 --> https://bugs.freedesktop.org/attachment.cgi?id=143072&action=edit dmesg log
https://bugs.freedesktop.org/show_bug.cgi?id=109298
--- Comment #5 from tkdestroyer2+bugs-freedesktop@gmail.com --- Created attachment 143073 --> https://bugs.freedesktop.org/attachment.cgi?id=143073&action=edit xorg log
https://bugs.freedesktop.org/show_bug.cgi?id=109298
--- Comment #6 from Alex Deucher alexdeucher@gmail.com --- (In reply to tkdestroyer2+bugs-freedesktop from comment #2)
(In reply to Michel Dänzer from comment #1)
Does not specifying the dpm parameter at all on the kernel command line or anywhere else make a difference?
I just tested. DPM is required to prevent crashing, but DC is not.
4.18 and older used the old dpm implementation by default and setting to 1 selected the new one. The new on is default in 4.19, so you no longer need to specify dpm=1 as of 4.19.
https://bugs.freedesktop.org/show_bug.cgi?id=109298
Martin Peres martin.peres@free.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |MOVED
--- Comment #7 from Martin Peres martin.peres@free.fr --- -- GitLab Migration Automatic Message --
This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.
You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/drm/amd/issues/666.
dri-devel@lists.freedesktop.org