Searched refs:drm_poll (Results 1 - 25 of 40) sorted by relevance
12
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_accel.h | 28 .poll = drm_poll,\
|
H A D | drm_gem_dma_helper.h | 266 .poll = drm_poll,\
|
H A D | drm_file.h | 450 __poll_t drm_poll(struct file *filp, struct poll_table_struct *wait);
|
H A D | drm_gem.h | 438 .poll = drm_poll,\
|
/kernel/linux/linux-5.10/drivers/gpu/drm/mga/ |
H A D | mga_drv.c | 49 .poll = drm_poll,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i810/ |
H A D | i810_drv.c | 54 .poll = drm_poll,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tdfx/ |
H A D | tdfx_drv.c | 54 .poll = drm_poll,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/savage/ |
H A D | savage_drv.c | 45 .poll = drm_poll,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/r128/ |
H A D | r128_drv.c | 53 .poll = drm_poll,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/via/ |
H A D | via_drv.c | 69 .poll = drm_poll,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/sis/ |
H A D | sis_drv.c | 74 .poll = drm_poll,
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_file.h | 401 __poll_t drm_poll(struct file *filp, struct poll_table_struct *wait);
|
H A D | drm_gem_cma_helper.h | 59 .poll = drm_poll,\
|
H A D | drm_gem.h | 336 .poll = drm_poll,\
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vkms/ |
H A D | vkms_drv.c | 48 .poll = drm_poll,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_file.c | 104 * In addition drm_read() and drm_poll() provide support for DRM events. DRM 128 * .poll = drm_poll, 557 * provided by drm_poll(). 639 * drm_poll - poll method for DRM file 654 __poll_t drm_poll(struct file *filp, struct poll_table_struct *wait) in drm_poll() function 666 EXPORT_SYMBOL(drm_poll); variable
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_file.c | 100 * In addition drm_read() and drm_poll() provide support for DRM events. DRM 123 * .poll = drm_poll, 589 * provided by drm_poll(). 671 * drm_poll - poll method for DRM file 686 __poll_t drm_poll(struct file *filp, struct poll_table_struct *wait) in drm_poll() function 698 EXPORT_SYMBOL(drm_poll); variable
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/ |
H A D | vc4_drv.c | 155 .poll = drm_poll,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/ |
H A D | mtk_drm_drv.c | 307 .poll = drm_poll,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_drv.c | 114 .poll = drm_poll,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | psb_drv.c | 498 .poll = drm_poll,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_ioctl.c | 416 * vmw_fops_poll - wrapper around the drm_poll function 421 * Wrapper around the drm_poll function that makes sure the device is 422 * processing the fifo if drm_poll decides to wait. 431 return drm_poll(filp, wait); in vmw_fops_poll()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vgem/ |
H A D | vgem_drv.c | 258 .poll = drm_poll,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_drv.c | 592 .poll = drm_poll,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_drv.c | 205 .poll = drm_poll,
|
Completed in 15 milliseconds
12