Home
last modified time | relevance | path

Searched refs:edp_notifier (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Dintel_dp.c835 edp_notifier); in edp_notify_handler()
4954 if (intel_dp->edp_notifier.notifier_call) { in intel_dp_encoder_destroy()
4955 unregister_reboot_notifier(&intel_dp->edp_notifier); in intel_dp_encoder_destroy()
4956 intel_dp->edp_notifier.notifier_call = NULL; in intel_dp_encoder_destroy()
5907 intel_dp->edp_notifier.notifier_call = edp_notify_handler; in intel_edp_init_connector()
5908 register_reboot_notifier(&intel_dp->edp_notifier); in intel_edp_init_connector()
H A Dintel_drv.h998 struct notifier_block edp_notifier; member