Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_device.h57 struct drm_device { struct
82 * &drm_device in their larger per-device structure. argument
84 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 …]
/netbsd-src/sys/external/bsd/drm/dist/bsd-core/
H A DdrmP.h770 struct drm_device { struct
771 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 …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_bios.c1332 int (*exec)(struct drm_device *, void *, int idx, u8 *outp)) in olddcb_outp_foreach()