Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/nouveau/
Dnouveau_display.c246 uint32_t log_block_height; in nouveau_get_height_in_blocks() local
255 log_block_height = log_block_height_in_gobs + log_gob_height; in nouveau_get_height_in_blocks()
257 return (height + (1 << log_block_height) - 1) >> log_block_height; in nouveau_get_height_in_blocks()