Searched refs:drm_poll (Results 1 – 11 of 11) sorted by relevance
| /linux/include/drm/ |
| H A D | drm_gem_dma_helper.h | 266 .poll = drm_poll,\
|
| H A D | drm_gem.h | 469 .poll = drm_poll,\
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_file.c | 624 __poll_t drm_poll(struct file *filp, struct poll_table_struct *wait) in drm_poll() function 636 EXPORT_SYMBOL(drm_poll);
|
| /linux/rust/kernel/drm/gem/ |
| H A D | mod.rs | 401 fops.poll = Some(bindings::drm_poll);
|
| /linux/drivers/accel/amdxdna/ |
| H A D | amdxdna_pci_drv.c | 313 .poll = drm_poll, in amdxdna_probe()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_device.c | 370 .poll = drm_poll,
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | drm.c | 801 .poll = drm_poll,
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_driver.c | 1778 .poll = drm_poll,
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_drm.c | 1354 .poll = drm_poll,
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_drv.c | 1574 .poll = drm_poll,
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_drv.c | 3031 .poll = drm_poll, in amdgpu_file_to_fpriv()
|