Re: [PATCH xserver 5/5] modesetting: Allow CRTC transforms to actually take effect

2015-12-24 Thread Keith Packard
Michel Dänzer writes: > From: Michel Dänzer > > Setting crtc->transformPresent to FALSE was preventing the transform > from actually taking effect and putting RandR into a confused state. > > Now that the RandR 1.2 cursor code handles transforms

Re: [PATCH xserver 5/5] modesetting: Allow CRTC transforms to actually take effect

2015-12-23 Thread Keith Packard
Michel Dänzer writes: > From: Michel Dänzer > > Setting crtc->transformPresent to FALSE was preventing the transform > from actually taking effect and putting RandR into a confused state. (xf86CrtcSetModeTransform sets this right above the call to

[PATCH xserver 5/5] modesetting: Allow CRTC transforms to actually take effect

2015-12-23 Thread Michel Dänzer
From: Michel Dänzer Setting crtc->transformPresent to FALSE was preventing the transform from actually taking effect and putting RandR into a confused state. Now that the RandR 1.2 cursor code handles transforms correctly, we can allow them to properly take effect.

[PATCH xserver 5/5] modesetting: Allow CRTC transforms to actually take effect

2015-12-21 Thread Michel Dänzer
From: Michel Dänzer Setting crtc->transformPresent to FALSE was preventing the transform from actually taking effect and putting RandR into a confused state. Signed-off-by: Michel Dänzer --- hw/xfree86/drivers/modesetting/drmmode_display.c | 1 -