Lines Matching defs:drm_connector
1244 struct drm_connector { struct
1256 * drm_connector_cleanup() will call fwnode_handle_put() on this. argument
1266 * &drm_connector_list_iter to walk this list. argument
1274 * drm_connector_find_by_fwnode(). argument
1276 struct list_head global_connector_list_entry;
1279 struct drm_mode_object base;
1282 char *name;
1289 struct mutex mutex;
1297 unsigned index;
1303 int connector_type;
1305 int connector_type_id;
1311 bool interlace_allowed;
1339 enum drm_connector_registration_state registration_state; argument
1350 * One of the drm_connector_status enums (connected, not, or unknown). argument
1353 enum drm_connector_status status; argument
1375 const struct drm_connector_funcs *funcs; argument
1389 * upscaling. See drm_connector_attach_content_protection_property(). argument
1397 * calling drm_connector_attach_vrr_capable_property(). argument
1414 * be updated by calling drm_connector_set_path_property(). argument
1416 struct drm_property_blob *path_blob_ptr;
1422 struct drm_property *max_bpc_property;
1453 * &drm_connector_funcs.dpms callback must update this. For atomic argument
1460 const struct drm_connector_helper_funcs *helper_private; argument
1465 enum drm_connector_force force; argument
1474 * and the bits are set with drm_connector_attach_encoder(). argument
1481 * instead look at &drm_connector_state.best_encoder, and in case they argument
1484 struct drm_encoder *encoder;
1509 * The field should be set by calling drm_connector_init_with_ddc(). argument
1511 struct i2c_adapter *ddc;
1517 int null_edid_counter;
1520 unsigned bad_edid_counter;
1527 bool edid_corrupt;
1552 struct drm_connector_state *state; argument
1591 * List used only by &drm_connector_list_iter to be able to clean up a argument
1601 #define obj_to_connector(x) container_of(x, struct drm_connector, base) argument