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

Configure Feed

Select the types of activity you want to include in your feed.

drm/amdgpu: Add asic family for vega10

Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

+1
+1
include/uapi/drm/amdgpu_drm.h
··· 802 802 #define AMDGPU_FAMILY_KV 125 /* Kaveri, Kabini, Mullins */ 803 803 #define AMDGPU_FAMILY_VI 130 /* Iceland, Tonga */ 804 804 #define AMDGPU_FAMILY_CZ 135 /* Carrizo, Stoney */ 805 + #define AMDGPU_FAMILY_AI 141 /* Vega10 */ 805 806 806 807 #if defined(__cplusplus) 807 808 }