lkml.org 
[lkml]   [2009]   [Aug]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] drm/via: add pci id for VIA VX800 chipset
Date
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@web.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


\
 
 \ /
  Last update: 2009-08-11 23:43    [W:0.035 / U:0.608 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site