[PATCH 01/14] drm/amdgpu: add nbio set_reg_remap helper

Christian König ckoenig.leichtzumerken at gmail.com
Wed May 29 08:54:53 UTC 2024


Acked-by: Christian König <christian.koenig at amd.com> for the whole series.


Am 06.05.24 um 20:45 schrieb Alex Deucher:
> Will be used to consolidate reg remap settings and fix HDP
> flushes on systems with non-4K pages.
>
> Reviewed-by: Felix Kuehling <felix.kuehling at amd.com>
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
> ---
>   drivers/gpu/drm/amd/amdgpu/amdgpu_nbio.h | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_nbio.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_nbio.h
> index 7b8c03be1d9e7..f61d117b0cafe 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_nbio.h
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_nbio.h
> @@ -102,6 +102,7 @@ struct amdgpu_nbio_funcs {
>   	u32 (*get_memory_partition_mode)(struct amdgpu_device *adev,
>   					 u32 *supp_modes);
>   	u64 (*get_pcie_replay_count)(struct amdgpu_device *adev);
> +	void (*set_reg_remap)(struct amdgpu_device *adev);
>   };
>   
>   struct amdgpu_nbio {



More information about the amd-gfx mailing list