Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
H A Damdgpu_dce_calcs.c116 enum bw_defines surface_type[maximum_number_of_surfaces]; in calculate_bandwidth() local
173 surface_type[0] = bw_def_underlay420_luma; in calculate_bandwidth()
174 surface_type[2] = bw_def_underlay420_luma; in calculate_bandwidth()
177 surface_type[1] = bw_def_underlay420_chroma; in calculate_bandwidth()
178 surface_type[3] = bw_def_underlay420_chroma; in calculate_bandwidth()
187 surface_type[0] = bw_def_underlay422; in calculate_bandwidth()
188 surface_type[2] = bw_def_underlay422; in calculate_bandwidth()
195 surface_type[0] = bw_def_underlay444; in calculate_bandwidth()
196 surface_type[2] = bw_def_underlay444; in calculate_bandwidth()
328 surface_type[i] = bw_def_graphics; in calculate_bandwidth()
[all …]