Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_display_types.h1315 struct notifier_block edp_notifier; member
Dintel_dp.c1152 edp_notifier); in edp_notify_handler()
6527 if (intel_dp->edp_notifier.notifier_call) { in intel_dp_encoder_flush_work()
6528 unregister_reboot_notifier(&intel_dp->edp_notifier); in intel_dp_encoder_flush_work()
6529 intel_dp->edp_notifier.notifier_call = NULL; in intel_dp_encoder_flush_work()
7674 intel_dp->edp_notifier.notifier_call = edp_notify_handler; in intel_edp_init_connector()
7675 register_reboot_notifier(&intel_dp->edp_notifier); in intel_edp_init_connector()