Re: [PATCH v8 xserver 6/7] xf86Cursor: Deal with rotation on GPU screens using a hw-cursor

2016-09-12 Thread Hans de Goede
Hi, On 12-09-16 10:39, Michel Dänzer wrote: On 12/09/16 05:24 PM, Hans de Goede wrote: On 12-09-16 09:47, Michel Dänzer wrote: On 09/09/16 09:50 PM, Hans De Goede wrote: When a slave-output is rotated the transformation is done on the blit from master to slave GPU, so crtc->transform_in_use

Re: [PATCH v8 xserver 6/7] xf86Cursor: Deal with rotation on GPU screens using a hw-cursor

2016-09-12 Thread Hans de Goede
Hi, On 12-09-16 10:39, Michel Dänzer wrote: On 12/09/16 05:24 PM, Hans de Goede wrote: On 12-09-16 09:47, Michel Dänzer wrote: On 09/09/16 09:50 PM, Hans De Goede wrote: When a slave-output is rotated the transformation is done on the blit from master to slave GPU, so crtc->transform_in_use

Re: [PATCH v8 xserver 6/7] xf86Cursor: Deal with rotation on GPU screens using a hw-cursor

2016-09-12 Thread Michel Dänzer
On 12/09/16 05:24 PM, Hans de Goede wrote: > On 12-09-16 09:47, Michel Dänzer wrote: >> On 09/09/16 09:50 PM, Hans De Goede wrote: >>> When a slave-output is rotated the transformation is done on the blit >>> from master to slave GPU, so crtc->transform_in_use is not set, but we >>> still need to

Re: [PATCH v8 xserver 6/7] xf86Cursor: Deal with rotation on GPU screens using a hw-cursor

2016-09-12 Thread Hans de Goede
Hi, On 12-09-16 09:47, Michel Dänzer wrote: On 09/09/16 09:50 PM, Hans De Goede wrote: When a slave-output is rotated the transformation is done on the blit from master to slave GPU, so crtc->transform_in_use is not set, but we still need to adjust the mouse position for things to work. This

Re: [PATCH v8 xserver 6/7] xf86Cursor: Deal with rotation on GPU screens using a hw-cursor

2016-09-12 Thread Michel Dänzer
On 09/09/16 09:50 PM, Hans De Goede wrote: > When a slave-output is rotated the transformation is done on the blit > from master to slave GPU, so crtc->transform_in_use is not set, but we > still need to adjust the mouse position for things to work. > > This commit modifies