Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/optc/dcn401/
H A Ddcn401_optc.c62 int total_required = ((h_active + 4095) / 4096) * 2; in decide_odm_mem_bit_map() local
69 if (total_required == total_allocated) in decide_odm_mem_bit_map()
73 if (total_required > total_allocated) { in decide_odm_mem_bit_map()
77 if (total_required == total_allocated) in decide_odm_mem_bit_map()
82 if (total_required > total_allocated) { in decide_odm_mem_bit_map()
87 if (total_required == total_allocated) in decide_odm_mem_bit_map()
92 ASSERT(total_required == total_allocated); in decide_odm_mem_bit_map()