Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h223 unsigned int (*get_max_hw_cursor_size)(const struct dc *dc, member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stream.c298 if (dc->debug.allow_sw_cursor_fallback && dc->res_pool->funcs->get_max_hw_cursor_size) { in dc_stream_check_cursor_attributes()
299 max_cursor_size = dc->res_pool->funcs->get_max_hw_cursor_size(dc, state, stream); in dc_stream_check_cursor_attributes()
H A Ddc.c6332 if (dc->debug.allow_sw_cursor_fallback && dc->res_pool->funcs->get_max_hw_cursor_size) { in dc_query_current_properties()
6334 stream_cursor_size = dc->res_pool->funcs->get_max_hw_cursor_size(dc, in dc_query_current_properties()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c1622 .get_max_hw_cursor_size = dcn32_get_max_hw_cursor_size,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn401/
H A Ddcn401_resource.c1801 .get_max_hw_cursor_size = dcn32_get_max_hw_cursor_size
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2115 .get_max_hw_cursor_size = dcn32_get_max_hw_cursor_size,