Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/
H A Ddcn32_clk_mgr_smu_msg.h40 void dcn32_smu_send_cab_for_uclk_message(struct clk_mgr_internal *clk_mgr, unsigned int num_ways);
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2200 uint32_t cache_lines_used, lines_per_way, total_cache_lines, num_ways; in dcn32_calculate_mall_ways_from_bytes() local
2215 num_ways = cache_lines_used / lines_per_way; in dcn32_calculate_mall_ways_from_bytes()
2217 num_ways++; in dcn32_calculate_mall_ways_from_bytes()
2219 return num_ways; in dcn32_calculate_mall_ways_from_bytes()