Lines Matching defs:drm_mode_get_connector
356 struct drm_mode_get_connector { struct
358 __u64 encoders_ptr;
359 __u64 modes_ptr;
360 __u64 props_ptr;
361 __u64 prop_values_ptr;
363 __u32 count_modes;
364 __u32 count_props;
365 __u32 count_encoders;
367 __u32 encoder_id; /**< Current Encoder */
368 __u32 connector_id; /**< Id */
369 __u32 connector_type;
370 __u32 connector_type_id;
372 __u32 connection;
373 __u32 mm_width; /**< width in millimeters */
374 __u32 mm_height; /**< height in millimeters */
375 __u32 subpixel;
377 __u32 pad;