drm/amdgpu: Let KFD use more VMIDs on Arcturus
authorFelix Kuehling <Felix.Kuehling@amd.com>
Thu, 25 Jun 2020 03:08:46 +0000 (23:08 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 2 Jul 2020 16:02:50 +0000 (12:02 -0400)
commit81659b2022cbdd7491f9480ab15afd38b91281d5
tree3a9fa363e6aa35ba3b02f1e76d464bd48bc48c91
parent40111ec2298f442aab299234cd610d90809f58de
drm/amdgpu: Let KFD use more VMIDs on Arcturus

When there is no graphics support, KFD can use more of the VMIDs. Graphics
VMIDs are only used for video decoding/encoding and post processing. With
two VCE engines, there is no reason to reserve more than 2 VMIDs for that.

Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c