Home
last modified time | relevance | path

Searched defs:drm_mode_card_res (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/drm/
Ddrm_mode.h118 struct drm_mode_card_res { struct
119 __u64 fb_id_ptr;
120 __u64 crtc_id_ptr;
121 __u64 connector_id_ptr;
122 __u64 encoder_id_ptr;
123 __u32 count_fbs;
124 __u32 count_crtcs;
125 __u32 count_connectors;
126 __u32 count_encoders;
127 __u32 min_width, max_width;
[all …]
/external/libdrm/include/drm/
Ddrm_mode.h107 struct drm_mode_card_res { struct
108 __u64 fb_id_ptr;
109 __u64 crtc_id_ptr;
110 __u64 connector_id_ptr;
111 __u64 encoder_id_ptr;
112 __u32 count_fbs;
113 __u32 count_crtcs;
114 __u32 count_connectors;
115 __u32 count_encoders;
116 __u32 min_width, max_width;
[all …]