[igt-dev] [CI 3/3] tests/kms_ccs: Test Yf CCS modifier too.

Dhinakaran Pandiyan dhinakaran.pandiyan at intel.com
Wed Mar 20 21:16:00 UTC 2019


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 at intel.com>
Cc: Ville Syrjälä <ville.syrjala at linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
---
 tests/kms_ccs.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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,
 };
 
 /*
-- 
2.17.1



More information about the igt-dev mailing list