Home
last modified time | relevance | path

Searched refs:first_changed_connector (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_hotplug.c431 struct drm_connector *first_changed_connector = NULL; in i915_hotplug_work_func() local
486 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() local
711 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()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c430 struct drm_connector *first_changed_connector = NULL; in nouveau_display_hpd_work() local
475 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()
/linux/drivers/gpu/drm/
H A Ddrm_probe_helper.c1081 struct drm_connector *connector, *first_changed_connector = NULL; in drm_helper_hpd_irq_event() local
1096 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()