Home
last modified time | relevance | path

Searched refs:lima_gem_get_info (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/lima/
H A Dlima_gem.h41 int lima_gem_get_info(struct drm_file *file, u32 handle, u32 *va, u64 *offset);
H A Dlima_gem.c241 int lima_gem_get_info(struct drm_file *file, u32 handle, u32 *va, u64 *offset) in lima_gem_get_info() function
H A Dlima_drv.c99 return lima_gem_get_info(file, args->handle, &args->va, &args->offset); in lima_ioctl_gem_info()