HomeSort by: relevance | last modified time | path
    Searched refs:rotatedData (Results 1 - 22 of 22) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86Rotate.c 151 if (crtc->rotatedData && !crtc->rotatedPixmap) {
153 crtc->rotatedData,
251 if (crtc->rotatedPixmap || crtc->rotatedData) {
253 crtc->rotatedData);
255 crtc->rotatedData = NULL;
259 if (xf86_config->crtc[c]->rotatedData)
285 if (crtc->rotatedPixmap || crtc->rotatedData) {
287 crtc->rotatedData);
289 crtc->rotatedData = NULL;
396 void *shadowData = crtc->rotatedData;
    [all...]
xf86Crtc.h 281 void *rotatedData;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86Rotate.c 188 if (crtc->rotatedData && !crtc->rotatedPixmap)
191 crtc->rotatedData,
285 if (crtc->rotatedPixmap || crtc->rotatedData)
287 crtc->funcs->shadow_destroy (crtc, crtc->rotatedPixmap, crtc->rotatedData);
289 crtc->rotatedData = NULL;
323 if (crtc->rotatedPixmap || crtc->rotatedData) {
325 crtc->rotatedData);
327 crtc->rotatedData = NULL;
424 void *shadowData = crtc->rotatedData;
436 crtc->rotatedData = NULL
    [all...]
xf86Crtc.h 256 void *rotatedData;
  /xsrc/external/mit/xf86-video-geode/dist/src/
lx_display.c 287 if (crtc->rotatedData != NULL) {
296 if (crtc->rotatedData != NULL)
297 vg_set_display_offset((unsigned int) ((char *) crtc->rotatedData -
  /xsrc/external/mit/xf86-video-siliconmotion/dist/src/
smilynx_crtc.c 61 pitch = (crtc->rotatedData? crtc->mode.HDisplay : pScrn->displayWidth) * pSmi->Bpp;
86 fifo_readoffset = (crtc->rotatedData? crtc->mode.HDisplay : pScrn->displayWidth) * pSmi->Bpp;
153 pitch = (crtc->rotatedData? crtc->mode.HDisplay : pScrn->displayWidth) * pSmi->Bpp;
173 if(crtc->rotatedData)
174 Base = (char*)crtc->rotatedData - (char*)pSmi->FBBase;
smi501_crtc.c 70 pitch = (((crtc->rotatedData? crtc->mode.HDisplay : pScrn->displayWidth) *
106 pitch = (((crtc->rotatedData? crtc->mode.HDisplay : pScrn->displayWidth) *
133 if(crtc->rotatedData)
134 Base = (char*)crtc->rotatedData - (char*)pSmi->FBBase;
  /xsrc/external/mit/xf86-video-ati/dist/src/
legacy_crtc.c 782 if (info->tilingEnabled && (crtc->rotatedData == NULL)) {
801 if (info->tilingEnabled && (crtc->rotatedData == NULL)) {
843 if (crtc->rotatedData != NULL) {
844 Base = pScrn->fbOffset + (char *)crtc->rotatedData - (char *)info->FB;
1004 if (info->tilingEnabled && (crtc->rotatedData == NULL)) {
1023 if (info->tilingEnabled && (crtc->rotatedData == NULL)) {
1065 if (crtc->rotatedData != NULL) {
1066 Base = pScrn->fbOffset + (char *)crtc->rotatedData - (char *)info->FB;
atombios_crtc.c 782 if (crtc->rotatedData != NULL) {
786 fb_location = fb_location + (char *)crtc->rotatedData - (char *)info->FB;
860 if (info->tilingEnabled && (crtc->rotatedData == NULL)) {
871 if (crtc->rotatedData != NULL) {
875 fb_location = fb_location + (char *)crtc->rotatedData - (char *)info->FB;
radeon_cursor.c 272 if (crtc->rotatedData == NULL) {
radeon_dri2.c 634 if (crtc != NULL && !crtc->rotatedData) {
717 if (crtc->enabled && crtc->rotatedData)
radeon_driver.c 6390 if (crtc->rotatedPixmap || crtc->rotatedData) {
6392 crtc->rotatedData);
6394 crtc->rotatedData = NULL;
  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
vmwgfx_crtc.c 197 * new opaque scanout buffer data "crtc->rotatedData".
206 if (crtc->transform_in_use && crtc->rotatedData) {
209 pixmap = (PixmapPtr) crtc->rotatedData;
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_present.c 88 if (crtc != NULL && !crtc->rotatedData)
intel_dri.c 442 if (crtc != NULL && !crtc->rotatedData) {
567 if (crtc != NULL && !crtc->rotatedData)
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel_present.c 88 if (crtc != NULL && !crtc->rotatedData)
intel_dri.c 407 if (crtc != NULL && !crtc->rotatedData) {
532 if (crtc != NULL && !crtc->rotatedData)
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nouveau_present.c 153 if (!scrn->vtSema || !xf86_crtc_on(crtc) || crtc->rotatedData)
nouveau_dri2.c 305 if (crtc->rotatedData)
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_crtc.c 305 if (crtc->rotatedData != NULL)
306 Base = pScrn->fbOffset + (char *)crtc->rotatedData - (char *)info->FB;
333 if (crtc->rotatedData != NULL)
334 Base = pScrn->fbOffset + (char *)crtc->rotatedData - (char *)info->FB;
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_dri.c 313 if (crtc != NULL && !crtc->rotatedData) {
i830_display.c 716 } else if (crtc->rotatedData != NULL) {
718 Start = (char *)crtc->rotatedData - (char *)pI830->FbBase;
818 if (crtc->rotatedData)

Completed in 25 milliseconds