Re: [PATCHv2 2/3] drm/amdkfd: Remove unused old debugger implementation

2022-02-07 Thread Felix Kuehling
Am 2022-02-07 um 14:52 schrieb Mukul Joshi: Cleanup the kfd code by removing the unused old debugger implementation. You can add here, that address watch was only ever implemented in the upstream driver for GFXv7 (Kaveri). The user mode tools runtime using this API was never open-sourced. Wor

[PATCHv2 2/3] drm/amdkfd: Remove unused old debugger implementation

2022-02-07 Thread Mukul Joshi
Cleanup the kfd code by removing the unused old debugger implementation. Only a small piece of resetting wavefronts is kept and is moved to kfd_device_queue_manager.c Signed-off-by: Mukul Joshi --- v1->v2: - Rename AMDKFD_IOC_DBG_* to AMDKFD_IOC_DBG_*_DEPRECATED. - Cleanup address_watch_disable()