Re: [Intel-gfx] [PATCH xf86-video-intel] SNA: fix PRIME output support since xserver 1.20

2018-09-11 Thread Peter Wu
In meantime this patch has been picked up by the Arch Linux packages: https://bugs.archlinux.org/task/58895 Is there any chance that this patch can be reviewed/applied? The diff is quite small and should be easy to review. On Wed, Aug 29, 2018 at 12:22:21PM +0200, Peter Wu wrote: > Ping. > >

Re: [Intel-gfx] [PATCH xf86-video-intel] SNA: fix PRIME output support since xserver 1.20

2018-08-29 Thread Peter Wu
Ping. This patch was independently verified working (see the linked bug report) and is essential for Xorg 1.20 using this driver. On Tue, Aug 14, 2018 at 02:16:07AM +0200, Peter Wu wrote: > Since xorg-server 1.20, an external monitor would remain blank when used > in a PRIME output slave setup.

[Intel-gfx] [PATCH xf86-video-intel] SNA: fix PRIME output support since xserver 1.20

2018-08-13 Thread Peter Wu
Since xorg-server 1.20, an external monitor would remain blank when used in a PRIME output slave setup. Only a cursor was visible. The cause is "Make PixmapDirtyUpdateRec::src a DrawablePtr" in xserver, the "src" pointer might point to the root window (created by the server) instead of a pixmap