agx: fix bfeil timing

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31964>
This commit is contained in:
Alyssa Rosenzweig
2024-11-05 17:43:16 -04:00
parent db8d467ec6
commit 01d2aa1d53

View File

@@ -85,6 +85,7 @@ struct alu_timing op_timings[] = {
[AGX_OPCODE_IMAD] = { IC, 3, 2 },
[AGX_OPCODE_BFI] = { IC, 3, 2 },
[AGX_OPCODE_BFEIL] = { IC, 3, 2 },
[AGX_OPCODE_EXTR] = { IC, 3, 2 },
[AGX_OPCODE_ASR] = { IC, 3, 2 },
[AGX_OPCODE_FLOOR] = { IC, 3, 2 },