This is what the kernel reports and what PAL seems to be doing.
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25578>
}
/* Set dword padding minus 1. */
- info->ip[AMD_IP_GFX].ib_pad_dw_mask = 0x3f;
- info->ip[AMD_IP_COMPUTE].ib_pad_dw_mask = 0x3f;
+ info->ip[AMD_IP_GFX].ib_pad_dw_mask = 0x7;
+ info->ip[AMD_IP_COMPUTE].ib_pad_dw_mask = 0x7;
info->ip[AMD_IP_SDMA].ib_pad_dw_mask = 0xf;
info->ip[AMD_IP_UVD].ib_pad_dw_mask = 0xf;
info->ip[AMD_IP_VCE].ib_pad_dw_mask = 0x3f;