Home
last modified time | relevance | path

Searched defs:drm_lima_gem_wait (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/drm/
Dlima_drm.h134 struct drm_lima_gem_wait { struct
135 __u32 handle; /* in, GEM buffer handle */
136 __u32 op; /* in, CPU want to read/write this buffer */
137 __s64 timeout_ns; /* in, wait timeout in absulute time */
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
Dlima_drm.h100 struct drm_lima_gem_wait { struct
124 …ine DRM_IOCTL_LIMA_GEM_WAIT DRM_IOW(DRM_COMMAND_BASE + DRM_LIMA_GEM_WAIT, struct drm_lima_gem_wait) argument