Re: [PATCH 1/4] drm/amdkfd: Remove legacy code from trap handler

2020-10-01 Thread Morichetti, Laurent
[AMD Official Use Only - Internal Distribution Only] I reviewed and tested the patch series. Tested-by: Laurent Morichetti On 10/1/20, 11:34 AM, "Kuehling, Felix" wrote: The series is Acked-by: Felix Kuehling I'm hoping Laurent can give it a more through and informed R-b.

Re: [PATCH 1/4] drm/amdkfd: Remove legacy code from trap handler

2020-10-01 Thread Felix Kuehling
The series is Acked-by: Felix Kuehling I'm hoping Laurent can give it a more through and informed R-b. Thanks,   Felix Am 2020-10-01 um 2:24 p.m. schrieb Jay Cornwall: > ATC and MTYPE fields do not exist in gfx9 or later. > > Signed-off-by: Jay Cornwall > Cc: Laurent Morichetti > --- >

[PATCH 1/4] drm/amdkfd: Remove legacy code from trap handler

2020-10-01 Thread Jay Cornwall
ATC and MTYPE fields do not exist in gfx9 or later. Signed-off-by: Jay Cornwall Cc: Laurent Morichetti --- .../gpu/drm/amd/amdkfd/cwsr_trap_handler.h| 93 ++- .../amd/amdkfd/cwsr_trap_handler_gfx10.asm| 28 +- .../drm/amd/amdkfd/cwsr_trap_handler_gfx9.asm | 30