radeonsi: fix the blit test for SW_64KB_R_X

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7908>
This commit is contained in:
Marek Olšák 2020-12-08 16:58:29 -05:00 committed by Marge Bot
parent 21b97ef013
commit e096b53824

View file

@ -132,6 +132,8 @@ static const char *array_mode_to_string(struct si_screen *sscreen, struct radeon
return "64KB_S_X";
case 26:
return "64KB_D_X";
case 27:
return "64KB_R_X";
default:
printf("Unhandled swizzle mode = %u\n", surf->u.gfx9.surf.swizzle_mode);
return " UNKNOWN";