Searched defs:drm_mode_card_res (Results 1 – 1 of 1) sorted by relevance
95 struct drm_mode_card_res { struct96 __u64 fb_id_ptr;97 __u64 crtc_id_ptr;99 __u64 connector_id_ptr;100 __u64 encoder_id_ptr;101 __u32 count_fbs;102 __u32 count_crtcs;104 __u32 count_connectors;105 __u32 count_encoders;106 __u32 min_width, max_width;[all …]