summaryrefslogtreecommitdiff
path: root/linux-core/drm_drawable.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-36/+25
2007-07-20Remove DRM_ERR OS macro.Eric Anholt1-3/+3
2007-07-16drm: remove drmP.h internal typedefsDave Airlie1-2/+2
2007-07-16drm: detypedef drm.h and fixup all problemsDave Airlie1-13/+13
2007-07-03Use idr_replace trick to eliminate struct drm_ctx_sarea_list.Kristian Høgsberg1-2/+1
2007-07-03Simplification for previous commit.Michel Dänzer1-25/+9
2007-07-03Restore pre-idr semantics for drawable information.Michel Dänzer1-18/+25
2007-07-02Drop drm_drawable_list and add drm_drawable_info directly to the idr.Kristian Høgsberg1-20/+21
2007-06-10use krh's idr mods to remove lists from idr codeDave Airlie1-4/+15
2007-05-27drm: convert drawable handling to use Linux idrDave Airlie1-182/+42
2007-05-26drm: make sure the drawable code doesn't call malloc(0).Michel Dänzer1-15/+26
2006-12-01Unshare drm_drawable.c again for now.Michel Dänzer1-1/+330
2006-12-01Track linux-core symlinks in git.Michel Dänzer1-0/+1
2006-10-18Remove stray softlink.Thomas Hellstrom1-1/+0
2006-09-28Add support for tracking drawable information to coreMichel Dänzer1-56/+1
2004-10-18Update Doxygen configuration & comments.Jose Fonseca1-1/+1
2004-09-30Lindent of core build. Drivers checked for no binary diffs. A few filesJon Smirl1-4/+4
2004-09-27First check in for DRM that splits core from personality modulesJon Smirl1-2/+2
2004-08-27__NO_VERSION__ hasn't been needed since 2.3 days ditch it...Dave Airlie1-1/+0
2004-07-20first set of __user annotations from kernel (Al Viro)Dave Airlie1-1/+1
2003-05-27Merged DRM documentation.Jose Fonseca1-5/+11
2001-02-15Merge mga-1-0-0-branch into trunk.Gareth Hughes1-0/+51