Home
last modified time | relevance | path

Searched refs:event_wait (Results 1 - 9 of 9) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_file.c181 init_waitqueue_head(&file->event_wait); in drm_file_alloc()
629 ret = wait_event_interruptible(file_priv->event_wait, !list_empty(&file_priv->event_list)); in drm_read()
645 wake_up_interruptible_poll(&file_priv->event_wait, EPOLLIN | EPOLLRDNORM); in drm_read()
657 wake_up_interruptible_poll(&file_priv->event_wait, EPOLLIN | EPOLLRDNORM); in drm_read()
692 poll_wait(filp, &file_priv->event_wait, wait); in drm_poll()
847 wake_up_interruptible_poll(&e->file_priv->event_wait, EPOLLIN | EPOLLRDNORM); in drm_send_event_helper()
/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_file.h306 /** @event_wait: Waitqueue for new events added to @event_list. */
307 wait_queue_head_t event_wait; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_scheduler.c148 kbdev->csf.event_wait, in wait_for_scheduler_to_exit_sleep()
508 remaining = wait_event_timeout(kbdev->csf.event_wait, in scheduler_wait_protm_quit()
974 remaining = wait_event_timeout(kbdev->csf.event_wait, in halt_stream_sync()
1001 remaining = wait_event_timeout(kbdev->csf.event_wait, in halt_stream_sync()
1114 kbdev->csf.event_wait, can_halt_stream(kbdev, group), in sched_halt_stream()
1172 kbdev->csf.event_wait, in sched_halt_stream()
1600 remaining = wait_event_timeout(kbdev->csf.event_wait, in halt_csg_slot()
2540 wake_up_all(&kbdev->csf.event_wait); in sched_evict_group()
2552 remaining = wait_event_timeout(kbdev->csf.event_wait, in term_group_sync()
3024 remaining = wait_event_timeout(kbdev->csf.event_wait, in program_suspending_csg_slots()
[all...]
H A Dmali_kbase_csf_defs.h1182 * @event_wait: Wait queue to wait for receiving csf events, i.e.
1252 wait_queue_head_t event_wait; member
H A Dmali_kbase_csf_firmware.c259 remaining = wait_event_timeout(kbdev->csf.event_wait, in wait_for_firmware_boot()
1307 remaining = wait_event_timeout(kbdev->csf.event_wait, in wait_for_global_request()
1726 kbdev->csf.event_wait, in kbase_device_csf_iterator_trace_init()
1745 init_waitqueue_head(&kbdev->csf.event_wait); in kbase_csf_firmware_early_init()
H A Dmali_kbase_csf_csg_debugfs.c307 remaining = wait_event_timeout(kbdev->csf.event_wait, in update_active_group_status()
H A Dmali_kbase_csf_firmware_no_mali.c551 remaining = wait_event_timeout(kbdev->csf.event_wait, in wait_for_global_request()
894 init_waitqueue_head(&kbdev->csf.event_wait); in kbase_csf_firmware_early_init()
H A Dmali_kbase_csf.c2878 wake_up_all(&kbdev->csf.event_wait); in kbase_csf_interrupt()
2893 wake_up_all(&kbdev->csf.event_wait); in kbase_csf_interrupt()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_defs.h799 * @event_wait: Wait queue to wait for receiving csf events, i.e.
839 wait_queue_head_t event_wait; member

Completed in 21 milliseconds