Searched refs:this_tile (Results 1 – 2 of 2) sorted by relevance
2218 struct xf86CrtcTileInfo *tile_info = &config->output[o]->tile_info, *this_tile; in xf86TargetRightOf() local2239 this_tile = &config->output[ot]->tile_info; in xf86TargetRightOf()2240 if (this_tile->group_id != tile_info->group_id) in xf86TargetRightOf()2243 if (this_tile->tile_h_loc != ht || in xf86TargetRightOf()2244 this_tile->tile_v_loc != vt) in xf86TargetRightOf()2251 add_x = this_tile->tile_h_size; in xf86TargetRightOf()2252 cur_y += this_tile->tile_v_size; in xf86TargetRightOf()
1769 struct xf86CrtcTileInfo *tile_info = &output->tile_info, *this_tile; in xf86RandR12CreateMonitors() local1796 this_tile = &config->output[ot]->tile_info; in xf86RandR12CreateMonitors()1798 if (this_tile->group_id != tile_info->group_id) in xf86RandR12CreateMonitors()1801 if (this_tile->tile_h_loc != ht || in xf86RandR12CreateMonitors()1802 this_tile->tile_v_loc != vt) in xf86RandR12CreateMonitors()