diff options
Diffstat (limited to 'src/intel/common/gen_decoder.h')
-rw-r--r-- | src/intel/common/gen_decoder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intel/common/gen_decoder.h b/src/intel/common/gen_decoder.h index f5f38078442..b4c85ab0c1d 100644 --- a/src/intel/common/gen_decoder.h +++ b/src/intel/common/gen_decoder.h @@ -237,6 +237,8 @@ struct gen_batch_decode_ctx { int max_vbo_decoded_lines; enum drm_i915_gem_engine_class engine; + + int n_batch_buffer_start; }; void gen_batch_decode_ctx_init(struct gen_batch_decode_ctx *ctx, |