Message ID | 20181204102509.18401-2-maxime.ripard@bootlin.com |
---|---|
State | New |
Series | "igt: chamelium: Test YUV buffers using the Chamelium" |
Headers | show |
diff --git a/tests/kms_chamelium.c b/tests/kms_chamelium.c index 55b346a9e1c4..ee7580b54e69 100644 --- a/tests/kms_chamelium.c +++ b/tests/kms_chamelium.c @@ -518,7 +518,7 @@ static int chamelium_get_pattern_fb(data_t *data, drmModeModeInfo *mode, ptr = igt_fb_map_buffer(fb->fd, fb); igt_assert(ptr); - chamelium_paint_xr24_pattern(ptr, mode->vdisplay, mode->hdisplay); + chamelium_paint_xr24_pattern(ptr, mode->hdisplay, mode->vdisplay); igt_fb_unmap_buffer(fb, ptr); return fb_id;