Searched refs:get_max_hw_cursor_size (Results 1 – 6 of 6) sorted by relevance
223 unsigned int (*get_max_hw_cursor_size)(const struct dc *dc, member
298 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()
6332 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()
1622 .get_max_hw_cursor_size = dcn32_get_max_hw_cursor_size,
1801 .get_max_hw_cursor_size = dcn32_get_max_hw_cursor_size
2115 .get_max_hw_cursor_size = dcn32_get_max_hw_cursor_size,