Bug 9370

Summary: New device id for VIA K8M890
Product: DRI Reporter: Xavier Bachelot <xavier>
Component: DRM/otherAssignee: Thomas Hellström <thomas>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: high CC: dri-devel
Version: DRI git   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
k8m890 id and 'P4VM800pro' description fix none

Description Xavier Bachelot 2006-12-16 14:29:30 UTC
The K8M890 is yet another VIA chipset. Adding the pci id to the list is the only
needed change to make DRI work with this chipset. The attached patch also fixes
the description for an earlier VIA chipset, which was not correct.
Comment 1 Xavier Bachelot 2006-12-16 14:31:11 UTC
Created attachment 8141 [details] [review]
k8m890 id and 'P4VM800pro' description fix
Comment 2 Thomas Hellström 2006-12-18 11:06:46 UTC
Xavier,

To enable this device for DRI we need to figure out its video engine AGP command
stream capabilities, and also how the 3D engine behaves, and adjusting the
command verifier accordingly so that we don't create a security hole. 

From what I understand, the device is a "Unichrome pro group A" when it comes to
video, but has a completely new directX 9 compatible 3D engine. The question is
whether this 3D engine is backwards compatible with what we have today.

So, let's get XvMC running first and then check whether we can use the current
3D code.

/Thomas

Comment 3 Thomas Hellström 2006-12-28 13:19:57 UTC
Device numbers are added now, 
but 3D and command DMA are disabled since we currently 
have no implementation for the new 3D engine.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.