Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_display_types.h1192 struct notifier_block edp_notifier; member
Dintel_dp.c1072 edp_notifier); in edp_notify_handler()
5556 if (intel_dp->edp_notifier.notifier_call) { in intel_dp_encoder_flush_work()
5557 unregister_reboot_notifier(&intel_dp->edp_notifier); in intel_dp_encoder_flush_work()
5558 intel_dp->edp_notifier.notifier_call = NULL; in intel_dp_encoder_flush_work()
7070 intel_dp->edp_notifier.notifier_call = edp_notify_handler; in intel_edp_init_connector()
7071 register_reboot_notifier(&intel_dp->edp_notifier); in intel_edp_init_connector()