RE: [PATCH 1/2] drm/amdgpu: Implement instance ID remapping for harvested SDMA engines

2025-06-11 Thread Zhang, Jesse(Jie)
: Deucher, Alexander ; Koenig, Christian ; Kim, Jonathan ; Zhu, Jiadong Subject: Re: [PATCH 1/2] drm/amdgpu: Implement instance ID remapping for harvested SDMA engines On 6/11/2025 11:26 AM, Jesse Zhang wrote: > Adds logic to handle instance ID conversion during SDMA engine reset >

Re: [PATCH 1/2] drm/amdgpu: Implement instance ID remapping for harvested SDMA engines

2025-06-10 Thread Lazar, Lijo
On 6/11/2025 11:26 AM, Jesse Zhang wrote: > Adds logic to handle instance ID conversion during SDMA engine reset > when harvest_config is active. This ensures correct physical engine > addressing when some SDMA instances are harvested. > > Changes include: > 1. Added instance ID remapping using

[PATCH 1/2] drm/amdgpu: Implement instance ID remapping for harvested SDMA engines

2025-06-10 Thread Jesse Zhang
Adds logic to handle instance ID conversion during SDMA engine reset when harvest_config is active. This ensures correct physical engine addressing when some SDMA instances are harvested. Changes include: 1. Added instance ID remapping using GET_INST macro when harvest_config is non-zero 2. Con