Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu: update Fiji's rev id

Change-Id: I0018e2b72feb771683c57960ba3ce942bec5d3ab
Signed-off-by: Flora Cui <Flora.Cui@amd.com>
Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>

authored by

Flora Cui and committed by
Alex Deucher
b6bc28ff a3d08fa5

+5
+5
drivers/gpu/drm/amd/amdgpu/vi.c
··· 1412 1412 adev->external_rev_id = 0x1; 1413 1413 break; 1414 1414 case CHIP_FIJI: 1415 + adev->has_uvd = true; 1416 + adev->cg_flags = 0; 1417 + adev->pg_flags = 0; 1418 + adev->external_rev_id = adev->rev_id + 0x3c; 1419 + break; 1415 1420 case CHIP_TONGA: 1416 1421 adev->has_uvd = true; 1417 1422 adev->cg_flags = 0;