Searched defs:drm_device (Results 1 – 3 of 3) sorted by relevance
57 struct drm_device { struct82 * &drm_device in their larger per-device structure. argument84 void *dev_private;87 struct drm_minor *primary;90 struct drm_minor *render;97 bool registered;105 struct drm_master *master;115 u32 driver_features;123 bool unplugged;126 void *anon_inode;[all …]
770 struct drm_device { struct771 struct drm_driver_info *driver;772 drm_pci_id_list_t *id_entry; /* PCI ID, name, and chipset private */774 u_int16_t pci_device; /* PCI device id */775 u_int16_t pci_vendor; /* PCI vendor id */777 char *unique; /* Unique identifier: e.g., busid */778 int unique_len; /* Length of unique field */779 device_t device; /* Device instance from newbus */781 struct cdev *devnode; /* Device number for mknod */783 int if_version; /* Highest interface version set */[all …]
1332 int (*exec)(struct drm_device *, void *, int idx, u8 *outp)) in olddcb_outp_foreach()