[igt-dev] [i-g-t V3 05/20] tests/kms_plane: Add tiling support for XE
Bhanuprakash Modem
bhanuprakash.modem at intel.com
Mon Aug 7 19:54:45 UTC 2023
Remove the tiling restrictions in Xe specific tests
Fixes: 2b9637086 (tests/kms_plane: Add XE support)
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
---
tests/kms_plane.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/tests/kms_plane.c b/tests/kms_plane.c
index 67cff61d6..d6cdabd0b 100644
--- a/tests/kms_plane.c
+++ b/tests/kms_plane.c
@@ -1003,10 +1003,6 @@ static bool test_format_plane(data_t *data, enum pipe pipe,
.modifier = plane->modifiers[i],
};
- if (is_xe_device(data->drm_fd) &&
- f.modifier != DRM_FORMAT_MOD_LINEAR)
- continue;
-
if (f.format == ref.format &&
f.modifier == ref.modifier)
continue;
--
2.40.0
More information about the igt-dev
mailing list