Home
last modified time | relevance | path

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

/linux/drivers/accel/amdxdna/
H A Damdxdna_gem.h38 struct amdxdna_gem_obj { struct
39 struct drm_gem_shmem_object base;
40 struct amdxdna_client *client;
41 u8 type;
65 static inline struct amdxdna_gem_obj *to_xdna_obj(struct drm_gem_object *gobj) in to_xdna_obj() argument