Commit 108bc59
drm/amdgpu: fix random data corruption for sdma 7
There is random data corruption caused by const fill, this is caused by
write compression mode not correctly configured.
So correct compression mode for const fill.
Signed-off-by: Frank Min <Frank.Min@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit 75400f8)
Cc: stable@vger.kernel.org # 6.11.x1 parent 63feb35 commit 108bc59
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
54 | 60 | | |
55 | 61 | | |
56 | 62 | | |
| |||
1724 | 1730 | | |
1725 | 1731 | | |
1726 | 1732 | | |
1727 | | - | |
| 1733 | + | |
| 1734 | + | |
1728 | 1735 | | |
1729 | 1736 | | |
1730 | 1737 | | |
| |||
0 commit comments