[igt-dev] [PATCH i-g-t 2/2] tests/kms_ccs: Test Yf CCS modifier too.
Dhinakaran Pandiyan
dhinakaran.pandiyan at intel.com
Wed Mar 20 19:37:33 UTC 2019
Extend the test to Yf tiled CCS, no reason not to.
Signed-off-by: Dhinakaran Pandiyan <dhinakaran.pandiyan at intel.com>
Cc: 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..cd42e747 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