summaryrefslogtreecommitdiff
path: root/lib/igt_kms.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/igt_kms.h')
-rw-r--r--lib/igt_kms.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/igt_kms.h b/lib/igt_kms.h
index b7631203..7bf51b15 100644
--- a/lib/igt_kms.h
+++ b/lib/igt_kms.h
@@ -175,6 +175,9 @@ uint32_t kmstest_find_crtc_for_connector(int fd, drmModeRes *res,
drmModeConnector *connector,
uint32_t crtc_blacklist_idx_mask);
+uint32_t kmstest_dumb_create(int fd, int width, int height, int bpp,
+ unsigned *stride, unsigned *size);
+
/*
* A small modeset API
*/