Home
last modified time | relevance | path

Searched refs:log_gob_height (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c245 uint32_t log_gob_height; in nouveau_get_height_in_blocks() local
251 log_gob_height = 2; in nouveau_get_height_in_blocks()
253 log_gob_height = 3; in nouveau_get_height_in_blocks()
255 log_block_height = log_block_height_in_gobs + log_gob_height; in nouveau_get_height_in_blocks()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c239 uint32_t log_gob_height; in nouveau_get_height_in_blocks() local
245 log_gob_height = 2; in nouveau_get_height_in_blocks()
247 log_gob_height = 3; in nouveau_get_height_in_blocks()
249 log_block_height = log_block_height_in_gobs + log_gob_height; in nouveau_get_height_in_blocks()

Completed in 4 milliseconds