summaryrefslogtreecommitdiff
path: root/libkms/internal.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2011-02-09 13:41:49 +1000
committerDave Airlie <airlied@redhat.com>2011-03-04 15:25:51 +1000
commitbb994653667986757b4c906b8f144737667f7374 (patch)
tree0f7be1d571a71e37db10ecadfac5c2d6f1dfbab1 /libkms/internal.h
parent5c6c6913d1260024e5d156db7973c9e46fe1ff03 (diff)
libkms: add dumb support
this uses the drm cap interface to check if the dumb ioctl is supported.
Diffstat (limited to 'libkms/internal.h')
-rw-r--r--libkms/internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libkms/internal.h b/libkms/internal.h
index 51f5e65c..5e2501e4 100644
--- a/libkms/internal.h
+++ b/libkms/internal.h
@@ -68,6 +68,8 @@ int vmwgfx_create(int fd, struct kms_driver **out);
int intel_create(int fd, struct kms_driver **out);
+int dumb_create(int fd, struct kms_driver **out);
+
int nouveau_create(int fd, struct kms_driver **out);
int radeon_create(int fd, struct kms_driver **out);