Merge branch 'radeon-ttm' of git://people.freedesktop.org/~airlied/drm into modesetti...
[profile/ivi/libdrm.git] / shared-core / radeon_irq.c
2007-10-27 Jerome GlisseMerge branch 'radeon-ttm' of git://people.freedesktop...
2007-09-24 Jesse BarnesMerge branch 'master' into modesetting-101 - TTM &...
2007-07-26 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-07-21 Eric AnholtReplace DRM_IOCTL_ARGS with (dev, data, file_priv)...
2007-07-20 Eric AnholtReplace filp in ioctl arguments with drm_file *file_priv.
2007-07-20 Eric AnholtRemove DRM_ERR OS macro.
2007-07-19 Eric AnholtFreeBSD warnings cleanup.
2007-07-19 Eric AnholtMerge branch 'origin'
2007-07-16 Dave Airliedrm: remove drmP.h internal typedefs
2007-07-12 Ian RomanickMerge branch 'master' into xgi-0-0-2
2007-07-11 Dave AirlieMerge branch 'master' into cleanup
2007-06-29 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2007-06-22 Michel Dänzerradeon: Acknowledge all interrupts we're interested in.
2007-06-05 Dave AirlieMerge branch 'origin' into radeon-ttm
2007-06-03 Dave Airlieradeon: refine irq acking for vbl on crtc 2
2007-06-03 Dave Airlieradeon: add support for vblank on crtc2
2007-04-01 Dave Airlieradeon: de-static irq function, fixup fence/buffer
2007-04-01 Dave Airliecopy over some files and reorg radeon to add ttm fencin...
2005-11-28 Eric AnholtAssert an MIT copyright on sis_drm.h, since one was...
2005-11-11 Dave Airliefix up radeon whitespace
2005-06-06 Dave Airliefix some issues with radeon interrupt handling
2005-02-01 Dave Airliecleanup patch from Adrian Bunk <bunk@stusta.de>
2004-09-30 Jon SmirlLindent of core build. Drivers checked for no binary...
2004-09-27 Jon SmirlFirst check in for DRM that splits core from personalit...
2004-08-24 Dave AirlieMerged drmfntbl-0-0-2
2004-07-25 Dave Airliesync up with current 2.6 kernel bk tree - mostly __user...
2003-10-17 Eric Anholt- Move IRQ functions from drm_dma.h to new drm_irq...
2003-07-29 Michel DaenzerIRQ code cleanup suggested by Linus Torvalds
2003-07-25 Michel DaenzerCompile fixes for recent 2.5/2.6 Linux kernels. I hope...
2003-04-26 Leif DelgassEnsure driver has been initialized (dev_private !=...
2003-03-28 Keith Whitwellmerged drm-filp-0-1-branch
2003-02-04 Michel Daenzeronly acknowledge interrupts we handle - others could...
2002-12-04 Michel Daenzerfurther vertical blank interrupt cleanups: remove unuse...
2002-12-03 Michel Daenzervertical blank interrupt cleanups: use spinlock instead...
2002-11-30 Michel Daenzervertical blank ioctl can send signal instead of blocking
2002-10-01 Michel Daenzerfix wait condition for vertical blank IRQs
2002-09-29 Keith WhitwellMove os-dependent stuff out of radeon_irq.c
2002-09-29 Eric AnholtFix up BSD irq handling.
2002-09-27 Michel Daenzermake SW interrupts more robust: write sequence number...
2002-09-26 Michel DaenzerDRM(vblank_wait) is driver specific
2002-09-25 Michel Daenzercommon ioctl to wait for vertical blank IRQs
2002-09-23 Keith Whitwellmerged r200-0-2-branch to trunk