diff options
| -rw-r--r-- | tests/chamelium.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/chamelium.c b/tests/chamelium.c index 2e14ccb9..76b14e95 100644 --- a/tests/chamelium.c +++ b/tests/chamelium.c @@ -322,6 +322,8 @@ enable_output(data_t *data, igt_plane_set_fb(primary, fb); igt_output_override_mode(output, mode); + igt_output_set_pipe(output, output->config.pipe); + /* Clear any color correction values that might be enabled */ igt_pipe_set_degamma_lut(primary->pipe, NULL, 0); igt_pipe_set_gamma_lut(primary->pipe, NULL, 0); |
