From 3b129dd335ce6a60390799814d4517b32767b008 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Fri, 14 Aug 2020 18:33:11 -0400 Subject: [PATCH] panfrost: Remove useless comment Less than useless, actually - it's not even factually correct. Signed-off-by: Alyssa Rosenzweig Reviewed-by: Tomeu Vizoso Part-of: --- src/gallium/drivers/panfrost/pan_context.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gallium/drivers/panfrost/pan_context.c b/src/gallium/drivers/panfrost/pan_context.c index f3f1aa55362..1700070f0d5 100644 --- a/src/gallium/drivers/panfrost/pan_context.c +++ b/src/gallium/drivers/panfrost/pan_context.c @@ -332,9 +332,6 @@ panfrost_draw_vbo( panfrost_statistics_record(ctx, info); - /* Dispatch "compute jobs" for the vertex/tiler pair as (1, - * vertex_count, 1) */ - panfrost_pack_work_groups_fused(&vertex_prefix, &tiler_prefix, 1, vertex_count, info->instance_count, 1, 1, 1); -- 2.30.2