[PATCH v1 9/9] drm/amdgpu: remove unused ip_dump from vcn device

Khatri, Sunil sunil.khatri at amd.com
Mon Nov 4 04:05:46 UTC 2024


On 10/31/2024 3:23 PM, Christian König wrote:
> Am 29.10.24 um 14:50 schrieb Sunil Khatri:
>> ip_dump pointer for the vcn has now moved to the
>> per instance ip_block hence clean the old pointer
>> from the vcn device.
>>
>> Signed-off-by: Sunil Khatri <sunil.khatri at amd.com>
>
> Reviewed-by: Christian König <christian.koenig at amd.com> for the entire 
> series.
>
> And Alex is right we should really look into moving the harvest config 
> into the IP block state as well.
> I guess Boyuan will be taking care of that.

> Regards
> Sunil Khatri
>
> Regards,
> Christian.
>
>> ---
>>   drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h | 3 ---
>>   1 file changed, 3 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h 
>> b/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h
>> index 6cd094ee8218..7aa52a04b488 100644
>> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h
>> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h
>> @@ -332,9 +332,6 @@ struct amdgpu_vcn {
>>       uint16_t inst_mask;
>>       uint8_t    num_inst_per_aid;
>>       bool using_unified_queue;
>> -
>> -    /* IP reg dump */
>> -    uint32_t        *ip_dump;
>>   };
>>     struct amdgpu_fw_shared_rb_ptrs_struct {
>


More information about the amd-gfx mailing list