Lines Matching defs:drm_mode_get_connector
245 struct drm_mode_get_connector { struct
247 __u64 encoders_ptr;
248 __u64 modes_ptr;
249 __u64 props_ptr;
250 __u64 prop_values_ptr;
252 __u32 count_modes;
253 __u32 count_props;
254 __u32 count_encoders;
256 __u32 encoder_id; /**< Current Encoder */
257 __u32 connector_id; /**< Id */
258 __u32 connector_type;
259 __u32 connector_type_id;
261 __u32 connection;
262 __u32 mm_width; /**< width in millimeters */
263 __u32 mm_height; /**< height in millimeters */
264 __u32 subpixel;
266 __u32 pad;