Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/drm2/i915/
Ddvo.h51 struct intel_dvo_dev_ops { struct
56 bool (*init)(struct intel_dvo_device *dvo,
63 void (*create_resources)(struct intel_dvo_device *dvo);
71 void (*dpms)(struct intel_dvo_device *dvo, bool enable);
82 int (*mode_valid)(struct intel_dvo_device *dvo,
92 bool (*mode_fixup)(struct intel_dvo_device *dvo,
99 void (*prepare)(struct intel_dvo_device *dvo);
104 void (*commit)(struct intel_dvo_device *dvo);
113 void (*mode_set)(struct intel_dvo_device *dvo,
120 enum drm_connector_status (*detect)(struct intel_dvo_device *dvo);
[all …]