Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Damdgpu_display.c934 unsigned int width_log2 = (pixel_log2 + 1) / 2; in get_block_dimensions() local
935 unsigned int height_log2 = pixel_log2 - width_log2; in get_block_dimensions()
937 *width = 1 << width_log2; in get_block_dimensions()