From 441c47ff74d77f387ff8dc3d676ce7fe6d4837cc Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Sat, 29 Jan 2022 11:08:25 -0500 Subject: [PATCH] pan/va: Fix lane select for [US]_TO_[USF]32 The lane select is in bit 28, this is covered by the "16-bit swizzle" mode. However, the source type isn't inferred from the name in valhall.py, so explicitly annotate the source as 16-bit. Signed-off-by: Alyssa Rosenzweig Part-of: --- src/panfrost/bifrost/valhall/ISA.xml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/panfrost/bifrost/valhall/ISA.xml b/src/panfrost/bifrost/valhall/ISA.xml index 01eab12ffc9..e97482cc14e 100644 --- a/src/panfrost/bifrost/valhall/ISA.xml +++ b/src/panfrost/bifrost/valhall/ISA.xml @@ -1158,14 +1158,10 @@ is specified where it makes sense. - - - - @@ -1174,6 +1170,19 @@ Value to convert + + + Performs the given data conversion. + + + + + + + + Value to convert + + Performs the given data conversion.