diff options
Diffstat (limited to 'tests/kms_rotation_crc.c')
-rw-r--r-- | tests/kms_rotation_crc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/kms_rotation_crc.c b/tests/kms_rotation_crc.c index bc11b9c5..e4af24d0 100644 --- a/tests/kms_rotation_crc.c +++ b/tests/kms_rotation_crc.c @@ -107,11 +107,11 @@ static bool prepare_crtc(data_t *data) return false; switch (data->type) { - case DRM_PLANE_TYPE_OVERLAY: /* Sprite */ + case DRM_PLANE_TYPE_OVERLAY: igt_info("Sprite plane\n"); plane = igt_output_get_plane(output, IGT_PLANE_2); break; - case DRM_PLANE_TYPE_PRIMARY: /* Primary */ + case DRM_PLANE_TYPE_PRIMARY: igt_info("Primary plane\n"); plane = igt_output_get_plane(output, IGT_PLANE_PRIMARY); break; |