Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddce_calcs.c110 enum bw_defines *surface_type; in calculate_bandwidth() local
137 surface_type = kcalloc(maximum_number_of_surfaces, sizeof(*surface_type), GFP_KERNEL); in calculate_bandwidth()
138 if (!surface_type) in calculate_bandwidth()
197 surface_type[0] = bw_def_underlay422; in calculate_bandwidth()
198 surface_type[2] = bw_def_underlay422; in calculate_bandwidth()
205 surface_type[0] = bw_def_underlay444; in calculate_bandwidth()
206 surface_type[2] = bw_def_underlay444; in calculate_bandwidth()
338 surface_type[i] = bw_def_graphics; in calculate_bandwidth()
439 …if (surface_type[i] == bw_def_display_write_back420_chroma || surface_type[i] == bw_def_underlay42… in calculate_bandwidth()
889 switch (surface_type[i]) { in calculate_bandwidth()
[all …]