Searched defs:drm_mode_card_res (Results 1 – 1 of 1) sorted by relevance
121 struct drm_mode_card_res { struct122 __u64 fb_id_ptr;123 __u64 crtc_id_ptr;124 __u64 connector_id_ptr;125 __u64 encoder_id_ptr;126 __u32 count_fbs;127 __u32 count_crtcs;128 __u32 count_connectors;129 __u32 count_encoders;130 __u32 min_width;[all …]