• Home
  • Raw
  • Download

Lines Matching defs:drm_connector

1230 struct drm_connector {  struct
1244 * &drm_connector_list_iter to walk this list. argument
1246 struct list_head head;
1249 struct drm_mode_object base;
1252 char *name;
1259 struct mutex mutex;
1267 unsigned index;
1273 int connector_type;
1275 int connector_type_id;
1281 bool interlace_allowed;
1309 enum drm_connector_registration_state registration_state; argument
1320 * One of the drm_connector_status enums (connected, not, or unknown). argument
1323 enum drm_connector_status status; argument
1345 const struct drm_connector_funcs *funcs; argument
1359 * upscaling. See drm_connector_attach_content_protection_property(). argument
1367 * calling drm_connector_attach_vrr_capable_property(). argument
1384 * be updated by calling drm_connector_set_path_property(). argument
1386 struct drm_property_blob *path_blob_ptr;
1392 struct drm_property *max_bpc_property;
1423 * &drm_connector_funcs.dpms callback must update this. For atomic argument
1430 const struct drm_connector_helper_funcs *helper_private; argument
1435 enum drm_connector_force force; argument
1444 * and the bits are set with drm_connector_attach_encoder(). argument
1451 * instead look at &drm_connector_state.best_encoder, and in case they argument
1454 struct drm_encoder *encoder;
1479 * The field should be set by calling drm_connector_init_with_ddc(). argument
1481 struct i2c_adapter *ddc;
1487 int null_edid_counter;
1490 unsigned bad_edid_counter;
1497 bool edid_corrupt;
1522 struct drm_connector_state *state; argument
1561 * List used only by &drm_connector_list_iter to be able to clean up a argument
1571 #define obj_to_connector(x) container_of(x, struct drm_connector, base) argument