aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Bornecrantz2010-01-12 11:53:49 -0600
committerJakob Bornecrantz2010-01-12 15:10:12 -0600
commitd920fa9d0b54873d53f03a006d0fe3df11136b74 (patch)
tree43178c3fb49a55920ebbfb66ae111d5e1b735491 /libkms/internal.h
parentd207a38701d664ac818829249d4d2566349bb359 (diff)
downloadexternal-libdrm-d920fa9d0b54873d53f03a006d0fe3df11136b74.tar.gz
external-libdrm-d920fa9d0b54873d53f03a006d0fe3df11136b74.tar.xz
external-libdrm-d920fa9d0b54873d53f03a006d0fe3df11136b74.zip
libkms: Use sysfs instead of udev to find driver
Udev code is still there just commented out.
Diffstat (limited to 'libkms/internal.h')
-rw-r--r--libkms/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkms/internal.h b/libkms/internal.h
index a441266b..9d1c5f7c 100644
--- a/libkms/internal.h
+++ b/libkms/internal.h
@@ -62,7 +62,7 @@ struct kms_bo
62 unsigned handle; 62 unsigned handle;
63}; 63};
64 64
65int linux_get_pciid_from_fd(int fd, unsigned *vendor_id, unsigned *chip_id); 65int linux_create(int fd, struct kms_driver **out);
66 66
67int vmwgfx_create(int fd, struct kms_driver **out); 67int vmwgfx_create(int fd, struct kms_driver **out);
68 68