aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1830-drm-amdgpu-fix-typo-in-si_ih.c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1830-drm-amdgpu-fix-typo-in-si_ih.c.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1830-drm-amdgpu-fix-typo-in-si_ih.c.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1830-drm-amdgpu-fix-typo-in-si_ih.c.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1830-drm-amdgpu-fix-typo-in-si_ih.c.patch
new file mode 100644
index 00000000..e5fb6c38
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1830-drm-amdgpu-fix-typo-in-si_ih.c.patch
@@ -0,0 +1,28 @@
+From 4c54ec10fd35960a88c50fbe224f2df644fae0f3 Mon Sep 17 00:00:00 2001
+From: Alex Deucher <alexander.deucher@amd.com>
+Date: Mon, 18 Sep 2017 23:17:59 -0400
+Subject: [PATCH 1830/4131] drm/amdgpu: fix typo in si_ih.c
+
+Trivial.
+
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/amdgpu/si_ih.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/si_ih.c b/drivers/gpu/drm/amd/amdgpu/si_ih.c
+index 588fa4a..d2c6b80 100644
+--- a/drivers/gpu/drm/amd/amdgpu/si_ih.c
++++ b/drivers/gpu/drm/amd/amdgpu/si_ih.c
+@@ -301,7 +301,7 @@ static const struct amd_ip_funcs si_ih_ip_funcs = {
+
+ static const struct amdgpu_ih_funcs si_ih_funcs = {
+ .get_wptr = si_ih_get_wptr,
+- .prescreeen_iv = si_ih_prescreen_iv,
++ .prescreen_iv = si_ih_prescreen_iv,
+ .decode_iv = si_ih_decode_iv,
+ .set_rptr = si_ih_set_rptr
+ };
+--
+2.7.4
+