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

drm/amdgpu: add navy_flounder asic type

Signed-off-by: Jiansong Chen <Jiansong.Chen@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Jiansong Chen and committed by
Alex Deucher
ddd8fbe7 65655471

+2
+1
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
··· 114 114 "NAVI14", 115 115 "NAVI12", 116 116 "SIENNA_CICHLID", 117 + "NAVY_FLOUNDER", 117 118 "LAST", 118 119 }; 119 120
+1
include/drm/amd_asic_type.h
··· 55 55 CHIP_NAVI14, /* 26 */ 56 56 CHIP_NAVI12, /* 27 */ 57 57 CHIP_SIENNA_CICHLID, /* 28 */ 58 + CHIP_NAVY_FLOUNDER, /* 29 */ 58 59 CHIP_LAST, 59 60 }; 60 61