mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
drm/amdkfd: Fix gfx10 wave64 VGPR context restore
Copy/paste error, first 4 VGPRs are separated by 64 dwords (256 bytes). Cc: Shaoyun Liu <shaoyun.liu@amd.com> Signed-off-by: Jay Cornwall <jay.cornwall@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: shaoyunl <shaoyun.liu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
f16d523f9d
commit
7ce55e0b6f
@@ -982,9 +982,9 @@ static const uint32_t cwsr_trap_gfx10_hex[] = {
|
||||
0x00000080, 0xbf0a6f7c,
|
||||
0xbf85fff7, 0xbeff03c1,
|
||||
0xe0304000, 0x725d0000,
|
||||
0xe0304080, 0x725d0100,
|
||||
0xe0304100, 0x725d0200,
|
||||
0xe0304180, 0x725d0300,
|
||||
0xe0304100, 0x725d0100,
|
||||
0xe0304200, 0x725d0200,
|
||||
0xe0304300, 0x725d0300,
|
||||
0xb9782a05, 0x80788178,
|
||||
0x907c9973, 0x877c817c,
|
||||
0xbf06817c, 0xbf850002,
|
||||
|
||||
Reference in New Issue
Block a user