diff options
-rw-r--r-- | drivers/gpu/drm/i915/display/intel_hotplug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_hotplug.c b/drivers/gpu/drm/i915/display/intel_hotplug.c index dce9cde03d70..6885e5a09079 100644 --- a/drivers/gpu/drm/i915/display/intel_hotplug.c +++ b/drivers/gpu/drm/i915/display/intel_hotplug.c @@ -1075,6 +1075,7 @@ static bool unblock_hpd_pin(struct intel_display *display, enum hpd_pin pin) * Blocks the handling of HPD IRQs on the HPD pin of @encoder. * * On return: + * * - It's guaranteed that the blocked encoders' HPD pulse handler * (via intel_digital_port::hpd_pulse()) is not running. * - The hotplug event handling (via intel_encoder::hotplug()) of an |