Searched defs:nouveau_connector (Results 1 – 1 of 1) sorted by relevance
120 struct nouveau_connector { struct121 struct drm_connector base;122 enum dcb_connector_type type;123 u8 index;124 u8 *dcb;126 struct nvif_conn conn;127 u64 hpd_pending;128 struct nvif_event hpd;129 struct nvif_event irq;130 struct work_struct irq_work;[all …]