Home
last modified time | relevance | path

Searched refs:drm_helper_hpd_irq_event (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_probe_helper.h22 bool drm_helper_hpd_irq_event(struct drm_device *dev);
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_probe_helper.c783 bool drm_helper_hpd_irq_event(struct drm_device *dev) in drm_helper_hpd_irq_event() function
819 EXPORT_SYMBOL(drm_helper_hpd_irq_event);
/netbsd-src/sys/external/bsd/drm2/dist/drm/virtio/
H A Dvirtgpu_kms.c52 drm_helper_hpd_irq_event(vgdev->ddev); in virtio_gpu_config_changed_work_func()
H A Dvirtgpu_vq.c665 if (!drm_helper_hpd_irq_event(vgdev->ddev)) in virtio_gpu_cmd_get_display_info_cb()
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_irq_kms.c104 drm_helper_hpd_irq_event(dev); in radeon_hotplug_work_func()
H A Dradeon_acpi.c430 drm_helper_hpd_irq_event(rdev->ddev); in radeon_atif_handler()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_irq.c105 drm_helper_hpd_irq_event(dev); in amdgpu_hotplug_work_func()
H A Damdgpu_acpi.c485 drm_helper_hpd_irq_event(adev->ddev); in amdgpu_atif_handler()
H A Damdgpu_device.c3663 drm_helper_hpd_irq_event(dev); in amdgpu_device_resume()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_hotplug.c648 drm_helper_hpd_irq_event(dev); in i915_hpd_poll_init_work()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_display.c365 drm_helper_hpd_irq_event(drm->dev); in nouveau_display_hpd_work()
H A Dnouveau_connector.c1201 drm_helper_hpd_irq_event(connector->dev); in nouveau_connector_hotplug()
/netbsd-src/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_display.c194 if (!drm_helper_hpd_irq_event(dev)) { in qxl_display_read_client_monitors_config()