Re: [PATCH 08/32] drm/amdgpu: add gfx10 hw debug mode enable and disable calls

2023-02-16 Thread Felix Kuehling
On 2023-01-25 14:53, Jonathan Kim wrote: Similar to GFX9 debug devices, set the hardware debug mode by draining the SPI appropriately prior the mode setting request. Because GFX10 has waves allocated by the work group boundaray and each Typo: boundary? SE's SPI instances do not communicat

Re: [PATCH 08/32] drm/amdgpu: add gfx10 hw debug mode enable and disable calls

2023-01-28 Thread kernel test robot
amdkfd-add-debug-and-runtime-enable-interface/20230128-092952 base: git://anongit.freedesktop.org/drm/drm-tip drm-tip patch link: https://lore.kernel.org/r/20230125195401.4183544-9-jonathan.kim%40amd.com patch subject: [PATCH 08/32] drm/amdgpu: add gfx10 hw debug mode enable and disable ca

[PATCH 08/32] drm/amdgpu: add gfx10 hw debug mode enable and disable calls

2023-01-25 Thread Jonathan Kim
Similar to GFX9 debug devices, set the hardware debug mode by draining the SPI appropriately prior the mode setting request. Because GFX10 has waves allocated by the work group boundaray and each SE's SPI instances do not communicate, the SPI drain time is much longer. This long drain time will be