Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/basics/
Ddce_calcs.c108 enum bw_defines *surface_type; in calculate_bandwidth() local
135 surface_type = kcalloc(maximum_number_of_surfaces, sizeof(*surface_type), GFP_KERNEL); in calculate_bandwidth()
136 if (!surface_type) in calculate_bandwidth()
181 surface_type[0] = bw_def_underlay420_luma; in calculate_bandwidth()
182 surface_type[2] = bw_def_underlay420_luma; in calculate_bandwidth()
185 surface_type[1] = bw_def_underlay420_chroma; in calculate_bandwidth()
186 surface_type[3] = bw_def_underlay420_chroma; in calculate_bandwidth()
195 surface_type[0] = bw_def_underlay422; in calculate_bandwidth()
196 surface_type[2] = bw_def_underlay422; in calculate_bandwidth()
203 surface_type[0] = bw_def_underlay444; in calculate_bandwidth()
[all …]