Home
last modified time | relevance | path

Searched defs:drm_device (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/dev/drm/
DdrmP.h616 struct drm_device { struct
617 struct drm_driver_info *driver;
618 drm_pci_id_list_t *id_entry; /* PCI ID, name, and chipset private */
620 u_int16_t pci_device; /* PCI device id */
621 u_int16_t pci_vendor; /* PCI vendor id */
623 char *unique; /* Unique identifier: e.g., busid */
624 int unique_len; /* Length of unique field */
625 device_t device; /* Device instance from newbus */
626 struct cdev *devnode; /* Device number for mknod */
627 int if_version; /* Highest interface version set */
[all …]
/freebsd-9-stable/sys/dev/drm2/
DdrmP.h885 struct drm_device { struct
886 struct drm_driver_info *driver;
887 drm_pci_id_list_t *id_entry; /* PCI ID, name, and chipset private */
889 uint16_t pci_device; /* PCI device id */
890 uint16_t pci_vendor; /* PCI vendor id */
891 uint16_t pci_subdevice; /* PCI subsystem device id */
892 uint16_t pci_subvendor; /* PCI subsystem vendor id */
894 char *unique; /* Unique identifier: e.g., busid */
895 int unique_len; /* Length of unique field */
896 device_t device; /* Device instance from newbus */
[all …]