aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0962-drm-amdgpu-code-style-refine.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0962-drm-amdgpu-code-style-refine.patch')
-rw-r--r--common/recipes-kernel/linux/files/0962-drm-amdgpu-code-style-refine.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/common/recipes-kernel/linux/files/0962-drm-amdgpu-code-style-refine.patch b/common/recipes-kernel/linux/files/0962-drm-amdgpu-code-style-refine.patch
deleted file mode 100644
index e6e6062b..00000000
--- a/common/recipes-kernel/linux/files/0962-drm-amdgpu-code-style-refine.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 9a7bbef9a806eb993df27dd8a433c1a011318475 Mon Sep 17 00:00:00 2001
-From: Rex Zhu <Rex.Zhu@amd.com>
-Date: Wed, 23 Mar 2016 14:48:03 +0800
-Subject: [PATCH 0962/1110] drm/amdgpu: code style refine.
-
-Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
-Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
----
- drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c
-index b5b5ff3..7327a20 100644
---- a/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c
-+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c
-@@ -55,7 +55,7 @@
- #define FIRMWARE_FIJI "amdgpu/fiji_uvd.bin"
- #define FIRMWARE_STONEY "amdgpu/stoney_uvd.bin"
- #define FIRMWARE_POLARIS10 "amdgpu/polaris10_uvd.bin"
--#define FIRMWARE_POLARIS11 "amdgpu/polaris11_uvd.bin"
-+#define FIRMWARE_POLARIS11 "amdgpu/polaris11_uvd.bin"
-
- /**
- * amdgpu_uvd_cs_ctx - Command submission parser context
---
-2.7.4
-