Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm/dist/shared-core/
H A Ddrm_mode.h164 struct drm_mode_get_connector { struct
166 uint64_t encoders_ptr;
167 uint64_t modes_ptr;
168 uint64_t props_ptr;
169 uint64_t prop_values_ptr;
171 uint32_t count_modes;
172 uint32_t count_props;
173 uint32_t count_encoders;
175 uint32_t encoder_id; /**< Current Encoder */
176 uint32_t connector_id; /**< Id */
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Ddrm_mode.h368 struct drm_mode_get_connector { struct
370 __u64 encoders_ptr;
371 __u64 modes_ptr;
372 __u64 props_ptr;
373 __u64 prop_values_ptr;
375 __u32 count_modes;
376 __u32 count_props;
377 __u32 count_encoders;
379 __u32 encoder_id; /**< Current Encoder */
380 __u32 connector_id; /**< Id */
[all …]