• Home
  • Raw
  • Download

Lines Matching defs:drm_connector

1716 struct drm_connector {  struct
1728 * drm_connector_cleanup() will call fwnode_handle_put() on this. argument
1738 * &drm_connector_list_iter to walk this list. argument
1746 * drm_connector_find_by_fwnode(). argument
1748 struct list_head global_connector_list_entry;
1751 struct drm_mode_object base;
1754 char *name;
1761 struct mutex mutex;
1769 unsigned index;
1775 int connector_type;
1777 int connector_type_id;
1783 bool interlace_allowed;
1811 enum drm_connector_registration_state registration_state; argument
1822 * One of the drm_connector_status enums (connected, not, or unknown). argument
1825 enum drm_connector_status status; argument
1847 const struct drm_connector_funcs *funcs; argument
1865 * upscaling. See drm_connector_attach_content_protection_property(). argument
1873 * calling drm_connector_attach_vrr_capable_property(). argument
1890 * be updated by calling drm_connector_set_path_property(). argument
1892 struct drm_property_blob *path_blob_ptr;
1897 unsigned int max_bpc;
1903 struct drm_property *max_bpc_property;
1906 struct drm_privacy_screen *privacy_screen;
1909 struct notifier_block privacy_screen_notifier;
1915 struct drm_property *privacy_screen_sw_state_property;
1921 struct drm_property *privacy_screen_hw_state_property;
1927 struct drm_property *broadcast_rgb_property;
1958 * &drm_connector_funcs.dpms callback must update this. For atomic argument
1965 const struct drm_connector_helper_funcs *helper_private; argument
1970 enum drm_connector_force force; argument
1991 * and the bits are set with drm_connector_attach_encoder(). argument
1998 * instead look at &drm_connector_state.best_encoder, and in case they argument
2001 struct drm_encoder *encoder;
2005 uint8_t eld[MAX_ELD_BYTES];
2029 * The field should be set by calling drm_connector_init_with_ddc(). argument
2031 struct i2c_adapter *ddc;
2037 int null_edid_counter;
2040 unsigned bad_edid_counter;
2047 bool edid_corrupt;
2072 struct drm_connector_state *state; argument
2111 * List used only by &drm_connector_list_iter to be able to clean up a argument
2123 struct drm_connector_hdmi hdmi; argument
2126 #define obj_to_connector(x) container_of(x, struct drm_connector, base) argument