Lines Matching defs:drm_mode_get_connector
227 struct drm_mode_get_connector { struct
229 __u64 encoders_ptr;
230 __u64 modes_ptr;
231 __u64 props_ptr;
232 __u64 prop_values_ptr;
234 __u32 count_modes;
235 __u32 count_props;
236 __u32 count_encoders;
238 __u32 encoder_id; /**< Current Encoder */
239 __u32 connector_id; /**< Id */
240 __u32 connector_type;
241 __u32 connector_type_id;
243 __u32 connection;
244 __u32 mm_width, mm_height; /**< HxW in millimeters */
245 __u32 subpixel;