radeonsi: fix incorrect comments about VGT_SHADER_STAGES_EN

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12343>
This commit is contained in:
Marek Olšák 2021-08-30 02:21:19 -04:00 committed by Marge Bot
parent 0b5c1537aa
commit 70c975fd13
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ static bool si_update_shaders(struct si_context *sctx)
union si_vgt_stages_key key;
key.index = 0;
/* Update VGT_SHADER_CONFIG. */
/* Update VGT_SHADER_STAGES_EN. */
if (HAS_TESS)
key.u.tess = 1;
if (HAS_GS)