Re: [PATCH v2] drm/amdgpu: update IP count INFO query

2023-09-18 Thread Sundararaju, Sathishkumar
On 9/18/2023 7:57 PM, Alex Deucher wrote: On Sat, Sep 16, 2023 at 11:01 PM Sathishkumar S wrote: update the query to return the number of functional instances where there is more than an instance of the requested type and for others continue to return one. v2: count must reflect the actual n

Re: [PATCH v2] drm/amdgpu: update IP count INFO query

2023-09-18 Thread Alex Deucher
On Sat, Sep 16, 2023 at 11:01 PM Sathishkumar S wrote: > > update the query to return the number of functional > instances where there is more than an instance of the requested > type and for others continue to return one. > > v2: count must reflect the actual number of engines (Alex) > > Signed-o