From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755477AbZHKVk3 (ORCPT ); Tue, 11 Aug 2009 17:40:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754807AbZHKVk2 (ORCPT ); Tue, 11 Aug 2009 17:40:28 -0400 Received: from fmmailgate03.web.de ([217.72.192.234]:60267 "EHLO fmmailgate03.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754779AbZHKVk2 (ORCPT ); Tue, 11 Aug 2009 17:40:28 -0400 From: Thomas Schlichter To: Dave Airlie Cc: Alex Deucher , Eric Anholt , linux-kernel@vger.kernel.org, Thomas Schlichter Subject: [PATCH] drm/via: add pci id for VIA VX800 chipset Date: Tue, 11 Aug 2009 23:40:27 +0200 Message-Id: <1250026827-11167-1-git-send-email-thomas.schlichter@web.de> X-Mailer: git-send-email 1.6.0.4 X-Provags-ID: V01U2FsdGVkX19kCp9VVA/UKpPJnPt2T69yqqKn+269iiJSRQy8 BYekyhXC7LH7blQNsWFKhD1AjTdhrsC2e5FHzlbKJ7ZcksOEaw GqqDMo4zBZEb6V2X3EKA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- 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