anv: update batch chaining to Gfx9 commands
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Fri, 13 Oct 2023 08:57:11 +0000 (11:57 +0300)
committerMarge Bot <emma+marge@anholt.net>
Sat, 14 Oct 2023 01:47:42 +0000 (01:47 +0000)
commitcfdc57d120f82104415b68f367653b42744f24d6
tree818f9d73c16da4b48c9ea5e93c8ec0c3f7763f08
parent6c268cdf051ecbcf7fa10c17508b50d566ae0c40
anv: update batch chaining to Gfx9 commands

I don't know this fixes anything but I noticed the generated draws
jump into addresses slightly different from CPU generated jumps.

After checking the genxml, I noticed MI_BATCH_BUFFER_START "Batch
Buffer Start Address" fields have different sizes in Gfx8 & Gfx9+.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Ivan Briano <ivan.briano@intel.com>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25705>
src/intel/vulkan/anv_batch_chain.c