diff options
Diffstat (limited to 'tests/kms_plane_lowres.c')
-rw-r--r-- | tests/kms_plane_lowres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kms_plane_lowres.c b/tests/kms_plane_lowres.c index 4dc5a345e..39c7abbed 100644 --- a/tests/kms_plane_lowres.c +++ b/tests/kms_plane_lowres.c @@ -298,7 +298,7 @@ igt_main igt_describe("Tests the visibility of the planes when switching between " "high and low resolution with tiling as none."); igt_subtest_f("pipe-%s-tiling-none", kmstest_pipe_name(pipe)) - test_planes_on_pipe(&data, LOCAL_DRM_FORMAT_MOD_NONE); + test_planes_on_pipe(&data, DRM_FORMAT_MOD_NONE); igt_describe("Tests the visibility of the planes when switching between " "high and low resolution with x-tiling."); |