[PATCH i-g-t 4/4] Revert "tests/kms_frontbuffer_tracking: Enable positive test on linear tiling"

José Roberto de Souza jose.souza at intel.com
Wed Feb 5 01:49:54 UTC 2020


This reverts commit 90cc3efb2bcf8815265d3ae2bd76bc80f9c9f9d3.
---
 tests/kms_frontbuffer_tracking.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/kms_frontbuffer_tracking.c b/tests/kms_frontbuffer_tracking.c
index 693a7dc0..2bd90b67 100644
--- a/tests/kms_frontbuffer_tracking.c
+++ b/tests/kms_frontbuffer_tracking.c
@@ -2163,7 +2163,7 @@ static bool tiling_is_valid(int feature_flags, enum tile_type tile)
 {
 	int devid = intel_get_drm_devid(drm.fd);
 
-	if (tile == TILE_LINEAR && !AT_LEAST_GEN(devid, 11))
+	if (tile == TILE_LINEAR)
 		return false;
 
 	return true;
-- 
2.25.0



More information about the Intel-gfx-trybot mailing list