[PATCH] glamor: Fix XvPutImage when src_y != 0

2016-02-10 Thread Hans de Goede
We already take src_y into account when uploading the src data by starting at the top line of the src data when uploading. Adjust src_y accordingly when rendering. Signed-off-by: Hans de Goede --- glamor/glamor_xv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: Hybrid graphics - "radeon" driver unloaded, "modesetting" loaded?

2016-02-10 Thread Michel Dänzer
On 10.02.2016 23:43, Alex Deucher wrote: > On Wed, Feb 10, 2016 at 7:58 AM, Lennert Van Alboom > wrote: >> On Fri, Feb 05, 2016 at 11:24:12AM +0900, Michel Dänzer wrote: >>> On 04.02.2016 19:05, Lennert Van Alboom wrote: Hello. I've got a HP Elitebook 850g1 with hybrid

Re: Hybrid graphics - "radeon" driver unloaded, "modesetting" loaded?

2016-02-10 Thread Alex Deucher
On Wed, Feb 10, 2016 at 7:58 AM, Lennert Van Alboom wrote: > On Fri, Feb 05, 2016 at 11:24:12AM +0900, Michel Dänzer wrote: >> On 04.02.2016 19:05, Lennert Van Alboom wrote: >> > Hello. I've got a HP Elitebook 850g1 with hybrid graphics: >> > >> > $ lspci | grep VGA >>

Re: [PATCH] xwayland: Use drm buffers for cursors if available

2016-02-10 Thread Emil Velikov
Hi all, Just a small note: On 5 February 2016 at 08:42, Pekka Paalanen wrote: > umm, do we really want to add even more uses of the Mesa-private wl_drm > protocol outside of Mesa? Though it seems that ship sailed a long time > ago. > > Should we just bite the bullet, and

Re: [PATCH] xwayland: Use drm buffers for cursors if available

2016-02-10 Thread Kristian Høgsberg
On Wed, Feb 10, 2016 at 7:39 AM, Emil Velikov wrote: > Hi all, > > Just a small note: > > On 5 February 2016 at 08:42, Pekka Paalanen wrote: > >> umm, do we really want to add even more uses of the Mesa-private wl_drm >> protocol outside of Mesa?

[PATCH xserver] dri2: Use the work queue to manage client sleeps

2016-02-10 Thread Adam Jackson
In commit e43abdce964f5ed9689cf908af8c305b39a5dd36 Author: Chris Wilson Date: Wed Feb 3 09:54:46 2016 + dri2: Unblock Clients on Drawable release we try to wake up any blocked clients at drawable destruction. But by the time we get there,

Re: [PATCH] xwayland: Use drm buffers for cursors if available

2016-02-10 Thread Daniel Stone
On 10 February 2016 at 17:08, Kristian Høgsberg wrote: > On Wed, Feb 10, 2016 at 7:39 AM, Emil Velikov > wrote: >> On 5 February 2016 at 08:42, Pekka Paalanen wrote: >> >>> umm, do we really want to add even more uses of the

Re: [PATCH kdrive/ephyr v7 3/9] kdrive: introduce input hot-plugging support for udev and hal backends (#33140)

2016-02-10 Thread Laércio de Sousa
2016-02-08 17:45 GMT-02:00 Adam Jackson : > > This introduces a warning: > > kdrive.c:1217:1: warning: no previous prototype for > 'systemd_logind_release_fd' [-Wmissing-prototypes] > systemd_logind_release_fd(int _major, int _minor, int fd) > ^ > kdrive.c:1222:1: warning: no

Re: [PATCH kdrive/ephyr v7 4/9] kdrive: update evdev keyboard LEDs (#22302)

2016-02-10 Thread Laércio de Sousa
This is the output of command "xinput list" for my latest Xephyr in multi-seat mode *without* this patch applied. ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ SIGMACHIP Usb Mouse

Re: [PATCH] xwayland: Use drm buffers for cursors if available

2016-02-10 Thread Jasper St. Pierre
I don't necessarily have an opinion either way, but do note that since VGEM isn't here yet, this change will break using Xwayland under a free VM. We should fall back to wl_shm in any case. On Wed, Feb 10, 2016 at 9:16 AM, Daniel Stone wrote: > On 10 February 2016 at 17:08,

[PATCH 12/12 v3] xwayland: add partial xvidmode extension support

2016-02-10 Thread Olivier Fourdan
Older games (mostly those based on SDL 1.x) rely on the XVidMode extension and would refuse to run without. Add a simple, limited and read-only xvidmode support that reports the current mode used so that games that rely on xvidmode extension can run on XWayland. Bugzilla:

[PATCH xserver 2/2] dix: Disable AttendClient() operation during client teardown

2016-02-10 Thread Chris Wilson
commit e43abdce964f5ed9689cf908af8c305b39a5dd36 Author: Chris Wilson Date: Wed Feb 3 09:54:46 2016 + dri2: Unblock Clients on Drawable release added a call to AttendClient during drawable teardown, which also happens as a result of client teardown. However,

[PATCH xserver 1/2] os: Move OsCommPtr dereference after ignoreCount check

2016-02-10 Thread Chris Wilson
Make AttendClient safe to call along the client teardown path (i.e. after CloseDownConnection which is called before the Client's resources are freed) by checking the ClientPtr before the OsCommPtr. References: https://bugs.freedesktop.org/show_bug.cgi?id=94074 Signed-off-by: Chris Wilson

Re: Hybrid graphics - "radeon" driver unloaded, "modesetting" loaded?

2016-02-10 Thread Lennert Van Alboom
On Fri, Feb 05, 2016 at 11:24:12AM +0900, Michel Dänzer wrote: > On 04.02.2016 19:05, Lennert Van Alboom wrote: > > Hello. I've got a HP Elitebook 850g1 with hybrid graphics: > > > > $ lspci | grep VGA > > 00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT > > Integrated

Re: [PATCH kdrive/ephyr v7 3/9] kdrive: introduce input hot-plugging support for udev and hal backends (#33140)

2016-02-10 Thread Peter Hutterer
On Mon, Feb 08, 2016 at 02:45:43PM -0500, Adam Jackson wrote: > On Fri, 2015-12-11 at 11:43 -0200, Laércio de Sousa wrote: > > > +void > > +systemd_logind_release_fd(int _major, int _minor, int fd) > > +{ > > +} > > + > > +void > > +systemd_logind_vtenter(void) > > +{ > > +} > > This introduces

Re: [PATCH kdrive/ephyr v7 4/9] kdrive: update evdev keyboard LEDs (#22302)

2016-02-10 Thread Peter Hutterer
On Fri, Dec 11, 2015 at 11:43:09AM -0200, Laércio de Sousa wrote: > From: Mikhail Krivtsov > > When one hits {Num,Caps,Scroll}Lock key on a Xephyr's keyboard, > keyboard itself works as expected but LEDs are not updated > and always stay in off. > > Currently logical