Searched defs:drm_mode_card_res (Results 1 – 1 of 1) sorted by relevance
249 struct drm_mode_card_res { struct250 __u64 fb_id_ptr;251 __u64 crtc_id_ptr;252 __u64 connector_id_ptr;253 __u64 encoder_id_ptr;254 __u32 count_fbs;255 __u32 count_crtcs;256 __u32 count_connectors;257 __u32 count_encoders;258 __u32 min_width;[all …]