summaryrefslogtreecommitdiffstats
path: root/drivers/char/drm/savage_bci.c
Commit message (Expand)AuthorAgeFilesLines
* drm: reorganise drm tree to be more future proof.Dave Airlie2008-07-141-1095/+0Star
* drm: remove remnants of DRM_COPY_FROM/TO_USER_IOCTLDave Airlie2007-11-061-3/+0Star
* drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt2007-10-151-41/+26Star
* drm: Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt2007-10-151-9/+11
* drm: Remove DRM_ERR OS macro.Eric Anholt2007-10-151-30/+30
* drm: detypef waitlist/freelist/buf_entry/device_dma/drm_queue structsDave Airlie2007-07-111-3/+3
* drm: drop drm_buf_t typedefDave Airlie2007-07-111-5/+5
* drm: fixup other drivers for typedef removalsDave Airlie2007-07-111-15/+15
* drm: remove DRM_GETSAREA and replace with drm_getsarea functionDave Airlie2007-07-111-1/+1
* drm: savage: compat fix from drm git.Eric Anholt2006-12-191-2/+2
* drm: savage: dev->agp_buffer_map is not initialized for AGP DMA on savagesMichael Karcher2006-10-241-0/+1
* drm: drivers/char/drm/: make some functions staticDave Airlie2006-02-021-1/+3
* drm: bring savage inline with latest CVSDave Airlie2006-01-021-17/+12Star
* drm: move ioctl flags to a bit field of flagsDave Airlie2006-01-021-4/+4
* drm: rename driver hooks more understandablyDave Airlie2005-11-101-15/+29
* drm: fix some lindent damageDave Airlie2005-09-251-8/+4Star
* drm: lindent the drm directory.Dave Airlie2005-09-251-97/+104
* drm: add savage driverDave Airlie2005-08-071-0/+1096