aboutsummaryrefslogtreecommitdiff
path: root/tests/kmstest/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/kmstest/main.c')
-rw-r--r--tests/kmstest/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kmstest/main.c b/tests/kmstest/main.c
index bd41b065..7aaeb75a 100644
--- a/tests/kmstest/main.c
+++ b/tests/kmstest/main.c
@@ -44,7 +44,7 @@ int test_bo(struct kms_driver *kms)
unsigned attrs[7] = {
KMS_WIDTH, 1024,
KMS_HEIGHT, 768,
- KMS_BO_TYPE, KMS_BO_TYPE_SCANOUT,
+ KMS_BO_TYPE, KMS_BO_TYPE_SCANOUT_X8R8G8B8,
KMS_TERMINATE_PROP_LIST,
};