Commit 80d8a9a
drm/amdgpu: Skip emit de meta data on gfx11 with rs64 enabled
[Why]
Accoreding to CP updated to RS64 on gfx11,
WRITE_DATA with PREEMPTION_META_MEMORY(dst_sel=8) is illegal for CP FW.
That packet is used for MCBP on F32 based system.
So it would lead to incorrect GRBM write and FW is not handling that
extra case correctly.
[How]
With gfx11 rs64 enabled, skip emit de meta data.
Signed-off-by: Yifan Zha <Yifan.Zha@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit 8366cd4)
Cc: stable@vger.kernel.org1 parent 31ab314 commit 80d8a9a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5872 | 5872 | | |
5873 | 5873 | | |
5874 | 5874 | | |
5875 | | - | |
| 5875 | + | |
5876 | 5876 | | |
5877 | | - | |
| 5877 | + | |
5878 | 5878 | | |
5879 | 5879 | | |
5880 | 5880 | | |
| |||
0 commit comments