ac/gpu_info: don't align IBs to the GL2 cache line size
authorMarek Olšák <marek.olsak@amd.com>
Mon, 7 Aug 2023 05:04:04 +0000 (01:04 -0400)
committerMarge Bot <emma+marge@anholt.net>
Sat, 30 Sep 2023 23:08:46 +0000 (23:08 +0000)
commitd50cc2e0cf6d74bf76053c83f499ae10034f4a92
tree13338d1c2b2fe9e00f3ebca5453ade77c6be2810
parent2d928c7fee5f6c797c2cde6a9605305b31bfb1ce
ac/gpu_info: don't align IBs to the GL2 cache line size

PAL doesn't do it. If drivers want IBs not to share cache lines with other buffers,
they should align the size manually.

Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25492>
src/amd/common/ac_gpu_info.c