[PATCH] drm/amdgpu: disable page queue support for Vega12
Christian König
ckoenig.leichtzumerken at gmail.com
Thu Nov 22 09:16:11 UTC 2018
Reviewed-by: Christian König <christian.koenig at amd.com>
Am 21.11.18 um 16:04 schrieb Yang, Philip:
> 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;
> _______________________________________________
> 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