Searched refs:blk_x (Results 1 – 1 of 1) sorted by relevance
595 u32 blk_x, blk_y, blk_columns; in nv50_get_block_off() local598 blk_x = (x * 4) / NV_TILE_GOB_WIDTH_BYTES; in nv50_get_block_off()601 return ((blk_y * blk_columns) + blk_x) * NV_TILE_GOB_WIDTH_BYTES * nv50_panic_blk_h; in nv50_get_block_off()