Searched refs:log_block_width (Results 1 – 1 of 1) sorted by relevance
235 static const uint32_t log_block_width = 6; in nouveau_get_width_in_blocks() local237 return (stride + (1 << log_block_width) - 1) >> log_block_width; in nouveau_get_width_in_blocks()