panfrost: Shrink pan_draw_mode return type
authorAlyssa Rosenzweig <alyssa@collabora.com>
Thu, 20 May 2021 17:11:02 +0000 (13:11 -0400)
committerMarge Bot <eric+marge@anholt.net>
Tue, 1 Jun 2021 19:10:28 +0000 (19:10 +0000)
commit344db85bd538768a0985e9941b2e45f5c202b907
treeaf96f3c86f8b282e90c0dc90b7d8c9151d9928ad
parent3a443daed06a55268e184f4f492e40e24bc85a99
panfrost: Shrink pan_draw_mode return type

Let gcc emit ldrb instead of ldr for the table. Found by perf, but total
waste of time >_>

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11074>
src/gallium/drivers/panfrost/pan_context.c