Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/
Dkms_plane_scaling.c48 static int get_num_scalers(data_t* d, enum pipe pipe) in get_num_scalers() function
506 igt_require(get_num_scalers(d, pipe) >= 2); in test_scaler_with_clipping_clamping_scenario()
577 d->plane2 = get_num_scalers(d, pipe1) >= 2 ? igt_output_get_plane(output1, 1) : NULL; in test_scaler_with_multi_pipe_plane()
579 d->plane4 = get_num_scalers(d, pipe2) >= 2 ? igt_output_get_plane(output2, 1) : NULL; in test_scaler_with_multi_pipe_plane()
643 igt_require(get_num_scalers(&data, pipe) > 0); in for_each_pipe_static()