Lines Matching defs:drm_connector

1504 struct drm_connector {  struct
1516 * drm_connector_cleanup() will call fwnode_handle_put() on this. argument
1526 * &drm_connector_list_iter to walk this list. argument
1534 * drm_connector_find_by_fwnode(). argument
1536 struct list_head global_connector_list_entry;
1539 struct drm_mode_object base;
1542 char *name;
1549 struct mutex mutex;
1557 unsigned index;
1563 int connector_type;
1565 int connector_type_id;
1571 bool interlace_allowed;
1599 enum drm_connector_registration_state registration_state; argument
1610 * One of the drm_connector_status enums (connected, not, or unknown). argument
1613 enum drm_connector_status status; argument
1635 const struct drm_connector_funcs *funcs; argument
1649 * upscaling. See drm_connector_attach_content_protection_property(). argument
1657 * calling drm_connector_attach_vrr_capable_property(). argument
1674 * be updated by calling drm_connector_set_path_property(). argument
1676 struct drm_property_blob *path_blob_ptr;
1682 struct drm_property *max_bpc_property;
1685 struct drm_privacy_screen *privacy_screen;
1688 struct notifier_block privacy_screen_notifier;
1694 struct drm_property *privacy_screen_sw_state_property;
1700 struct drm_property *privacy_screen_hw_state_property;
1731 * &drm_connector_funcs.dpms callback must update this. For atomic argument
1738 const struct drm_connector_helper_funcs *helper_private; argument
1743 enum drm_connector_force force; argument
1764 * and the bits are set with drm_connector_attach_encoder(). argument
1771 * instead look at &drm_connector_state.best_encoder, and in case they argument
1774 struct drm_encoder *encoder;
1799 * The field should be set by calling drm_connector_init_with_ddc(). argument
1801 struct i2c_adapter *ddc;
1807 int null_edid_counter;
1810 unsigned bad_edid_counter;
1817 bool edid_corrupt;
1842 struct drm_connector_state *state; argument
1881 * List used only by &drm_connector_list_iter to be able to clean up a argument
1891 #define obj_to_connector(x) container_of(x, struct drm_connector, base) argument