Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_dvo_dev.h49 struct intel_dvo_dev_ops { struct
54 bool (*init)(struct intel_dvo_device *dvo,
61 void (*create_resources)(struct intel_dvo_device *dvo);
69 void (*dpms)(struct intel_dvo_device *dvo, bool enable);
80 int (*mode_valid)(struct intel_dvo_device *dvo,
86 void (*prepare)(struct intel_dvo_device *dvo);
91 void (*commit)(struct intel_dvo_device *dvo);
100 void (*mode_set)(struct intel_dvo_device *dvo,
107 enum drm_connector_status (*detect)(struct intel_dvo_device *dvo);
135 extern const struct intel_dvo_dev_ops sil164_ops; argument