drm/i915: Use VMA for wa_ctx tracking
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1471254551-25805-25-git-send-email-chris@chris-wilson.co.uk
This commit is contained in:
@@ -123,12 +123,12 @@ struct drm_i915_reg_table;
|
||||
* an option for future use.
|
||||
* size: size of the batch in DWORDS
|
||||
*/
|
||||
struct i915_ctx_workarounds {
|
||||
struct i915_ctx_workarounds {
|
||||
struct i915_wa_ctx_bb {
|
||||
u32 offset;
|
||||
u32 size;
|
||||
} indirect_ctx, per_ctx;
|
||||
struct drm_i915_gem_object *obj;
|
||||
struct i915_vma *vma;
|
||||
};
|
||||
|
||||
struct drm_i915_gem_request;
|
||||
|
Reference in New Issue
Block a user