Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_wrapper.h151 unsigned int total_size_in_mall_bytes);
/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h96 unsigned int total_size_in_mall_bytes);
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c1985 …nt dcn32_calculate_mall_ways_from_bytes(const struct dc *dc, unsigned int total_size_in_mall_bytes) in dcn32_calculate_mall_ways_from_bytes() argument
1989 if (total_size_in_mall_bytes == 0) { in dcn32_calculate_mall_ways_from_bytes()
1998 cache_lines_used = total_size_in_mall_bytes / dc->caps.cache_line_size + 2; in dcn32_calculate_mall_ways_from_bytes()
H A Ddcn32_resource.h189 …t dcn32_calculate_mall_ways_from_bytes(const struct dc *dc, unsigned int total_size_in_mall_bytes);