Lines Matching defs:can_tile
872 pRADEONEnt->Controller[0]->can_tile = 1;
874 pRADEONEnt->Controller[0]->can_tile = 0;
901 pRADEONEnt->Controller[1]->can_tile = 1;
903 pRADEONEnt->Controller[1]->can_tile = 0;
945 pRADEONEnt->Controller[i]->can_tile = 1;
947 pRADEONEnt->Controller[i]->can_tile = 0;
1108 int can_tile = 1;
1116 if (!radeon_crtc->can_tile)
1117 can_tile = 0;
1121 if (info->tilingEnabled != can_tile)
1125 if (info->directRenderingEnabled && (info->tilingEnabled != can_tile)) {
1127 if (RADEONDRISetParam(pScrn, RADEON_SETPARAM_SWITCH_TILING, (can_tile ? 1 : 0)) < 0)