Home
last modified time | relevance | path

Searched refs:this_tile (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.c2218 struct xf86CrtcTileInfo *tile_info = &config->output[o]->tile_info, *this_tile; in xf86TargetRightOf() local
2239 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()
H A Dxf86RandR12.c1769 struct xf86CrtcTileInfo *tile_info = &output->tile_info, *this_tile; in xf86RandR12CreateMonitors() local
1796 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()