drm/amdgpu: update wave data type to 3 for gfx11
authorGraham Sider <Graham.Sider@amd.com>
Mon, 16 Jan 2023 15:43:11 +0000 (10:43 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 2 Feb 2023 03:45:50 +0000 (22:45 -0500)
commited8e793c65e4c6633e8577e40d574da8a56d2e0f
tree16a0a6c66108658e889ccbdca9609eb37d1c5c88
parent6d796c50f84ca79f1722bb131799e5a5710c4700
drm/amdgpu: update wave data type to 3 for gfx11

SQ_WAVE_INST_DW0 isn't present on gfx11 compared to gfx10, so update
wave data type to signify a difference.

Signed-off-by: Graham Sider <Graham.Sider@amd.com>
Reviewed-by: Mukul Joshi <Mukul.Joshi@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org # 6.1.x
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c