X-Git-Url: https://git.ti.com/gitweb?p=glsdk%2Flibdrm.git;a=blobdiff_plain;f=libkms%2Finternal.h;h=5e2501e4d6d37ae17971fd2e09190c87f3963b8b;hp=a441266b42ec1976e47c780de96664bcaa71943b;hb=bb994653667986757b4c906b8f144737667f7374;hpb=bfa44bb8610f51d84b8d23f8c5ce903689d239c6 diff --git a/libkms/internal.h b/libkms/internal.h index a441266b..5e2501e4 100644 --- a/libkms/internal.h +++ b/libkms/internal.h @@ -62,10 +62,16 @@ struct kms_bo unsigned handle; }; -int linux_get_pciid_from_fd(int fd, unsigned *vendor_id, unsigned *chip_id); +int linux_create(int fd, struct kms_driver **out); 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); + #endif