mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 17:06:14 +00:00
tests/kms_3d: Use XRGB8888 instead of ARGB8888
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ä <ville.syrjala@linux.intel.com>
This commit is contained in:
parent
cba86e980f
commit
92a803ffb0
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user