summaryrefslogtreecommitdiff
path: root/tests/i915/kms_big_fb.c
diff options
context:
space:
mode:
authorJeevan B <jeevan.b@intel.com>2022-03-02 20:09:21 +0530
committerKunal Joshi <kunal1.joshi@intel.com>2022-03-09 11:16:35 +0530
commit86e565f21677267ef85113041736fd0bf679c32f (patch)
treee07c52745720fb804ac398dcec532a29f5301307 /tests/i915/kms_big_fb.c
parentfa564f4424a53d019b0699246812c5899fad539c (diff)
igt/tests: Add support for Tile4(TileF) format to tests/kms_big_fb
Extending the test to support new Tiling format. Signed-off-by: Jeevan B <jeevan.b@intel.com> Reviewed-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
Diffstat (limited to 'tests/i915/kms_big_fb.c')
-rw-r--r--tests/i915/kms_big_fb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/i915/kms_big_fb.c b/tests/i915/kms_big_fb.c
index 9ebf6155..8724d606 100644
--- a/tests/i915/kms_big_fb.c
+++ b/tests/i915/kms_big_fb.c
@@ -784,6 +784,7 @@ static const struct {
{ I915_FORMAT_MOD_X_TILED, "x-tiled", },
{ I915_FORMAT_MOD_Y_TILED, "y-tiled", },
{ I915_FORMAT_MOD_Yf_TILED, "yf-tiled", },
+ { I915_FORMAT_MOD_4_TILED, "4-tiled", },
};
static const struct {