Home
last modified time | relevance | path

Searched refs:drm_poll (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_file.h459 __poll_t drm_poll(struct file *filp, struct poll_table_struct *wait);
H A Ddrm_gem.h457 .poll = drm_poll,\
/openbsd/sys/dev/pci/drm/
H A Ddrm_file.c718 __poll_t drm_poll(struct file *filp, struct poll_table_struct *wait) in drm_poll() function
730 EXPORT_SYMBOL(drm_poll);
/openbsd/sys/dev/pci/drm/radeon/
H A Dradeon_drv.c519 .poll = drm_poll,
/openbsd/sys/dev/pci/drm/i915/
H A Di915_driver.c1742 .poll = drm_poll,
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_drv.c2765 .poll = drm_poll,