Searched defs:drm_lima_gem_wait (Results 1 – 2 of 2) sorted by relevance
134 struct drm_lima_gem_wait { struct135 __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 */
100 struct drm_lima_gem_wait { struct124 …ine DRM_IOCTL_LIMA_GEM_WAIT DRM_IOW(DRM_COMMAND_BASE + DRM_LIMA_GEM_WAIT, struct drm_lima_gem_wait) argument