[PATCH i-g-t 10/22] tests/kms_big_fb: Adopt to use allocator
Bhanuprakash Modem
bhanuprakash.modem at intel.com
Fri Jun 25 12:54:04 UTC 2021
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
---
tests/kms_big_fb.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/kms_big_fb.c b/tests/kms_big_fb.c
index dcc06acd7a..cfe7c7cd34 100644
--- a/tests/kms_big_fb.c
+++ b/tests/kms_big_fb.c
@@ -380,6 +380,7 @@ static bool test_pipe(data_t *data)
data->rotation == IGT_ROTATION_270)
igt_swap(width, height);
+ data->small_fb.ahnd = data->ibb->allocator_handle;
igt_create_color_fb(data->drm_fd, width, height,
data->format, data->modifier,
0, 1, 0, &data->small_fb);
--
2.20.1
More information about the Intel-gfx-trybot
mailing list