mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 03:10:09 +01:00
intel/tools: Also look for 'batch' tag
This changed in the kernel at some point, but I'm not sure when. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18087>
This commit is contained in:
parent
73931afc60
commit
59dca6f6e1
1 changed files with 1 additions and 0 deletions
|
|
@ -395,6 +395,7 @@ main(int argc, char *argv[])
|
|||
enum address_space gtt;
|
||||
} bo_types[] = {
|
||||
{ "gtt_offset", BO_TYPE_BATCH, default_gtt },
|
||||
{ "batch", BO_TYPE_BATCH, default_gtt },
|
||||
{ "user", BO_TYPE_USER, default_gtt },
|
||||
{ "HW context", BO_TYPE_CONTEXT, GGTT },
|
||||
{ "ringbuffer", BO_TYPE_RINGBUFFER, GGTT },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue