[PATCH i-g-t 1/2] tests/kms_pipe_crc_basic: Replace XRGB with NV12 format

Swati Sharma swati2.sharma at intel.com
Fri May 26 11:00:32 UTC 2023


Signed-off-by: Swati Sharma <swati2.sharma at intel.com>
---
 tests/kms_pipe_crc_basic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/kms_pipe_crc_basic.c b/tests/kms_pipe_crc_basic.c
index 84c73fd7..88169096 100644
--- a/tests/kms_pipe_crc_basic.c
+++ b/tests/kms_pipe_crc_basic.c
@@ -268,7 +268,7 @@ static void test_compare_crc(data_t *data, enum pipe pipe, igt_output_t *output)
 			&fb0);
 	igt_create_color_fb(data->drm_fd,
 			mode->hdisplay, mode->vdisplay,
-			DRM_FORMAT_XRGB8888,
+			DRM_FORMAT_NV12,
 			DRM_FORMAT_MOD_LINEAR,
 			1.0, 1.0, 1.0,
 			&fb1);
-- 
2.25.1



More information about the Intel-gfx-trybot mailing list