Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_drv.h2037 struct drm_i915_gem_object { struct
2040 const struct drm_i915_gem_object_ops *ops; argument
2043 struct list_head vma_list;
2046 struct drm_mm_node *stolen;
2047 struct list_head global_list;
2049 struct list_head ring_list[I915_NUM_RINGS];
2051 struct list_head obj_exec_link;
2053 struct list_head batch_pool_link;
2060 unsigned int active:I915_NUM_RINGS;
2066 unsigned int dirty:1;
[all …]