Re: [PATCH] drm/amdgpu: Dynamically initialize IP instance attributes

2022-02-17 Thread Alex Deucher
r just ignores anything it can't pair up but I imagine it'll > cause some confusion later on. > > Tom > > > From: Alex Deucher > Sent: Thursday, February 17, 2022 13:32 > To: StDenis, Tom > Cc: Tuikov, Luben; amd-gfx@lists.freedesktop.o

Re: [PATCH] drm/amdgpu: Dynamically initialize IP instance attributes

2022-02-17 Thread StDenis, Tom
t can't pair up but I imagine it'll cause some confusion later on. Tom From: Alex Deucher Sent: Thursday, February 17, 2022 13:32 To: StDenis, Tom Cc: Tuikov, Luben; amd-gfx@lists.freedesktop.org; Deucher, Alexander Subject: Re: [PATCH] drm/amdgpu:

Re: [PATCH] drm/amdgpu: Dynamically initialize IP instance attributes

2022-02-17 Thread Alex Deucher
On Thu, Feb 17, 2022 at 1:25 PM StDenis, Tom wrote: > > [AMD Official Use Only] > > This works, now I'm facing other issues. Like we call the VCN block on > navi10 a "uvd 2.0.0". Originally I was only accepting exact major hits which > meant my navi10 model had no video enc/dec block once I pr

Re: [PATCH] drm/amdgpu: Dynamically initialize IP instance attributes

2022-02-17 Thread StDenis, Tom
[AMD Official Use Only] This works, now I'm facing other issues. Like we call the VCN block on navi10 a "uvd 2.0.0". Originally I was only accepting exact major hits which meant my navi10 model had no video enc/dec block once I programmed it to take the closest match it hit UVD 4.0.0 (pre-soc

Re: [PATCH] drm/amdgpu: Dynamically initialize IP instance attributes

2022-02-17 Thread Alex Deucher
On Thu, Feb 17, 2022 at 11:36 AM Luben Tuikov wrote: > > Dynamically initialize IP instance attributes. This eliminates bugs > stemming from adding new attributes to an IP instance. > > Cc: Alex Deucher > Reported-by: Tom StDenis > Fixes: c10b6aa7417b0a ("drm/amdgpu: Add "harvest" to IP discover