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:
Matt Turner 2022-08-16 11:20:21 -04:00 committed by Marge Bot
parent 73931afc60
commit 59dca6f6e1

View file

@ -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 },