Mesa (main): panfrost: Fill tiler job padding again

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Aug 16 14:52:07 UTC 2021


Module: Mesa
Branch: main
Commit: e8b97dcdb24a8b5f8fa961d4be71235526321a98
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e8b97dcdb24a8b5f8fa961d4be71235526321a98

Author: Icecream95 <ixn at disroot.org>
Date:   Sun Aug 15 16:26:25 2021 +1200

panfrost: Fill tiler job padding again

Fixes: 3d0f6592b2a ("panfrost: Use PAN_ARCH for the rest of pan_cmdstream")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12377>

---

 src/gallium/drivers/panfrost/pan_cmdstream.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/drivers/panfrost/pan_cmdstream.c b/src/gallium/drivers/panfrost/pan_cmdstream.c
index 309a1dd21e4..5857556775e 100644
--- a/src/gallium/drivers/panfrost/pan_cmdstream.c
+++ b/src/gallium/drivers/panfrost/pan_cmdstream.c
@@ -2691,6 +2691,7 @@ panfrost_draw_emit_tiler(struct panfrost_batch *batch,
                 cfg.address = panfrost_batch_get_bifrost_tiler(batch, ~0);
         }
 
+        pan_section_pack(job, TILER_JOB, PADDING, cfg);
         pan_section_pack(job, TILER_JOB, DRAW_PADDING, cfg);
 #endif
 



More information about the mesa-commit mailing list