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@xxxxxxx>
Reviewed-by: Christian König <christian.koenig@xxxxxxx> 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 {