[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1250026827-11167-1-git-send-email-thomas.schlichter@web.de>
Date: Tue, 11 Aug 2009 23:40:27 +0200
From: Thomas Schlichter <thomas.schlichter@....de>
To: Dave Airlie <airlied@...hat.com>
Cc: Alex Deucher <alexdeucher@...il.com>,
Eric Anholt <eric@...olt.net>, linux-kernel@...r.kernel.org,
Thomas Schlichter <thomas.schlichter@....de>
Subject: [PATCH] drm/via: add pci id for VIA VX800 chipset
The VIA DRM module is able to accelerate 2D video on the VX800
chipset, thus add the corresponding PCI ID. Accelerated 3D video
is not implemented.
The modified VIA DRM module was tested with X.Org openchrome driver on
a Samsung NC20 netbook. Video playback with xine requires nearly 30%
less CPU cycles.
Signed-off-by: Thomas Schlichter <thomas.schlichter@....de>
---
include/drm/drm_pciids.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/drm/drm_pciids.h b/include/drm/drm_pciids.h
index 8535084..aac8877 100644
--- a/include/drm/drm_pciids.h
+++ b/include/drm/drm_pciids.h
@@ -477,6 +477,7 @@
{0x1106, 0x3343, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
{0x1106, 0x3230, PCI_ANY_ID, PCI_ANY_ID, 0, 0, VIA_DX9_0}, \
{0x1106, 0x3157, PCI_ANY_ID, PCI_ANY_ID, 0, 0, VIA_PRO_GROUP_A}, \
+ {0x1106, 0x1122, PCI_ANY_ID, PCI_ANY_ID, 0, 0, VIA_DX9_0}, \
{0, 0, 0}
#define i810_PCI_IDS \
--
1.6.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists