[igt-dev] [i-g-t 06/18] tests/kms_plane: Add tiling support for XE
Bhanuprakash Modem
bhanuprakash.modem at intel.com
Mon Jun 19 11:58:46 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 dfc6a8c57..106264306 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