aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/exynos/exynos_fimg2d_test.c')
-rw-r--r--tests/exynos/exynos_fimg2d_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exynos/exynos_fimg2d_test.c b/tests/exynos/exynos_fimg2d_test.c
index 8794dac3..dfb00a0b 100644
--- a/tests/exynos/exynos_fimg2d_test.c
+++ b/tests/exynos/exynos_fimg2d_test.c
@@ -675,7 +675,7 @@ int main(int argc, char **argv)
675 offsets[0] = 0; 675 offsets[0] = 0;
676 676
677 ret = drmModeAddFB2(dev->fd, screen_width, screen_height, 677 ret = drmModeAddFB2(dev->fd, screen_width, screen_height,
678 DRM_FORMAT_RGBA8888, handles, 678 DRM_FORMAT_XRGB8888, handles,
679 pitches, offsets, &fb_id, 0); 679 pitches, offsets, &fb_id, 0);
680 if (ret < 0) 680 if (ret < 0)
681 goto err_destroy_buffer; 681 goto err_destroy_buffer;