aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm/savage_bci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-06drm: remove remnants of DRM_COPY_FROM/TO_USER_IOCTLDave Airlie1-3/+0
2007-10-15drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-41/+26
2007-10-15drm: Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-9/+11
2007-10-15drm: Remove DRM_ERR OS macro.Eric Anholt1-30/+30
2007-07-11drm: detypef waitlist/freelist/buf_entry/device_dma/drm_queue structsDave Airlie1-3/+3
2007-07-11drm: drop drm_buf_t typedefDave Airlie1-5/+5
2007-07-11drm: fixup other drivers for typedef removalsDave Airlie1-15/+15
2007-07-11drm: remove DRM_GETSAREA and replace with drm_getsarea functionDave Airlie1-1/+1
2006-12-19drm: savage: compat fix from drm git.Eric Anholt1-2/+2
2006-10-24drm: savage: dev->agp_buffer_map is not initialized for AGP DMA on savagesMichael Karcher1-0/+1
2006-02-02drm: drivers/char/drm/: make some functions staticDave Airlie1-1/+3
2006-01-02drm: bring savage inline with latest CVSDave Airlie1-17/+12
2006-01-02drm: move ioctl flags to a bit field of flagsDave Airlie1-4/+4
2005-11-10drm: rename driver hooks more understandablyDave Airlie1-15/+29
2005-09-25drm: fix some lindent damageDave Airlie1-8/+4
2005-09-25drm: lindent the drm directory.Dave Airlie1-97/+104
2005-08-07drm: add savage driverDave Airlie1-0/+1096