Lines Matching defs:drm_mode_get_connector
371 struct drm_mode_get_connector { struct
373 __u64 encoders_ptr;
374 __u64 modes_ptr;
375 __u64 props_ptr;
376 __u64 prop_values_ptr;
378 __u32 count_modes;
379 __u32 count_props;
380 __u32 count_encoders;
382 __u32 encoder_id; /**< Current Encoder */
383 __u32 connector_id; /**< Id */
384 __u32 connector_type;
385 __u32 connector_type_id;
387 __u32 connection;
388 __u32 mm_width; /**< width in millimeters */
389 __u32 mm_height; /**< height in millimeters */
390 __u32 subpixel;
392 __u32 pad;