Re: [PATCH xserver 2/5] xfree86/modes: Check for CRTC transforms in xf86_use_hw_cursor(_argb)

2015-12-24 Thread Michel Dänzer
On 24.12.2015 16:57, Michel Dänzer wrote: > From: Michel Dänzer > > We currently don't handle transforms for the HW cursor image, so return > FALSE to signal a software cursor must be used if a transform is in use > on any CRTC. > > Signed-off-by: Michel Dänzer

Re: [PATCH xserver 2/5] xfree86/modes: Check for CRTC transforms in xf86_use_hw_cursor(_argb)

2015-12-24 Thread Keith Packard
Michel Dänzer writes: > From: Michel Dänzer > > We currently don't handle transforms for the HW cursor image, so return > FALSE to signal a software cursor must be used if a transform is in use > on any CRTC. Reviewed-by: Keith Packard

[PATCH xserver 2/5] xfree86/modes: Check for CRTC transforms in xf86_use_hw_cursor(_argb)

2015-12-23 Thread Michel Dänzer
From: Michel Dänzer We currently don't handle transforms for the HW cursor image, so return FALSE to signal a software cursor must be used if a transform is in use on any CRTC. Signed-off-by: Michel Dänzer --- hw/xfree86/modes/xf86Cursors.c | 11