Revisiting the issue of obtaining Xorg commit privilege

2018-07-06 Thread Kevin Brace
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 have been committed by Connor Behan. Regards, Kevin Brace Brace Computer Laboratory blog

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

2018-07-06 Thread Keith Packard
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. v2: Restore CRTC mode when leases terminate When a lease

[PATCH xf86-video-amdgpu 1/3] xf86-video-modesetting: Record non-desktop kernel property at PreInit time [v2]

2018-07-06 Thread Keith Packard
Save any value of the kernel non-desktop property in the xf86Output structure to avoid non-desktop outputs in the default configuration. v2: Support X server 1.13 Signed-off-by: Keith Packard Reviewed-by: Adam Jackson --- configure.ac | 6 ++ src/drmmode_display.c | 15

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

2018-07-06 Thread Keith Packard
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. If I don't hear any complaints in a few days (given that we're at the boundary

[PATCH xf86-video-amdgpu 2/3] xf86-video-modesetting: Create CONNECTOR_ID properties for outputs [v2]

2018-07-06 Thread Keith Packard
This lets a DRM client map between X outputs and kernel connectors. v2: Change CONNECTOR_ID to enum -- Adam Jackson Signed-off-by: Keith Packard Reviewed-by: Adam Jackson --- src/drmmode_display.c | 23 +++ 1 file changed, 23 insertions(+) diff --git

Re: [PATCHv3] modesetting: Update fb_id from shadow allocate and destroy if not set

2018-07-06 Thread Tony Lindgren
* Michel Dänzer [180706 07:48]: > On 2018-07-05 05:42 PM, Tony Lindgren wrote: > > Hi, > > > > * Michel Dänzer [180705 14:21]: > >> > >> This uses the same damage region for all framebuffers, which is > >> generally not correct for drmmode_crtc->rotate_fb_id. The coordinate > >> offset,

Re: [PATCHv3] modesetting: Update fb_id from shadow allocate and destroy if not set

2018-07-06 Thread Michel Dänzer
On 2018-07-05 05:42 PM, Tony Lindgren wrote: > Hi, > > * Michel Dänzer [180705 14:21]: >> >> This uses the same damage region for all framebuffers, which is >> generally not correct for drmmode_crtc->rotate_fb_id. The coordinate >> offset, rotation and reflection need to be taken into account