mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
linux: update to linux-3.13.5
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
77fb42c64a
commit
e5ca68a9e7
@ -23,7 +23,7 @@ case "$LINUX" in
|
||||
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||
;;
|
||||
*)
|
||||
PKG_VERSION="3.13.4"
|
||||
PKG_VERSION="3.13.5"
|
||||
PKG_URL="http://www.kernel.org/pub/linux/kernel/v3.x/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||
;;
|
||||
esac
|
||||
|
@ -1,32 +0,0 @@
|
||||
From b091ef6be8a4d8f3c04c2ff15f6d20364438e8fc Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Christian=20K=C3=B6nig?= <christian.koenig@amd.com>
|
||||
Date: Thu, 30 Jan 2014 18:54:24 +0100
|
||||
Subject: [PATCH] drm/radeon: fix UVD IRQ support on SI
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Otherwise decoding isn't really useable.
|
||||
|
||||
Signed-off-by: Christian König <christian.koenig@amd.com>
|
||||
---
|
||||
drivers/gpu/drm/radeon/si.c | 4 ++++
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
diff --git a/drivers/gpu/drm/radeon/si.c b/drivers/gpu/drm/radeon/si.c
|
||||
index 07ce587..a22df95 100644
|
||||
--- a/drivers/gpu/drm/radeon/si.c
|
||||
+++ b/drivers/gpu/drm/radeon/si.c
|
||||
@@ -6334,6 +6334,10 @@ restart_ih:
|
||||
break;
|
||||
}
|
||||
break;
|
||||
+ case 124: /* UVD */
|
||||
+ DRM_DEBUG("IH: UVD int: 0x%08x\n", src_data);
|
||||
+ radeon_fence_process(rdev, R600_RING_TYPE_UVD_INDEX);
|
||||
+ break;
|
||||
case 146:
|
||||
case 147:
|
||||
addr = RREG32(VM_CONTEXT1_PROTECTION_FAULT_ADDR);
|
||||
--
|
||||
1.8.1.2
|
@ -1,27 +0,0 @@
|
||||
From 858a41c853cef2cb01de34dae334c19c1c15b237 Mon Sep 17 00:00:00 2001
|
||||
From: Alex Deucher <alexander.deucher@amd.com>
|
||||
Date: Thu, 30 Jan 2014 19:35:04 +0000
|
||||
Subject: drm/radeon: fix UVD IRQ support on 7xx
|
||||
|
||||
Otherwise decoding isn't really useable.
|
||||
|
||||
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
||||
Cc: stable@vger.kernel.org
|
||||
---
|
||||
diff --git a/drivers/gpu/drm/radeon/r600.c b/drivers/gpu/drm/radeon/r600.c
|
||||
index 56140b4..cdbc417 100644
|
||||
--- a/drivers/gpu/drm/radeon/r600.c
|
||||
+++ b/drivers/gpu/drm/radeon/r600.c
|
||||
@@ -3991,6 +3991,10 @@ restart_ih:
|
||||
break;
|
||||
}
|
||||
break;
|
||||
+ case 124: /* UVD */
|
||||
+ DRM_DEBUG("IH: UVD int: 0x%08x\n", src_data);
|
||||
+ radeon_fence_process(rdev, R600_RING_TYPE_UVD_INDEX);
|
||||
+ break;
|
||||
case 176: /* CP_INT in ring buffer */
|
||||
case 177: /* CP_INT in IB1 */
|
||||
case 178: /* CP_INT in IB2 */
|
||||
--
|
||||
cgit v0.9.0.2-2-gbebe
|
Loading…
x
Reference in New Issue
Block a user