Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/i915/
H A Ddvo.h46 struct intel_dvo_dev_ops { struct
51 bool (*init)(struct intel_dvo_device *dvo,
58 void (*create_resources)(struct intel_dvo_device *dvo);
66 void (*dpms)(struct intel_dvo_device *dvo, bool enable);
77 int (*mode_valid)(struct intel_dvo_device *dvo,
83 void (*prepare)(struct intel_dvo_device *dvo);
88 void (*commit)(struct intel_dvo_device *dvo);
97 void (*mode_set)(struct intel_dvo_device *dvo,
104 enum drm_connector_status (*detect)(struct intel_dvo_device *dvo);
132 extern const struct intel_dvo_dev_ops sil164_ops; argument