Home
last modified time | relevance | path

Searched refs:rotation_check (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.c123 enum bw_defines rotation_check; in calculate_bandwidth() local
583 rotation_check = bw_def_ok; in calculate_bandwidth()
587 rotation_check = bw_def_invalid_linear_or_stereo_mode; in calculate_bandwidth()
591 …bw_def_ok && lb_size_check == bw_def_ok && fbc_check == bw_def_ok && rotation_check == bw_def_ok) { in calculate_bandwidth()