[PATCH xf86-input-libinput] draglock: fix memory overwrite during draglock parsing

2018-07-09 Thread Peter Hutterer
Passing in the size of the array but using it as "number of elements" inside the function. Rename a bunch of arguments to avoid this. https://bugs.freedesktop.org/show_bug.cgi?id=107166 Signed-off-by: Peter Hutterer --- Martin: this is the same basic change as your patch in 107166, but a lot

Re: [PATCH xserver] xwayland: don't use logical size for RRMode

2018-07-09 Thread Simon Ser
On July 9, 2018 3:42 PM, Olivier Fourdan wrote: > So, can you please elaborate exactly what this is supposed to fix and > how to reproduce the issue? I've configured my compositor with a 90 degree output rotation. Here are the values sent by my compositor, as received by xwayland:

Re: gitlab migration (including account update plans, please read)

2018-07-09 Thread Adam Jackson
On Mon, 2018-07-02 at 10:23 -0700, Keith Packard wrote: > For the first step, I'd like to propose moving the x server git > repository to gitlab in the coming week, with the switch-over happening > on the morning of July 9. This is now done: https://gitlab.freedesktop.org/xorg/xserver The old

Re: [PATCH xf86-video-amdgpu 0/3] Add RandR lease support [v2]

2018-07-09 Thread Keith Packard
Michel Dänzer writes: > On 2018-07-07 02:36 AM, Keith Packard wrote: > Well, this is unfortunate timing. Last Friday, I finally got around to > porting these myself, as I had promised I would, but ran out of time for > sending them out before the weekend. Sent out now: Not a problem at all --

Re: [PATCH xserver] xwayland: don't use logical size for RRMode

2018-07-09 Thread Olivier Fourdan
Hi, On Mon, 9 Jul 2018 at 09:17, Simon Ser wrote: > > The logical size is the size of the output in the global compositor > space. The mode width/height shouldn't be transformed and scaled. > > This fixes issues with pointer input on transformed outputs. > > Signed-Off-By: Simon Ser > --- >

Re: [PATCH xf86-video-amdgpu 3/3] Add RandR leases with modesetting driver support [v7]

2018-07-09 Thread Michel Dänzer
On 2018-07-07 02:36 AM, Keith Packard wrote: > This adds support for RandR CRTC/Output leases through the modesetting > driver, creating a lease using new kernel infrastructure and returning > that to a client through an fd which will have access to only those > resources. > > [...] > > +

Re: [PATCH xf86-video-amdgpu 0/3] Add RandR lease support [v2]

2018-07-09 Thread Michel Dänzer
On 2018-07-07 02:36 AM, Keith Packard wrote: > When we last saw these patches, they required current X server bits to build, > while the project requires that the driver build back to X server 1.13. I've > added suitable checks and wrapped the new code in #ifdefs now. Well, this is unfortunate

Re: Revisiting the issue of obtaining Xorg commit privilege

2018-07-09 Thread René Rebe
Hi, On 07 Jul 2018, at 10:33, Michel Dänzer wrote: > On 2018-07-07 04:56 AM, Kevin Brace wrote: >> Hi, >> >> I have not seen any movement in obtaining xorg/driver commit privilege. >> >> https://bugs.freedesktop.org/show_bug.cgi?id=106605 >> >> Please note that several of my r128 DDX patches

[PATCH xserver] xwayland: don't use logical size for RRMode

2018-07-09 Thread Simon Ser
The logical size is the size of the output in the global compositor space. The mode width/height shouldn't be transformed and scaled. This fixes issues with pointer input on transformed outputs. Signed-Off-By: Simon Ser --- hw/xwayland/xwayland-output.c | 9 ++--- hw/xwayland/xwayland.h