From 92a803ffb0c8a3e68dc8bac207c34a4ed78b724f Mon Sep 17 00:00:00 2001 From: Ville Syrjälä Date: Sun, 15 Nov 2015 15:40:02 +0200 Subject: tests/kms_3d: Use XRGB8888 instead of ARGB8888 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We don't allow ARGB8888 anymore on primary planes on most platforms, so use XRGB8888 instead as the format. Signed-off-by: Ville Syrjälä --- tests/kms_3d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/kms_3d.c') diff --git a/tests/kms_3d.c b/tests/kms_3d.c index de923ede..4cf765cd 100644 --- a/tests/kms_3d.c +++ b/tests/kms_3d.c @@ -100,7 +100,7 @@ igt_simple_main /* create stereo framebuffer */ fb_id = igt_create_stereo_fb(drm_fd, &connector->modes[i], - igt_bpp_depth_to_drm_format(32, 32), + igt_bpp_depth_to_drm_format(32, 24), LOCAL_DRM_FORMAT_MOD_NONE); ret = drmModeSetCrtc(drm_fd, config.crtc->crtc_id, fb_id, 0, 0, -- cgit v1.2.3