Searched defs:drm_mode_card_res (Results 1 – 1 of 1) sorted by relevance
126 struct drm_mode_card_res { struct127 __u64 fb_id_ptr;128 __u64 crtc_id_ptr;129 __u64 connector_id_ptr;130 __u64 encoder_id_ptr;131 __u32 count_fbs;132 __u32 count_crtcs;133 __u32 count_connectors;134 __u32 count_encoders;135 __u32 min_width;[all …]