[Bug 97444] mesa git crashes in libxshmfence

2016-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97444 Michel Dänzer changed: What|Removed |Added Component|Other |Driver/AMDgpu

[Bug 97228] Video acceleration *regression* for Radeon Xpress 200M (r300) in xorg-lts-xenial & xorg-lts-wily

2016-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97228 --- Comment #9 from Dennis Mayr --- (I misinterpreted "bisect" as "test" the first time, sorry) -- You are receiving this mail because: You are the assignee for the bug.___

[Bug 97228] Video acceleration *regression* for Radeon Xpress 200M (r300) in xorg-lts-xenial & xorg-lts-wily

2016-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97228 --- Comment #8 from Dennis Mayr --- All I lnow is that the last working version is 7.5.0-1, and the first regression is observed in version 7.5.0+git20150819. If there's more information needed, please let me know.

Re: [PATCH v2 xserver 1/2] glamor: Add glamor_shareable_fd_from_pixmap()

2016-08-24 Thread Keith Packard
Hans de Goede writes: > Add glamor_shareable_fd_from_pixmap function to get dma-buf fds suitable > for sharing across GPUs (not using GPU specific tiling). > > This is necessary for the modesetting driver to correctly implement > the DRI2 SharePixmapBacking callback. > >

[Bug 97392] blank/dpms off causes X freezing on Redwood with commit 9090309e057dc703d1a5bffd88e6cae14108cfc3

2016-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97392 mkgma...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 97392] blank/dpms off causes X freezing on Redwood with commit 9090309e057dc703d1a5bffd88e6cae14108cfc3

2016-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97392 --- Comment #8 from mkgma...@gmail.com --- Yes works. Thanks -- You are receiving this mail because: You are the assignee for the bug.___ xorg-driver-ati mailing list xorg-driver-ati@lists.x.org

Re: [PATCH 1/2] glamor: Add GLAMOR_ACCESS_WO

