Skip to content
Snippets Groups Projects
Commit d8a30000 authored by Karolina Stolarek's avatar Karolina Stolarek
Browse files

lib/intel_batchbuffer: Extend __intel_bb_create to handle context config


Currently, intel_bb stores context id with no information about the context
itself. This means that intel batchbuffer can only execute on a fixed set
of engines with pre-defined indices (so called legacy mode). To accommodate
contexts with custom engine layouts, save the context configuration in
intel_bb struct.

Update function calls to reflect that change.

Signed-off-by: default avatarKarolina Drobnik <karolina.drobnik@intel.com>
Reviewed-by: default avatarZbigniew Kempczynski <zbigniew.kempczynski@intel.com>
parent 5389b3f3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment