OSDN Git Service

Merge branch 'master' into modesetting-101 - TTM & typedef removal
[android-x86/external-libdrm.git] / shared-core / i915_irq.c
2007-09-24 Jesse BarnesMerge branch 'master' into modesetting-101 - TTM &...
2007-09-19 Eric AnholtMerge branch 'origin' into bo-set-pin
2007-09-18 Michel Dänzeri915: Reinstate check that drawable has valid informati...
2007-09-18 Michel Dänzeri915: Fix scheduled buffer swaps.
2007-09-12 Jesse BarnesRemove plane->pipe mapping from SAREA private after all
2007-09-11 Jesse BarnesMerge branch 'master' of ssh://git.freedesktop.org...
2007-09-11 Jesse BarnesDisambiguate planes & pipes for swap operations
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 AnholtMerge branch 'origin'
2007-07-18 Eric AnholtAdd dry-coded DRM drawable private information storage...
2007-07-16 Dave Airliedrm: remove drmP.h internal typedefs
2007-07-16 Dave Airliedrm: detypedef drm.h and fixup all problems
2007-07-12 Ian RomanickMerge branch 'master' into xgi-0-0-2
2007-07-11 Dave AirlieMerge branch 'master' into cleanup
2007-07-03 Michel DänzerOne more spinlock initializer cleanup.
2007-06-29 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2007-06-03 rootRevert "move i915 to new drm_wait_on function"
2007-05-25 Thomas Gleixnerdrm: spinlock initializer cleanup
2007-05-23 Jesse BarnesSuspend/resume support (incomplete).
2007-05-18 Jesse BarnesMerge branch 'modesetting-101' of git+ssh://git.freedes...
2007-05-18 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2007-05-10 Keith PackardAllow vblank interrupts to remain disabled across VT...
2007-04-28 Dave Airliemove i915 to new drm_wait_on function
2007-04-26 Dave AirlieMerge branch 'origin' into modesetting-101
2007-04-26 Dave Airliei915: fix vblank pipe setup
2007-04-03 Thomas HellstromMake sure we ack irqs before we read a breadcrumb so...
2007-03-12 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/drm...
2007-03-09 Michel DänzerMerge branch 'i915-pageflip'
2007-02-28 Michel Dänzeri915: Eliminate dev_priv->current_page.
2007-02-28 Michel Dänzeri915: Fix test for synchronous flip affecting both...
2007-02-22 Michel Dänzeri915: Add support for scheduled buffer swaps to be...
2007-02-19 Michel Dänzeri915: Improved page flipping support, including triple...
2007-02-19 Michel Dänzeri915: Unify breadcrumb emission.
2007-01-25 Nian WuMerge branch 'master' into crestline
2007-01-24 Zou Nan haivblank interrupt fix
2007-01-08 Keith PackardMerge branch 'master' into crestline
2007-01-02 Michel Dänzeri915: Fix a DRM_ERROR that should be DRM_DEBUG.
2006-12-19 Dave AirlieMerge branch 'nouveau-1'
2006-11-27 Michel Dänzeri915_vblank_tasklet: Try harder to avoid tearing.
2006-11-10 Nian WuMerge branch 'master' into crestline
2006-11-05 Dave AirlieMerge branch 'master' into nouveau-1
2006-10-19 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-10-19 Thomas HellstromImporting fixes from drm-ttm-0-2-branch
2006-10-18 Thomas HellstromMerging drm-ttm-0-2-branch
2006-10-14 Stephane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2006-10-02 Michel DänzerFix type of second argument to spin_lock_irqsave().
2006-10-02 Michel DänzerFix type of second argument to spin_lock_irqsave().
2006-09-29 Michel Dänzeri915: Only schedule vblank tasklet if there are schedul...
2006-09-29 Michel Dänzeri915: Only initialize IRQ fields in postinstall, not...
2006-09-29 Michel Dänzeri915: Avoid mis-counting vblank interrupts when they...
2006-09-29 Michel Dänzeri915_vblank_swap: Add support for DRM_VBLANK_NEXTONMISS.
2006-09-29 Michel DänzerOnly return EBUSY after we've established we need to...
2006-09-29 Michel DänzerFix 'sequence has passed' condition in i915_vblank_swap().
2006-09-29 Michel DänzerMake handling of dev_priv->vblank_pipe more robust.
2006-09-29 Michel DänzerDRM_I915_VBLANK_SWAP ioctl: Take drm_vblank_seq_type_t...
2006-09-29 Michel Dänzeri915: Add ioctl for scheduling buffer swaps at vertical...
2006-09-29 Michel DänzerAdd support for secondary vertical blank interrupt...
2006-09-29 Michel Dänzeri915: Only schedule vblank tasklet if there are schedul...
2006-09-28 Michel Dänzeri915: Avoid mis-counting vblank interrupts when they...
2006-09-28 Michel Dänzeri915_vblank_swap: Add support for DRM_VBLANK_NEXTONMISS.
2006-09-28 Michel DänzerOnly return EBUSY after we've established we need to...
2006-09-28 Michel DänzerFix 'sequence has passed' condition in i915_vblank_swap().
2006-09-28 Michel DänzerMake handling of dev_priv->vblank_pipe more robust.
2006-09-28 Michel DänzerDRM_I915_VBLANK_SWAP ioctl: Take drm_vblank_seq_type_t...
2006-09-28 Michel Dänzeri915: Add ioctl for scheduling buffer swaps at vertical...
2006-09-28 Michel DänzerAdd support for secondary vertical blank interrupt...
2006-09-15 Thomas HellstromSome bugfixes.
2006-09-12 Thomas HellstromMore bugfixes.
2006-09-08 Thomas HellstromVarious bugfixes.
2006-09-05 Thomas Hellstromi915: Only turn on user IRQs when they are needed.
2006-08-29 Thomas HellstromCheckpoint commit. Buffer object flags and IOCTL argume...
2006-08-28 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-08-23 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-08-21 Thomas Hellstromi915 fence object driver implementing 2 fence object...
2006-08-10 Dave Airliei965 code and Linux coding style < 0
2006-08-08 Alan HourihaneAdd support for Intel i965G chipsets.
2006-06-22 Keith PackardRemove spurious debug messages from i915 vblank config...
2006-06-21 Keith Packardi915: Save vblank pipe configuration to restore on...
2006-06-19 Keith PackardAdd i915 ioctls to configure pipes for vblank interrupt.
2006-03-25 Dave Airlieradeon fix up the PCI ids for new memory map like the...
2006-02-18 Dave Airlieclear i915 interrupts sources on server exit
2006-02-09 Keith WhitwellUpdate the hardware breadcrumb in the sarea on irq...
2005-12-28 Dave AirlieAdd vblank support to i915 DRM..
2005-11-28 Eric AnholtAssert an MIT copyright on sis_drm.h, since one was...
2005-07-27 Eric AnholtCorrect a couple of descriptions of files in comments...
2005-06-06 Alan HourihaneFix copyrights
2005-02-01 Dave Airliemake functions static in i915, remove unused functions
2004-11-11 Dave Airliepatch from bug 1803 - will try and push to kernel soon
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-27 Dave Airlierun i915 through lindent
2004-08-27 Dave Airlie__NO_VERSION__ hasn't been needed since 2.3 days ditch...
2004-08-24 Dave AirlieMerged drmfntbl-0-0-2
2004-07-25 Dave Airliesync up with current 2.6 kernel bk tree - mostly __user...
2004-06-10 Keith Whitwelli915.o drm driver