2016-08-24 Thread Marek Olšák
On Wed, Aug 24, 2016 at 5:27 AM, Michel Dänzer wrote: > > Adding Marek and Nicolai, maybe they have some feedback from a GL > (driver) perspective. > > > On 23/08/16 10:41 AM, Dave Airlie wrote: >> From: Michel Dänzer >> >> [airlied: rebased onto

[Bug 97472] New: Add support for Mullins R5 card(s) to xf86-video-amdgpu driver

2016-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97472 Bug ID: 97472 Summary: Add support for Mullins R5 card(s) to xf86-video-amdgpu driver Product: xorg Version: unspecified Hardware: Other OS: All

Re: [PATCH 1/2] glamor: Add GLAMOR_ACCESS_WO

2016-08-24 Thread Adam Jackson
On Wed, 2016-08-24 at 12:27 +0900, Michel Dänzer wrote: > This change results in write-combining for the PBO CPU mapping. > Apparently, fbPutXYImage ends up either reading from the PBO, or at > least writing to it in a WC-unfriendly manner, causing a big slowdown. It does read from the

[Bug 97228] Video acceleration *regression* for Radeon Xpress 200M (r300) in xorg-lts-xenial & xorg-lts-wily

2016-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97228 --- Comment #7 from Dennis Mayr --- Hello Michel, I've tried doing that, but it breaks the installation, Ubuntu refuses ("broken packages"). How could one do that properly? -- You are receiving this mail because: You

[Bug 97392] blank/dpms off causes X freezing on Redwood with commit 9090309e057dc703d1a5bffd88e6cae14108cfc3

2016-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97392 Michel Dänzer changed: What|Removed |Added Attachment #125991|0 |1 is

[PATCH xserver 3/3] modesetting: Fall back to primary crtc for vblank for drawables on slave outputs

2016-08-24 Thread Hans de Goede
This fixes glxgears running at 1 fps when fully covering a slave-output and the modesetting driver is used for the master gpu. Reported-by: Peter Wu Signed-off-by: Hans de Goede --- hw/xfree86/drivers/modesetting/vblank.c | 22 ++ 1

[PATCH xserver 1/3] modesetting: ms_covering_crtc: Remove unused arguments, make static

2016-08-24 Thread Hans de Goede
Remove unused arguments from ms_covering_crtc, make it static as it is only used in vblank.c. While at it also change its first argument from a ScrnInfoPtr to a ScreenPtr, this makes the next patch in this patch-set cleaner. Signed-off-by: Hans de Goede ---

[PATCH xserver 2/3] modesetting: ms_covering_crtc: Allow calling on non modesetting Screens

2016-08-24 Thread Hans de Goede
99% of the code in ms_covering_crtc is video-driver agnostic. Add a screen_is_ms parameter when when FALSE skips the one ms specific check, this will allow calling ms_covering_crtc on slave GPUs. Signed-off-by: Hans de Goede --- hw/xfree86/drivers/modesetting/vblank.c | 12

Re: modesetting: prefer primary crtc when picking over nothing

2016-08-24 Thread Hans de Goede
Hi, On 03-08-16 02:24, Dave Airlie wrote: So we had a bug report that epiphany was rendering slow on modesetting + DRI3, that I tracked down to the fact it was rendering offscreen to a single buffer. However due to this rendering being offscreen we were getting the fake crtc chosen by the X

Re: display/GFX issue with Ubuntu 16.04 not seen in 14.04

2016-08-24 Thread Jim Abernathy
On 08/24/2016 08:10 AM, Jim Abernathy wrote: On 08/24/2016 07:16 AM, Jim Abernathy wrote: On 08/23/2016 10:33 AM, Christopher Barry wrote: On Tue, 23 Aug 2016 06:53:13 -0400 Jim Abernathy wrote: On 08/19/2016 10:17 AM, Jim Abernathy wrote: Not having much

Re: display/GFX issue with Ubuntu 16.04 not seen in 14.04

2016-08-24 Thread Jim Abernathy
On 08/24/2016 07:16 AM, Jim Abernathy wrote: On 08/23/2016 10:33 AM, Christopher Barry wrote: On Tue, 23 Aug 2016 06:53:13 -0400 Jim Abernathy wrote: On 08/19/2016 10:17 AM, Jim Abernathy wrote: Not having much luck with the Distro forums on this issue so I

[Bug 97392] blank/dpms off causes X freezing on Redwood with commit 9090309e057dc703d1a5bffd88e6cae14108cfc3

2016-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97392 --- Comment #6 from mkgma...@gmail.com --- Created attachment 125997 --> https://bugs.freedesktop.org/attachment.cgi?id=125997=edit X log with patch applied Here it is. I didn't force dpms off, just let it time out. -- You are receiving this

[Bug 97119] screen distortion under KDE when running without compositor

2016-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97119 Michel Dänzer changed: What|Removed |Added Component|Driver/AMDgpu

[Bug 97392] blank/dpms off causes X freezing on Redwood with commit 9090309e057dc703d1a5bffd88e6cae14108cfc3

2016-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97392 --- Comment #5 from Michel Dänzer --- Created attachment 125991 --> https://bugs.freedesktop.org/attachment.cgi?id=125991=edit Add some debugging output Please reproduce the problem with this patch applied and then attach

[Bug 97119] screen distortion under KDE when running without compositor

2016-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97119 Michel Dänzer changed: What|Removed |Added Attachment #125982|text/x-log |text/plain

[Bug 97228] Video acceleration *regression* for Radeon Xpress 200M (r300) in xorg-lts-xenial & xorg-lts-wily

2016-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97228 --- Comment #6 from Michel Dänzer --- So the problem also occurs with xf86-video-ati 7.6.0 or newer on Vivid? If so, can you bisect upstream xf86-video-ati Git? -- You are receiving this mail because: You are the assignee