Skip to content

freedreno/common: Fix register stomper ranges for A7XX

Amber Harmonia requested to merge amber/mesa:stomper-fix into main

Add correct REG_A6XX_HLSQ_VS_CNTL ... REG_A6XX_HLSQ_GS_CNTL range to stomper and avoid stomping REG_A6XX_SP_VS_OBJ_START.

On A7XX the REG_A6XX_HLSQ_VS_CNTL ... REG_A6XX_HLSQ_GS_CNTL range is not contiguous, which was causing issued in CTS with the stomper on, further tests revealed that we also cannot safely stomp REG_A6XX_SP_VS_OBJ_START.

Merge request reports