Summary: | radeon (amdgpu) GDM flip queue failed invalid argument, DisplayPort issues | ||
---|---|---|---|
Product: | DRI | Reporter: | Fermulator <freedesktop-bugs> |
Component: | DRM/AMDgpu | Assignee: | Default DRI bug account <dri-devel> |
Status: | RESOLVED WORKSFORME | QA Contact: | |
Severity: | critical | ||
Priority: | highest | ||
Version: | XOrg git | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
See Also: | https://bugs.freedesktop.org/show_bug.cgi?id=107731 | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Description
Fermulator
2018-08-13 15:29:51 UTC
Created attachment 141068 [details]
full stack trace after the issue eventually
Please attach the corresponding dmesg output. Do things work better with xf86-video-amdgpu instead of the modesetting Xorg driver? The gnome-shell crash is probably a gnome-shell / mutter bug. @michel, which dmesg output do you need? (I attached all the relevant journalctl logs which I thought were needed) - but dmesg rolls over each boot any suggestions/tips on how to isolate and provide the needed information are most appreciated Just run dmesg without any arguments, preferably after reproducing the problem, and attach its output. Created attachment 141242 [details]
dmesg output
I've an almost identical issue, however I'm using HDMI and I can get back to the graphical session by switching to VT1 and then back to VT2. The issue happens when exiting games from fullscreen. It started after updating Mesa to Mesa git from the padoka PPA. If I revert to Ubuntu's 18.05 Mesa the issue doesn't happen. I'm attaching my dmesg output. (In reply to Jorge Blasio from comment #6) > I've an almost identical issue, however I'm using HDMI and I can get back to > the graphical session by switching to VT1 and then back to VT2. Sounds like bug 107519, fixed in current xf86-video-amdgpu Git master. (fyi, to update, the issue hasn't presented itself in the past week, which is a bit frustrating) - i had even ordered an HDMI cable to workaround the DisplayPort problem ... but haven't installed it yet waiting for it to crap out - the week prior it was super prevalent, surprised no longer reproducing! this morning, at the system physically the issue I submitted originally is no longer happening (there have been several kernel updates since original submission ...) $ uname -r 4.17.17-100.fc27.x86_64 now however, the symptom is: noticed that the same monitor (connected via DisplayPort) had mis-match capabilities (wasn't able to go max resolution) ``` $ xrandr Screen 0: minimum 320 x 200, current 3840 x 1200, maximum 16384 x 16384 DisplayPort-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 0mm x 0mm 1920x1080 59.95* 1600x1200 59.95 1680x1050 59.95 1280x1024 59.95 1440x900 59.95 1280x800 59.95 1280x720 59.95 1024x768 59.95 800x600 59.95 640x480 59.95 HDMI-A-0 disconnected (normal left inverted right x axis y axis) DVI-D-0 connected 1920x1200+1920+0 (normal left inverted right x axis y axis) 518mm x 324mm 1920x1200 59.95*+ 1920x1080 59.95 1600x1200 60.00 1680x1050 59.95 1280x1024 60.02 1440x900 59.95 1280x960 60.00 1280x800 59.95 1280x720 59.95 1024x768 60.00 800x600 60.32 56.25 640x480 59.94 ``` The " 1920x1200 59.95*+" option is missing from the display port monitor. If I disconnect the DP, and reconnect, it comes back. ``` $ xrandr | grep + DisplayPort-0 connected primary 1920x1200+0+0 (normal left inverted right x axis y axis) 518mm x 324mm 1920x1200 59.95*+ DVI-D-0 connected 1920x1200+1920+0 (normal left inverted right x axis y axis) 518mm x 324mm 1920x1200 59.95*+ ``` (perhaps I should submit a NEW bug report and close this as not reproducible?) Created attachment 141308 [details]
dmesg output post DP disconnect + reconnect to fix resolution
dumping newer versions too (which may explain why the original issue is no longer happening) $ dnf info xorg-x11-drv-amdgpu Failed to synchronize cache for repo 'mosquito-atom', disabling. Failed to synchronize cache for repo 'region51-chrome-gnome-shell', disabling. Failed to synchronize cache for repo 'spacewalk-client', disabling. Last metadata expiration check: 20 days, 23:02:26 ago on Tue 07 Aug 2018 11:04:16 AM EDT. Installed Packages Name : xorg-x11-drv-amdgpu Version : 18.0.1 Release : 1.fc27 Arch : x86_64 Size : 147 k Source : xorg-x11-drv-amdgpu-18.0.1-1.fc27.src.rpm Repo : @System From repo : updates Summary : AMD GPU video driver URL : https://www.x.org/wiki License : MIT Description : X.Org X11 AMDGPU driver $ rpm -qa | egrep "amdgpu|gdm|dri-|xorg-x11-server|gnome-session" mesa-dri-drivers-17.3.9-1.fc27.x86_64 xorg-x11-server-utils-7.7-23.fc27.x86_64 xorg-x11-drv-amdgpu-18.0.1-1.fc27.x86_64 gnome-session-3.26.1-1.fc27.x86_64 gdm-3.26.2.1-3.fc27.x86_64 gnome-session-xsession-3.26.1-1.fc27.x86_64 xorg-x11-server-Xephyr-1.19.6-7.fc27.x86_64 gnome-session-wayland-session-3.26.1-1.fc27.x86_64 pulseaudio-gdm-hooks-12.2-1.fc27.x86_64 xorg-x11-server-Xorg-1.19.6-7.fc27.x86_64 xorg-x11-server-common-1.19.6-7.fc27.x86_64 xorg-x11-server-Xwayland-1.19.6-7.fc27.x86_64 (In reply to Fermulator from comment #10) > (perhaps I should submit a NEW bug report and close this as not > reproducible?) Yes, please do. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.