[PATCH 3/3] drm/amdgpu/display: set gpu vm flag for renoir

Harry Wentland hwentlan at amd.com
Wed Jan 8 22:55:06 UTC 2020


Patches 1 & 3 are
Reviewed-by: Harry Wentland <harry.wentland at amd.com>

Patch 2 is
Acked-by: Harry Wentland <harry.wentland at amd.com>

Harry

On 2020-01-08 5:49 p.m., Alex Deucher wrote:
> It won't get used unless the driver allows the gtt domain for
> display buffers which is controlled elsewhere.
> 
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
> ---
>  drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> index fdf4d202ea1f..d0c9a5725813 100644
> --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> @@ -910,6 +910,7 @@ static int amdgpu_dm_init(struct amdgpu_device *adev)
>  	case CHIP_CARRIZO:
>  	case CHIP_STONEY:
>  	case CHIP_RAVEN:
> +	case CHIP_RENOIR:
>  		init_data.flags.gpu_vm_support = true;
>  		break;
>  	default:
> 


More information about the amd-gfx mailing list