Searched refs:first_changed_connector (Results 1 – 2 of 2) sorted by relevance
428 struct drm_connector *first_changed_connector = NULL; in i915_hotplug_work_func() local483 if (!first_changed_connector) { in i915_hotplug_work_func()485 first_changed_connector = &connector->base; in i915_hotplug_work_func()498 drm_kms_helper_connector_hotplug_event(first_changed_connector); in i915_hotplug_work_func()502 if (first_changed_connector) in i915_hotplug_work_func()503 drm_connector_put(first_changed_connector); in i915_hotplug_work_func()688 struct intel_connector *first_changed_connector = NULL; in i915_hpd_poll_detect_connectors() local708 first_changed_connector = connector; in i915_hpd_poll_detect_connectors()720 drm_kms_helper_connector_hotplug_event(&first_changed_connector->base); in i915_hpd_poll_detect_connectors()724 drm_connector_put(&first_changed_connector->base); in i915_hpd_poll_detect_connectors()
1084 struct drm_connector *connector, *first_changed_connector = NULL; in drm_helper_hpd_irq_event() local1099 if (!first_changed_connector) { in drm_helper_hpd_irq_event()1101 first_changed_connector = connector; in drm_helper_hpd_irq_event()1111 drm_kms_helper_connector_hotplug_event(first_changed_connector); in drm_helper_hpd_irq_event()1115 if (first_changed_connector) in drm_helper_hpd_irq_event()1116 drm_connector_put(first_changed_connector); in drm_helper_hpd_irq_event()