Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/
Dnouveau_display.c235 static const uint32_t log_block_width = 6; in nouveau_get_width_in_blocks() local
237 return (stride + (1 << log_block_width) - 1) >> log_block_width; in nouveau_get_width_in_blocks()