From 1baddfcff6f3c85366ed6ed25ed10de56e9a00cc Mon Sep 17 00:00:00 2001 From: Icecream95 Date: Wed, 16 Dec 2020 23:14:19 +1300 Subject: [PATCH] panfrost: Fix negative LOD bias support on Bifrost The LOD bias can be negative, so mark it as signed in the XML. The code in pan_cmdstream.c already calls FIXED_16 with 'allow_negative' set to true, so doesn't need to be adjusted. Reviewed-by: Alyssa Rosenzweig Part-of: --- src/panfrost/lib/midgard.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panfrost/lib/midgard.xml b/src/panfrost/lib/midgard.xml index 363b6072e7a..6bd19af1141 100644 --- a/src/panfrost/lib/midgard.xml +++ b/src/panfrost/lib/midgard.xml @@ -707,7 +707,7 @@ - +