Home
last modified time | relevance | path

Searched refs:transformPresent (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.c111 crtc->transformPresent = FALSE; in xf86CrtcCreate()
298 if (crtc->transformPresent) { in xf86CrtcSetModeTransform()
302 saved_transform_present = crtc->transformPresent; in xf86CrtcSetModeTransform()
313 crtc->transformPresent = TRUE; in xf86CrtcSetModeTransform()
316 crtc->transformPresent = FALSE; in xf86CrtcSetModeTransform()
407 crtc->transformPresent = saved_transform_present; in xf86CrtcSetModeTransform()
H A Dxf86Rotate.c372 if (crtc->transformPresent) in xf86CrtcRotate()
H A Dxf86Crtc.h351 Bool transformPresent; /* ABI 2 */ member
H A Dxf86Cursors.c574 if (crtc->transformPresent) in xf86_use_hw_cursor()
H A Dxf86RandR12.c1099 crtc->transformPresent ? &crtc->transform : NULL, in xf86RandR12CrtcNotify()
1170 if ((transform != NULL) != crtc->transformPresent) in xf86RandR12CrtcSet()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog27507 Setting crtc->transformPresent to FALSE was preventing the transform
27542 v2: Check crtc->transformPresent instead of crtc->transform_in_use. The
127532 Note that users of this API will want to stop smashing the transformPresent