panfrost: Fix pan_blitter_emit_bifrost_blend()
authorBoris Brezillon <boris.brezillon@collabora.com>
Fri, 6 Aug 2021 12:53:33 +0000 (14:53 +0200)
committerMarge Bot <eric+marge@anholt.net>
Mon, 9 Aug 2021 13:47:02 +0000 (13:47 +0000)
commit06fc6e46f039712aa03e1b0c6d14a5159b9c50b0
treecefcc37223c4dceb5133aadba132de9ba4fe2560
parent91a5afcd5f03efbbea5f84e6f890677f5aab6ff1
panfrost: Fix pan_blitter_emit_bifrost_blend()

If we return inside a pan_pack() the descriptor packing doesn't happen.

Cc: mesa-stable
Fixes: 8ba2f9f69858 ("panfrost: Create a blitter library to replace the existing preload helpers")
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12239>
src/panfrost/lib/pan_blitter.c