Lines Matching defs:drm_mode_get_connector
205 struct drm_mode_get_connector { struct
207 __u64 encoders_ptr;
208 __u64 modes_ptr;
209 __u64 props_ptr;
210 __u64 prop_values_ptr;
212 __u32 count_modes;
213 __u32 count_props;
214 __u32 count_encoders;
216 __u32 encoder_id; /**< Current Encoder */
217 __u32 connector_id; /**< Id */
218 __u32 connector_type;
219 __u32 connector_type_id;
221 __u32 connection;
222 __u32 mm_width, mm_height; /**< HxW in millimeters */
223 __u32 subpixel;