Searched defs:drm_mode_card_res (Results 1 – 1 of 1) sorted by relevance
241 struct drm_mode_card_res { struct242 __u64 fb_id_ptr;243 __u64 crtc_id_ptr;244 __u64 connector_id_ptr;245 __u64 encoder_id_ptr;246 __u32 count_fbs;247 __u32 count_crtcs;248 __u32 count_connectors;249 __u32 count_encoders;250 __u32 min_width;[all …]