summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm/drm_irq.c
Commit message (Expand)AuthorAgeFilesLines
* fix atomic_set_xxx misuse in drmavg2010-12-111-1/+1
* Keep track of the hardware counter more aggressively while interruptsrnoland2009-06-251-0/+4
* Fix one use of atomic for refcount missed in last commit.rnoland2009-06-251-1/+1
* Additional vblank cleanups.rnoland2009-06-251-26/+29
* Ensure that we always hold the lock when calling vblank_disable_fn()rnoland2009-06-251-0/+5
* Using signals for vblank events is prone to issues. There have neverrnoland2009-06-231-48/+1
* Given that vblanks generally occur 60 times a second, waiting 3 secondsrnoland2009-06-231-1/+1
* vblank[crtc].last represents the hardware counter while request.sequencernoland2009-06-231-1/+0
* Fix up waiting on vblank again... This reverts a last minute change thatrnoland2009-03-261-5/+8
* Rework the management of vblank interrupts a bit.rnoland2009-03-251-22/+31
* Only issue the wakeup and store the counter if vblank is enabled onrnoland2009-03-201-4/+6
* Rework vblank handling to try to resolve some reports of "slow" windowsrnoland2009-03-191-19/+36
* Initialize the vblank structures at load time. Previously we did thisrnoland2009-02-281-3/+1
* Turn on MSI if the card supports it. There is a blacklist for chipsrnoland2009-02-251-17/+1
* Add some vblank related debugging and replace the DRM_WAIT_ON macrornoland2009-02-251-9/+23
* The i915 driver was the only consumer of locked task support.rnoland2009-02-251-46/+0
* Rework memory allocation to allocate memory with different type names. Thisrnoland2008-10-131-6/+5
* resync to git masterrnoland2008-10-031-55/+35
* Update drm kernel drivers.rnoland2008-08-231-66/+345
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Update DRM to CVS snapshot as of 2005-11-28. Notable changes:anholt2005-11-281-12/+21
* Update to DRM CVS as of 2005-04-12, bringing many changes:anholt2005-04-161-0/+285
OpenPOWER on IntegriCloud