Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2124 return limit_cur_to_buf ? dc->caps.max_buffered_cursor_size : dc->caps.max_cursor_size; in dcn32_get_max_hw_cursor_size()
2238 dc->caps.max_buffered_cursor_size = 64; // floor(sqrt(16 * 1024 / 4) * 4, 256) / 4 = 64 in dcn32_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h316 unsigned int max_buffered_cursor_size; member
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c1741 dc->caps.max_buffered_cursor_size = 64; // sqrt(16 * 1024 / 4) in dcn321_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn401/
H A Ddcn401_resource.c1920 dc->caps.max_buffered_cursor_size = 64; in dcn401_resource_construct()