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