drm/i915: add per-output hotplug callback for KMS
This allows each output to deal with plug/unplug events as needed. Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
@@ -83,6 +83,7 @@ struct intel_output {
|
||||
bool load_detect_temp;
|
||||
bool needs_tv_clock;
|
||||
void *dev_priv;
|
||||
void (*hot_plug)(struct intel_output *);
|
||||
};
|
||||
|
||||
struct intel_crtc {
|
||||
|
Reference in New Issue
Block a user