From d769697f35c57bc1afdf00036d7ba0d9578047ca Mon Sep 17 00:00:00 2001 From: Boris Brezillon Date: Sat, 17 Oct 2020 10:55:09 +0200 Subject: [PATCH] panfrost: Add the bifrost tiler internal state field The internal state is updated every time a tiler job is executed, and pandecode complains that unused bits are not zero-ed when that happens. Define the internal state (not meant to be set by the driver) to remove those spurious errors. Signed-off-by: Boris Brezillon Reviewed-by: Alyssa Rosenzweig Part-of: --- src/panfrost/lib/midgard.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/panfrost/lib/midgard.xml b/src/panfrost/lib/midgard.xml index 3b49715..df9c9cc 100644 --- a/src/panfrost/lib/midgard.xml +++ b/src/panfrost/lib/midgard.xml @@ -1250,6 +1250,25 @@ + + + + + + + + + + + + + + + + + + + @@ -1259,6 +1278,7 @@ + -- 2.7.4