intel/batch_decoder: Don't follow predicated MI_BATCH_BUFFER_START
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 24 Feb 2021 06:28:17 +0000 (00:28 -0600)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 8 Mar 2021 16:47:19 +0000 (10:47 -0600)
commitc23f7f1154c9a7417512f84733008fee9842e478
tree1aedd90af3979fa382a9688791a26472f29571ad
parent672192522026433e1de499fdcaa4df27e15dce2f
intel/batch_decoder: Don't follow predicated MI_BATCH_BUFFER_START

The stuff after these may be executed so we want to decode it too.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9445>
src/intel/common/gen_batch_decoder.c