diff --git a/src/gallium/drivers/panfrost/pan_cmdstream.c b/src/gallium/drivers/panfrost/pan_cmdstream.c
index 40d1bc45392..fcf39aa6b9b 100644
--- a/src/gallium/drivers/panfrost/pan_cmdstream.c
+++ b/src/gallium/drivers/panfrost/pan_cmdstream.c
@@ -1476,7 +1476,7 @@ static void
pan_emit_vary_only(struct mali_attribute_packed *out,
unsigned present, unsigned quirks)
{
- pan_emit_vary(out, present, 0, quirks, MALI_VARYING_DISCARD, 0);
+ pan_emit_vary(out, present, 0, quirks, MALI_CONSTANT, 0);
}
/* Special records */
diff --git a/src/panfrost/lib/midgard.xml b/src/panfrost/lib/midgard.xml
index d0fb6f9463d..763d363ebd3 100644
--- a/src/panfrost/lib/midgard.xml
+++ b/src/panfrost/lib/midgard.xml
@@ -138,7 +138,7 @@
-
+