The patch titled drm/via: add pci id for VIA VX800 chipset has been removed from the -mm tree. Its filename was drm-via-add-pci-id-for-via-vx800-chipset.patch This patch was dropped because it is obsolete The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: drm/via: add pci id for VIA VX800 chipset From: Thomas Schlichter <thomas.schlichter@xxxxxx> 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@xxxxxx> Cc: Dave Airlie <airlied@xxxxxxxxxx> Cc: Alex Deucher <alexdeucher@xxxxxxxxx> Cc: Eric Anholt <eric@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/drm/drm_pciids.h | 1 + 1 file changed, 1 insertion(+) diff -puN include/drm/drm_pciids.h~drm-via-add-pci-id-for-via-vx800-chipset include/drm/drm_pciids.h --- a/include/drm/drm_pciids.h~drm-via-add-pci-id-for-via-vx800-chipset +++ a/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 \ _ Patches currently in -mm which might be from thomas.schlichter@xxxxxx are drm-via-add-pci-id-for-via-vx800-chipset.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html