aboutsummaryrefslogtreecommitdiffstats
path: root/meta-steppeeagle/recipes-graphics/drm/libdrm/0001-radeon-add-Mullins-chip-family.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-steppeeagle/recipes-graphics/drm/libdrm/0001-radeon-add-Mullins-chip-family.patch')
-rw-r--r--meta-steppeeagle/recipes-graphics/drm/libdrm/0001-radeon-add-Mullins-chip-family.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-steppeeagle/recipes-graphics/drm/libdrm/0001-radeon-add-Mullins-chip-family.patch b/meta-steppeeagle/recipes-graphics/drm/libdrm/0001-radeon-add-Mullins-chip-family.patch
new file mode 100644
index 00000000..97f9c354
--- /dev/null
+++ b/meta-steppeeagle/recipes-graphics/drm/libdrm/0001-radeon-add-Mullins-chip-family.patch
@@ -0,0 +1,26 @@
+From 0ca3b79c21c1db04d442b09654e4cc2d7d956276 Mon Sep 17 00:00:00 2001
+From: Samuel Li <samuel.li@amd.com>
+Date: Thu, 17 Apr 2014 14:30:08 -0400
+Subject: [PATCH 1/2] radeon: add Mullins chip family
+
+Signed-off-by: Samuel Li <samuel.li@amd.com>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ radeon/radeon_surface.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/radeon/radeon_surface.c b/radeon/radeon_surface.c
+index 15127d4..109bd6b 100644
+--- a/radeon/radeon_surface.c
++++ b/radeon/radeon_surface.c
+@@ -80,6 +80,7 @@ enum radeon_family {
+ CHIP_KAVERI,
+ CHIP_KABINI,
+ CHIP_HAWAII,
++ CHIP_MULLINS,
+ CHIP_LAST,
+ };
+
+--
+1.8.3.1
+