| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH -queue 1/2] [loongson] 2f: Add CPU_SUPPORT_VIDEO_ACC |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Wed, 11 Nov 2009 13:59:23 +0800 |
| Cc: | linux-mips@linux-mips.org, Wu Zhangjin <wuzhangjin@gmail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references:in-reply-to:references; bh=Q/6z0v98/tTrwVuVRLiL07ybba07XOrbrQzdB2nc/NI=; b=G+dekungEbxmZy5DUXwKQpAik3u5i7dNLI6Kf0HOs0+bF3qc13SiNkugwojh6vN0OR Hi5ZWDrSy0TxE2d2sFVY4DuWWR9Z2GXGt7eMp+vqc872mdDa+zFQFjJc7zcFn0C3cG/l DFxX/c3nVdRynnXa3TCavChrxYSHyQk7UDjIY= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=V5I1GhwDTUyrueojR9iEsrQW2aziXrhqcmvGK/aRDOETheNdu1sVih1TwVA1XyCEgq ax5pH0ajNP2Y5kZo42IPQxmL50HQ13YJXCtwHbftXMYjg94u6YegPizk5r+DjYCHJWYV XcFq+Gep//m7Cxj8FMrP32PK3LTc0Z1p3z4Yc= |
| In-reply-to: | <cover.1257918796.git.wuzhangjin@gmail.com> |
| In-reply-to: | <cover.1257918796.git.wuzhangjin@gmail.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <cover.1257918796.git.wuzhangjin@gmail.com> |
| References: | <cover.1257918796.git.wuzhangjin@gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
Loongson2f support video acceleration.
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
---
arch/mips/Kconfig | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 539c384..2e39609 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1318,6 +1318,9 @@ config CPU_LOONGSON2
config SYS_HAS_CPU_LOONGSON2E
bool
+config CPU_SUPPORT_VIDEO_ACC
+ bool
+
config CPU_SUPPORT_CPUFREQ
bool
@@ -1328,6 +1331,7 @@ config SYS_HAS_CPU_LOONGSON2F
bool
select CPU_SUPPORT_CPUFREQ
select CPU_SUPPORT_ADDRWINCFG if 64BIT
+ select CPU_SUPPORT_VIDEO_ACC
config SYS_HAS_CPU_MIPS32_R1
bool
--
1.6.2.1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH -queue 2/2] [loongson] 2f: Cleanups of the #if clauses, Wu Zhangjin |
|---|---|
| Next by Date: | [PATCH -queue 2/2] [loongson] 2f: Improve video performance via uncached accelerated TLB map, Wu Zhangjin |
| Previous by Thread: | [PATCH -queue 0/2] loongson2f: add video acceleration support, Wu Zhangjin |
| Next by Thread: | [PATCH -queue 2/2] [loongson] 2f: Improve video performance via uncached accelerated TLB map, Wu Zhangjin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |