Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
H A Ddce_calcs.c118 enum bw_defines rotation_check; in calculate_bandwidth() local
578 rotation_check = bw_def_ok; in calculate_bandwidth()
582 rotation_check = bw_def_invalid_linear_or_stereo_mode; in calculate_bandwidth()
586 if (pipe_check == bw_def_ok && hsr_check == bw_def_ok && vsr_check == bw_def_ok && lb_size_check == bw_def_ok && fbc_check == bw_def_ok && rotation_check == bw_def_ok) { in calculate_bandwidth()
/kernel/linux/linux-6.6/drivers/gpu/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 if (pipe_check == bw_def_ok && hsr_check == bw_def_ok && vsr_check == bw_def_ok && lb_size_check == bw_def_ok && fbc_check == bw_def_ok && rotation_check == bw_def_ok) { in calculate_bandwidth()

Completed in 12 milliseconds