Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/display/dc/dml/calcs/
H A Ddce_calcs.c117 enum bw_defines rotation_check; in calculate_bandwidth() local
593 rotation_check = bw_def_ok; in calculate_bandwidth()
597 rotation_check = bw_def_invalid_linear_or_stereo_mode; in calculate_bandwidth()
601 …bw_def_ok && lb_size_check == bw_def_ok && fbc_check == bw_def_ok && rotation_check == bw_def_ok) { in calculate_bandwidth()