summaryrefslogtreecommitdiff
path: root/drivers/char/drm/via_ds.h
AgeCommit message (Collapse)AuthorFilesLines
2006-09-21drm: add drm simple memory manager support for SiS and VIA driversThomas Hellstrom1-104/+0
This add support to the SiS and VIA drivers for the simple memory manager. This fixes a lot of problems with the current simple code these drivers used, including locking and SMP issues. Signed-off-by: Dave Airlie <airlied@linux.ie>
2005-07-28[PATCH] drm: via: fix sparse warningsAlexey Dobriyan1-2/+2
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Cc: Dave Airlie <airlied@linux.ie> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-06-28drm: Add via unichrome supportDave Airlie1-0/+104
Add DRM device driver for VIA Unichrome chipsets From: Unichrome Project http://unichrome.sf.net, Erdi Chen, Thomas Hellstrom Signed-off-by: Dave Airlie <airlied@linux.ie>