From 6b5b8991a8f173a5ec675963e4f23416484e6655 Mon Sep 17 00:00:00 2001 From: Ville Syrjälä Date: Fri, 8 Oct 2021 17:26:16 +0300 Subject: igt: s/DRM_FORMAT_MOD_NONE/DRM_FORMAT_MOD_LINEAR/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DRM_FORMAT_MOD_LINEAR is the more sensible name for DRM_FORMAT_MOD_NONE. Use the better name. Reviewed-by: Petri Latvala Signed-off-by: Ville Syrjälä --- tests/debugfs_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/debugfs_test.c') diff --git a/tests/debugfs_test.c b/tests/debugfs_test.c index fdfa3403..e6535ccd 100644 --- a/tests/debugfs_test.c +++ b/tests/debugfs_test.c @@ -122,7 +122,7 @@ retry: igt_create_pattern_fb(display.drm_fd, mode->hdisplay, mode->vdisplay, DRM_FORMAT_XRGB8888, - DRM_FORMAT_MOD_NONE, &fb[pipe]); + DRM_FORMAT_MOD_LINEAR, &fb[pipe]); /* Set a valid fb as some debugfs like to inspect it on a active pipe */ igt_plane_set_fb(primary, &fb[pipe]); -- cgit v1.2.3