]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2023 10:28:24 +0000 (11:28 +0100)
commit29eaa306fc0b97e41efd5d736bdc917e73fa91b7
tree27a5438807f73ecc6704d97f8d9a180be0e5b956
parent596eafbae22e563a34bf788e24abf4436266217f
drm/amdgpu: update wave data type to 3 for gfx11

commit ed8e793c65e4c6633e8577e40d574da8a56d2e0f upstream.

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
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c