Home
last modified time | relevance | path

Searched defs:intel_dvo_dev_ops (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dvo_dev.h48 struct intel_dvo_dev_ops { struct
53 bool (*init)(struct intel_dvo_device *dvo,
60 void (*create_resources)(struct intel_dvo_device *dvo);
68 void (*dpms)(struct intel_dvo_device *dvo, bool enable);
79 enum drm_mode_status (*mode_valid)(struct intel_dvo_device *dvo,
85 void (*prepare)(struct intel_dvo_device *dvo);
90 void (*commit)(struct intel_dvo_device *dvo);
99 void (*mode_set)(struct intel_dvo_device *dvo,
106 enum drm_connector_status (*detect)(struct intel_dvo_device *dvo);
134 extern const struct intel_dvo_dev_ops sil164_ops; argument