summaryrefslogtreecommitdiff
path: root/tests/kms_ccs.c
diff options
context:
space:
mode:
authorDhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>2019-03-20 14:16:00 -0700
committerDhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>2019-03-20 23:53:54 -0700
commita782b09d2847b1ca9484694c1f752cfb972e8400 (patch)
treeb6899aee16d370d939c19cc196cbd702c86e2a6f /tests/kms_ccs.c
parent7f26b39846ec279227768a64bfc34a12004e6e64 (diff)
tests/kms_ccs: Test Yf CCS modifier too.
Extend the test to Yf tiled CCS, no reason not to. v2: Add a comma after the last modifier (Ville) Signed-off-by: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com> Cc: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Diffstat (limited to 'tests/kms_ccs.c')
-rw-r--r--tests/kms_ccs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/kms_ccs.c b/tests/kms_ccs.c
index f780a01c..084f78f7 100644
--- a/tests/kms_ccs.c
+++ b/tests/kms_ccs.c
@@ -71,7 +71,8 @@ static const struct {
};
static const uint64_t ccs_modifiers[] = {
- LOCAL_I915_FORMAT_MOD_Y_TILED_CCS
+ LOCAL_I915_FORMAT_MOD_Y_TILED_CCS,
+ LOCAL_I915_FORMAT_MOD_Yf_TILED_CCS,
};
/*