Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
Di915_gem_execbuffer.c30 struct eb_vma { struct
31 struct i915_vma *vma;
32 unsigned int flags;
35 struct drm_i915_gem_exec_object2 *exec;
36 struct list_head bind_link;
37 struct list_head reloc_link;
39 struct hlist_node node;
40 u32 handle;
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
Di915_gem_execbuffer.c37 struct eb_vma { struct
38 struct i915_vma *vma;
39 unsigned int flags;
42 struct drm_i915_gem_exec_object2 *exec;
43 struct list_head bind_link;
44 struct list_head reloc_link;
46 struct hlist_node node;
47 u32 handle;