[Bug 94414] Radeon RV370 w/ acceleration enabled exhibits problem with resolutions above 1440x900

2016-03-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94414 Michel Dänzer changed: What|Removed |Added QA Contact|xorg-t...@lists.x.org

[Bug 94414] Radeon RV370 w/ acceleration enabled exhibits problem with resolutions above 1440x900

2016-03-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94414 Michel Dänzer changed: What|Removed |Added Attachment #122194|text/plain |image/png

[Bug 32789] [RADEON:KMS:DDX] VSync loss after rotation to portrait mode

2016-03-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32789 Michel Dänzer changed: What|Removed |Added Resolution|--- |FIXED

[Bug 90789] Vsync doesn't work for rotated display

2016-03-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90789 Michel Dänzer changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 94414] Radeon RV370 w/ acceleration enabled exhibits problem with resolutions above 1440x900

2016-03-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94414 --- Comment #8 from Jean-Philippe Gariépy --- Note that I'm seeing this "r300: CS space validation failed." message. This seems to come from Mesa: mesa/src/gallium/drivers/r300/r300_render.c Not sure what is the exact cause

[Bug 94414] Radeon RV370 w/ acceleration enabled exhibits problem with resolutions above 1440x900

2016-03-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94414 Jean-Philippe Gariépy changed: What|Removed |Added Resolution|INVALID |---

[Bug 94414] Radeon RV370 w/ acceleration enabled exhibits problem with resolutions above 1440x900

2016-03-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94414 --- Comment #5 from Jean-Philippe Gariépy --- Created attachment 122192 --> https://bugs.freedesktop.org/attachment.cgi?id=122192=edit journalctl (filtered with gdm-x-session and gnome-shell.desktop) -- You are receiving

[Bug 94414] Radeon RV370 w/ acceleration enabled exhibits problem with resolutions above 1440x900

2016-03-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94414 Michel Dänzer changed: What|Removed |Added Resolution|--- |INVALID

[Bug 94414] Radeon RV370 w/ acceleration enabled exhibits problem with resolutions above 1440x900

2016-03-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94414 --- Comment #3 from Jean-Philippe Gariépy --- Created attachment 122189 --> https://bugs.freedesktop.org/attachment.cgi?id=122189=edit dmesg -- You are receiving this mail because: You are the assignee for the

Re: [PATCH xf86-video-ati 2/2] present: Return rotated CRTCs from radeon_present_get_crtc

2016-03-09 Thread Alex Deucher
On Wed, Mar 9, 2016 at 4:46 AM, Michel Dänzer wrote: > From: Michel Dänzer > > Sync-to-vblank works fine with rotation. We're still checking for > rotation in radeon_present_check_flip. > > Returning NULL from here resulted in the xserver present code

[PATCH xf86-video-ati 2/2] present: Return rotated CRTCs from radeon_present_get_crtc

2016-03-09 Thread Michel Dänzer
From: Michel Dänzer Sync-to-vblank works fine with rotation. We're still checking for rotation in radeon_present_check_flip. Returning NULL from here resulted in the xserver present code falling back to the fake CRTC running at 1 fps. Signed-off-by: Michel Dänzer

[PATCH xf86-video-ati 1/2] present: Clear drmmode->fb_id before calling set_mode_major for unflip

2016-03-09 Thread Michel Dänzer
From: Michel Dänzer Without this, drmmode_set_mode_major may just re-set the FB for the last flipped BO, in which case the display will probably freeze. Reproduction recipe: Enable rotation while a fullscreen client is flipping. Signed-off-by: Michel Dänzer