From f34815c6bef5538de6a52c3c1f09b77130880b47 Mon Sep 17 00:00:00 2001 From: Italo Nicola Date: Wed, 15 Jul 2020 09:23:18 +0000 Subject: [PATCH] pan/mdg: fix comment Signed-off-by: Italo Nicola Reviewed-by: Alyssa Rosenzweig Part-of: --- src/panfrost/midgard/midgard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panfrost/midgard/midgard.h b/src/panfrost/midgard/midgard.h index 04a7555150f..d93b845098b 100644 --- a/src/panfrost/midgard/midgard.h +++ b/src/panfrost/midgard/midgard.h @@ -716,7 +716,7 @@ __attribute__((__packed__)) unsigned mask : 4; - /* Intriguingly, textures can take an outmod just like textures. Int + /* Intriguingly, textures can take an outmod just like alu ops. Int * outmods are not supported as far as I can tell, so this is only * meaningful for float samplers */ midgard_outmod_float outmod : 2; -- 2.30.2