From 59f8f20306b5890ce2f26b12f22db682cbdbebac Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Tue, 5 May 2020 14:17:58 -0400 Subject: [PATCH] pan/bi: Remove comment about old scheduler design I've realized it really has to be 1-pass to be sane. Signed-off-by: Alyssa Rosenzweig Part-of: --- src/panfrost/bifrost/compiler.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/panfrost/bifrost/compiler.h b/src/panfrost/bifrost/compiler.h index eb0c4d17f0a..ed3c3572f8a 100644 --- a/src/panfrost/bifrost/compiler.h +++ b/src/panfrost/bifrost/compiler.h @@ -301,11 +301,7 @@ typedef struct { }; } bi_instruction; -/* Scheduling takes place in two steps. Step 1 groups instructions within a - * block into distinct clauses (bi_clause). Step 2 schedules instructions - * within a clause into FMA/ADD pairs (bi_bundle). - * - * A bi_bundle contains two paired instruction pointers. If a slot is unfilled, +/* A bi_bundle contains two paired instruction pointers. If a slot is unfilled, * leave it NULL; the emitter will fill in a nop. */ -- 2.30.2