aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm/i830_dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-15drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-96/+61
2007-10-15drm: Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-55/+44
2007-10-15drm: Remove DRM_ERR OS macro.Eric Anholt1-1/+1
2007-07-11drm: detypedeffing continues...Dave Airlie1-1/+1
2007-07-11drm: detypef waitlist/freelist/buf_entry/device_dma/drm_queue structsDave Airlie1-6/+6
2007-07-11drm: drop drm_buf_t typedefDave Airlie1-12/+12
2007-07-11drm: fixup other drivers for typedef removalsDave Airlie1-60/+60
2007-07-11drm: cleanup use of Linux list handling macrosDave Airlie1-3/+2
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-1/+1
2007-02-08i810/i830: use drm_core_ioremap instead of drm_ioremapDave Airlie1-11/+21
2006-09-22drm: i810_dma.c: fix pointer arithmetic for 64-bit targetDenis Vlasenko1-1/+1
2006-09-22drm: cleanup old compat code and DRM fns from Linux only codeDave Airlie1-1/+1
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-1/+1
2006-02-02drm: drivers/char/drm/: make some functions staticDave Airlie1-1/+1
2006-01-02drm: move ioctl flags to a bit field of flagsDave Airlie1-14/+14
2005-11-11drm: remove drm_flushDave Airlie1-1/+0
2005-11-10drm: rename driver hooks more understandablyDave Airlie1-3/+15
2005-09-25drm: fix some lindent damageDave Airlie1-26/+13
2005-09-25drm: lindent the drm directory.Dave Airlie1-668/+660
2005-08-07drm: remove version.h and any version checks..Dave Airlie1-5/+0
2005-08-05drm: updated DRM map patch for 32/64 bit systemsDave Airlie1-0/+1
2005-07-10drm: add test for AGP devices and driver override for it.Dave Airlie1-0/+16
2005-07-07drm: misc cleanupDave Airlie1-10/+10
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1588