Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/optc/dcn314/
Ddcn314_optc.c57 int odm_mem_count = (h_active + 2047) / 2048; in optc314_set_odm_combine() local
65 if (odm_mem_count <= 2) in optc314_set_odm_combine()
67 else if (odm_mem_count <= 4) in optc314_set_odm_combine()
72 if (odm_mem_count <= 2) in optc314_set_odm_combine()
74 else if (odm_mem_count <= 4) in optc314_set_odm_combine()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/optc/dcn32/
Ddcn32_optc.c52 int odm_mem_count = (h_active + 2047) / 2048; in optc32_set_odm_combine() local
60 if (odm_mem_count <= 2) in optc32_set_odm_combine()
62 else if (odm_mem_count <= 4) in optc32_set_odm_combine()
67 if (odm_mem_count <= 2) in optc32_set_odm_combine()
69 else if (odm_mem_count <= 4) in optc32_set_odm_combine()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/optc/dcn35/
Ddcn35_optc.c65 int odm_mem_count = (h_active + 2047) / 2048; in optc35_set_odm_combine() local
73 if (odm_mem_count <= 2) in optc35_set_odm_combine()
75 else if (odm_mem_count <= 4) in optc35_set_odm_combine()
80 if (odm_mem_count <= 2) in optc35_set_odm_combine()
82 else if (odm_mem_count <= 4) in optc35_set_odm_combine()