[PATCH] drm/amdgpu: Change AMDGPU_CSA_SIZE to 128K

Alex Deucher alexdeucher at gmail.com
Thu Oct 25 18:14:46 UTC 2018


On Wed, Oct 24, 2018 at 8:11 AM Rex Zhu <Rex.Zhu at amd.com> wrote:
>
> In order to support new asics and MCBP feature
> enablement on baremetal.
>
> Signed-off-by: Rex Zhu <Rex.Zhu at amd.com>

Acked-by: Alex Deucher <alexander.deucher at amd.com>

> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_csa.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_csa.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_csa.h
> index ef2dfb0..524b443 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_csa.h
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_csa.h
> @@ -25,7 +25,7 @@
>  #ifndef AMDGPU_CSA_MANAGER_H
>  #define AMDGPU_CSA_MANAGER_H
>
> -#define AMDGPU_CSA_SIZE                (8 * 1024)
> +#define AMDGPU_CSA_SIZE                (128 * 1024)
>
>  uint32_t amdgpu_get_total_csa_size(struct amdgpu_device *adev);
>  uint64_t amdgpu_csa_vaddr(struct amdgpu_device *adev);
> --
> 1.9.1
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx


More information about the amd-gfx mailing list