Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/include/drm/
Ddrm_file.h459 __poll_t drm_poll(struct file *filp, struct poll_table_struct *wait);
Ddrm_gem.h466 .poll = drm_poll,\
/openbsd/src/sys/dev/pci/drm/
Ddrm_file.c639 __poll_t drm_poll(struct file *filp, struct poll_table_struct *wait) in drm_poll() function
651 EXPORT_SYMBOL(drm_poll);
/openbsd/src/sys/dev/pci/drm/radeon/
Dradeon_drv.c529 .poll = drm_poll,
/openbsd/src/sys/dev/pci/drm/i915/
Di915_driver.c1696 .poll = drm_poll,
/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Damdgpu_drv.c2940 .poll = drm_poll,