Searched refs:drm_mode_get_connector (Results 1 – 4 of 4) sorted by relevance
426 * struct drm_mode_get_connector - Get connector metadata.458 struct drm_mode_get_connector { struct 460 encoders_ptrdrm_mode_get_connector global() argument 462 modes_ptrdrm_mode_get_connector global() argument 464 props_ptrdrm_mode_get_connector global() argument 466 prop_values_ptrdrm_mode_get_connector global() argument 469 count_modesdrm_mode_get_connector global() argument 471 count_propsdrm_mode_get_connector global() argument 473 count_encodersdrm_mode_get_connector global() argument 476 encoder_iddrm_mode_get_connector global() argument 478 connector_iddrm_mode_get_connector global() argument 484 connector_typedrm_mode_get_connector global() argument 495 connector_type_iddrm_mode_get_connector global() argument 502 connectiondrm_mode_get_connector global() argument 504 mm_widthdrm_mode_get_connector global() argument 506 mm_heightdrm_mode_get_connector global() argument 512 subpixeldrm_mode_get_connector global() argument 515 paddrm_mode_get_connector global() argument
1175 #define DRM_IOCTL_MODE_GETCONNECTOR DRM_IOWR(0xA7, struct drm_mode_get_connector)
3313 struct drm_mode_get_connector *out_resp = data; in drm_mode_getconnector()