aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/5262-drm-amdgpu-add-picasso-to-asic_type-enum.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/5262-drm-amdgpu-add-picasso-to-asic_type-enum.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/5262-drm-amdgpu-add-picasso-to-asic_type-enum.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/5262-drm-amdgpu-add-picasso-to-asic_type-enum.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/5262-drm-amdgpu-add-picasso-to-asic_type-enum.patch
new file mode 100644
index 00000000..af7b61b7
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.14.71/5262-drm-amdgpu-add-picasso-to-asic_type-enum.patch
@@ -0,0 +1,30 @@
+From 16be544cc33e34c17d020f9ced9c1549b90936fa Mon Sep 17 00:00:00 2001
+From: Likun Gao <Likun.Gao@amd.com>
+Date: Tue, 10 Jul 2018 20:10:05 +0800
+Subject: [PATCH 5262/5725] drm/amdgpu: add picasso to asic_type enum
+
+Add picasso to amd_asic_type enum and amdgpu_asic_name[].
+
+Signed-off-by: Likun Gao <Likun.Gao@amd.com>
+Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
+Reviewed-by: Huang Rui <ray.huang@amd.com>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+index 02d9e4b..948b62b 100644
+--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
++++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+@@ -89,6 +89,7 @@ static const char *amdgpu_asic_name[] = {
+ "VEGA12",
+ "VEGA20",
+ "RAVEN",
++ "PICASSO",
+ "LAST",
+ };
+
+--
+2.7.4
+