Searched refs:drm_poll (Results 1 - 14 of 14) sorted by relevance

/linux-master/include/drm/
H A Ddrm_accel.h28 .poll = drm_poll,\
H A Ddrm_gem_dma_helper.h266 .poll = drm_poll,\
H A Ddrm_file.h443 __poll_t drm_poll(struct file *filp, struct poll_table_struct *wait);
H A Ddrm_gem.h447 .poll = drm_poll,\
/linux-master/drivers/gpu/drm/
H A Ddrm_file.c91 * In addition drm_read() and drm_poll() provide support for DRM events. DRM
112 * .poll = drm_poll,
529 * provided by drm_poll().
611 * drm_poll - poll method for DRM file
626 __poll_t drm_poll(struct file *filp, struct poll_table_struct *wait) function
638 EXPORT_SYMBOL(drm_poll); variable
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_drv.c499 .poll = drm_poll,
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_drv.c518 .poll = drm_poll,
/linux-master/drivers/gpu/drm/xe/
H A Dxe_device.c174 .poll = drm_poll,
/linux-master/drivers/gpu/drm/panthor/
H A Dpanthor_drv.c1359 .poll = drm_poll,
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c1271 .poll = drm_poll,
/linux-master/drivers/gpu/drm/tegra/
H A Ddrm.c800 .poll = drm_poll,
/linux-master/drivers/gpu/drm/i915/
H A Di915_driver.c1710 .poll = drm_poll,
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c1613 .poll = drm_poll,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_drv.c2878 .poll = drm_poll,

Completed in 411 milliseconds