From: Alyssa Rosenzweig Date: Fri, 25 Feb 2022 16:52:41 +0000 (-0500) Subject: pan/va: Permit encoding more flags X-Git-Tag: upstream/22.3.5~11210 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=40ed485e32e1d51eec2b8ee790b95f031d1fee84;p=platform%2Fupstream%2Fmesa.git pan/va: Permit encoding more flags Missed the first time around. Signed-off-by: Alyssa Rosenzweig Part-of: --- diff --git a/src/panfrost/bifrost/valhall/valhall.py b/src/panfrost/bifrost/valhall/valhall.py index 6fd89cd..9ae7000 100644 --- a/src/panfrost/bifrost/valhall/valhall.py +++ b/src/panfrost/bifrost/valhall/valhall.py @@ -161,6 +161,8 @@ class Staging: self.widen = False self.lanes = False self.lane = False + self.halfswizzle = False + self.combine = False self.size = 32 if not self.flags: