aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm/drm_irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-07drm: cleanup DRM_DEBUG() parametersMárton Németh1-2/+2
2007-10-15drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-52/+37
2007-10-15drm: Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-11/+8
2007-07-11drm: detypedeffing continues...Dave Airlie1-3/+3
2007-07-11drm: remove drm_file_t, drm_device_t and drm_head_t typedefsDave Airlie1-11/+11
2007-07-11drm: remove a bunch of typedefs on the userspace interfaceDave Airlie1-6/+6
2007-07-11drm: cleanup use of Linux list handling macrosDave Airlie1-11/+9
2007-03-23drm: fix driver deadlock with AIGLX and reclaim_buffers_lockedThomas Hellstrom1-2/+2
2006-12-07drm: Core vsync: Don't clobber target sequence number when scheduling signal.=?utf-8?q?Michel_D=C3=A4nzer?=1-2/+3
2006-12-07drm: Core vsync: Add flag DRM_VBLANK_NEXTONMISS.=?utf-8?q?Michel_D=C3=A4nzer?=1-6/+10
2006-12-07drm: Make locked tasklet handling more robust.=?utf-8?q?Michel_D=C3=A4nzer?=1-2/+2
2006-12-07drm: Add support for interrupt triggered driver callback with lock held to DRM core.=?utf-8?q?Michel_D=C3=A4nzer?=1-0/+76
2006-12-07drm: add support for secondary vertical blank interrupt to DRM core=?utf-8?q?Michel_D=C3=A4nzer?=1-23/+49
2006-09-22drm: remove the DRM pci domainDave Airlie1-1/+1
2006-09-22drm: remove local copies of pci bus/slot/funcDave1-2/+2
2006-09-22drm: cleanup old compat code and DRM fns from Linux only codeDave Airlie1-2/+4
2006-07-02[PATCH] irq-flags: drivers/drm: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-02-02sem2mutex: drivers/char/drm/Dave Airlie1-8/+8
2005-09-25drm: lindent the drm directory.Dave Airlie1-83/+86
2005-07-07drm: misc cleanupDave Airlie1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+370