From ccfcb9d818b40564001b3cf2516367526de26c1d Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Tue, 14 May 2019 22:16:20 -0400 Subject: ac: rename SI-CIK-VI to GFX6-GFX7-GFX8 Acked-by: Dave Airlie We already use GFX9 and I don't want us to have confusing naming in the driver. GFXn naming is better from the driver perspective, because it's the real version of the gfx portion of the hw. Also, CIK means Bonaire-Kaveri-Kabini, it doesn't mean CI. It shouldn't confuse our SDMA, UVD, VCE etc. code much. Those have nothing to do with GFXn and they have their own version numbers. --- src/mesa/state_tracker/st_draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/state_tracker') diff --git a/src/mesa/state_tracker/st_draw.c b/src/mesa/state_tracker/st_draw.c index 266695f0c03..a5e93186bf5 100644 --- a/src/mesa/state_tracker/st_draw.c +++ b/src/mesa/state_tracker/st_draw.c @@ -89,7 +89,7 @@ setup_primitive_restart(struct gl_context *ctx, struct pipe_draw_info *info) _mesa_primitive_restart_index(ctx, index_size); /* Enable primitive restart only when the restart index can have an - * effect. This is required for correctness in radeonsi VI support. + * effect. This is required for correctness in radeonsi GFX8 support. * Other hardware may also benefit from taking a faster, non-restart path * when possible. */ -- cgit v1.2.3