From bb994653667986757b4c906b8f144737667f7374 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Wed, 9 Feb 2011 13:41:49 +1000 Subject: libkms: add dumb support this uses the drm cap interface to check if the dumb ioctl is supported. --- libkms/internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libkms/internal.h') 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); -- cgit v1.2.3