aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/4647-drm-amdgpu-Add-BRACKET_LAYOUT_ENUMs-to-ObjectID.h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/4647-drm-amdgpu-Add-BRACKET_LAYOUT_ENUMs-to-ObjectID.h.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/4647-drm-amdgpu-Add-BRACKET_LAYOUT_ENUMs-to-ObjectID.h.patch42
1 files changed, 42 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/4647-drm-amdgpu-Add-BRACKET_LAYOUT_ENUMs-to-ObjectID.h.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/4647-drm-amdgpu-Add-BRACKET_LAYOUT_ENUMs-to-ObjectID.h.patch
new file mode 100644
index 00000000..cf5b3cb3
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.14.71/4647-drm-amdgpu-Add-BRACKET_LAYOUT_ENUMs-to-ObjectID.h.patch
@@ -0,0 +1,42 @@
+From 5194a8715e8fc7aca80e482c3f9c76a06f411bf4 Mon Sep 17 00:00:00 2001
+From: Harry Wentland <harry.wentland@amd.com>
+Date: Thu, 7 Jun 2018 15:45:08 -0400
+Subject: [PATCH 4647/5725] drm/amdgpu: Add BRACKET_LAYOUT_ENUMs to ObjectID.h
+
+DC has an upcoming change that requires these to read the board layout.
+
+Signed-off-by: Harry Wentland <harry.wentland@amd.com>
+Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/amdgpu/ObjectID.h | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/ObjectID.h b/drivers/gpu/drm/amd/amdgpu/ObjectID.h
+index 0619269..5b39362 100644
+--- a/drivers/gpu/drm/amd/amdgpu/ObjectID.h
++++ b/drivers/gpu/drm/amd/amdgpu/ObjectID.h
+@@ -136,6 +136,7 @@
+ #define GENERIC_OBJECT_ID_PX2_NON_DRIVABLE 0x02
+ #define GENERIC_OBJECT_ID_MXM_OPM 0x03
+ #define GENERIC_OBJECT_ID_STEREO_PIN 0x04 //This object could show up from Misc Object table, it follows ATOM_OBJECT format, and contains one ATOM_OBJECT_GPIO_CNTL_RECORD for the stereo pin
++#define GENERIC_OBJECT_ID_BRACKET_LAYOUT 0x05
+
+ /****************************************************/
+ /* Graphics Object ENUM ID Definition */
+@@ -714,6 +715,13 @@
+ GRAPH_OBJECT_ENUM_ID1 << ENUM_ID_SHIFT |\
+ GENERIC_OBJECT_ID_STEREO_PIN << OBJECT_ID_SHIFT)
+
++#define GENERICOBJECT_BRACKET_LAYOUT_ENUM_ID1 (GRAPH_OBJECT_TYPE_GENERIC << OBJECT_TYPE_SHIFT |\
++ GRAPH_OBJECT_ENUM_ID1 << ENUM_ID_SHIFT |\
++ GENERIC_OBJECT_ID_BRACKET_LAYOUT << OBJECT_ID_SHIFT)
++
++#define GENERICOBJECT_BRACKET_LAYOUT_ENUM_ID2 (GRAPH_OBJECT_TYPE_GENERIC << OBJECT_TYPE_SHIFT |\
++ GRAPH_OBJECT_ENUM_ID2 << ENUM_ID_SHIFT |\
++ GENERIC_OBJECT_ID_BRACKET_LAYOUT << OBJECT_ID_SHIFT)
+ /****************************************************/
+ /* Object Cap definition - Shared with BIOS */
+ /****************************************************/
+--
+2.7.4
+