[PATCH] drm/amdgpu: disable page queue support for Vega12

Yang, Philip Philip.Yang at amd.com
Wed Nov 21 15:04:25 UTC 2018


Reviewed-by: Philip Yang <philip.yang at amd.com>


On 2018-11-21 9:54 a.m., Alex Deucher wrote:
> Keep it disabled until we confirm it's ready.
>
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
> ---
>   drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c b/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
> index e6cb2c399957..a973dea7b242 100644
> --- a/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
> @@ -1455,9 +1455,10 @@ static bool sdma_v4_0_fw_support_paging_queue(struct amdgpu_device *adev)
>   	case CHIP_VEGA10:
>   		return fw_version >= 430;
>   	case CHIP_VEGA12:
> -		return fw_version >= 31;
> +		/*return fw_version >= 31;*/
> +		return false;
>   	case CHIP_VEGA20:
> -		//return fw_version >= 115;
> +		/*return fw_version >= 115;*/
>   		return false;
>   	default:
>   		return false;



More information about the amd-gfx mailing list