panfrost: Elucidate texture op scheduling comment

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
This commit is contained in:
Alyssa Rosenzweig
2019-02-09 01:14:34 +00:00
parent 658961aec3
commit 2458797256
@@ -2335,15 +2335,8 @@ schedule_bundle(compiler_context *ctx, midgard_block *block, midgard_instruction
break;
}
#if 0
case TAG_TEXTURE_4:
/* TODO: Schedule texture ops */
break;
#endif
default:
/* XXX: What happens with textures? */
/* Texture ops default to single-op-per-bundle scheduling */
break;
}