Searched refs:first_changed_connector (Results 1 – 3 of 3) sorted by relevance
431 struct drm_connector *first_changed_connector = NULL; in i915_hotplug_work_func() local486 if (!first_changed_connector) { in i915_hotplug_work_func()488 first_changed_connector = &connector->base; in i915_hotplug_work_func()501 drm_kms_helper_connector_hotplug_event(first_changed_connector); in i915_hotplug_work_func()505 if (first_changed_connector) in i915_hotplug_work_func()506 drm_connector_put(first_changed_connector); in i915_hotplug_work_func()691 struct intel_connector *first_changed_connector = NULL; in i915_hpd_poll_detect_connectors() local711 first_changed_connector = connector; in i915_hpd_poll_detect_connectors()723 drm_kms_helper_connector_hotplug_event(&first_changed_connector->base); in i915_hpd_poll_detect_connectors()727 drm_connector_put(&first_changed_connector->base); in i915_hpd_poll_detect_connectors()
430 struct drm_connector *first_changed_connector = NULL; in nouveau_display_hpd_work() local475 if (!first_changed_connector) { in nouveau_display_hpd_work()477 first_changed_connector = connector; in nouveau_display_hpd_work()491 drm_kms_helper_connector_hotplug_event(first_changed_connector); in nouveau_display_hpd_work()495 if (first_changed_connector) in nouveau_display_hpd_work()496 drm_connector_put(first_changed_connector); in nouveau_display_hpd_work()
1081 struct drm_connector *connector, *first_changed_connector = NULL; in drm_helper_hpd_irq_event() local1096 if (!first_changed_connector) { in drm_helper_hpd_irq_event()1098 first_changed_connector = connector; in drm_helper_hpd_irq_event()1108 drm_kms_helper_connector_hotplug_event(first_changed_connector); in drm_helper_hpd_irq_event()1112 if (first_changed_connector) in drm_helper_hpd_irq_event()1113 drm_connector_put(first_changed_connector); in drm_helper_hpd_irq_event()