[PATCH v1 9/9] drm/amdgpu: remove unused ip_dump from vcn device
Christian König
christian.koenig at amd.com
Thu Oct 31 09:53:56 UTC 2024
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.
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