summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_irq.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-14drm: Remove utterly bogus preempt_disable() sectionsThomas Gleixner1-9/+0
2011-11-11Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/lin...Dave Airlie1-6/+9
2011-11-11drm: add some comments to drm_wait_vblank and drm_queue_vblank_eventIlija Hadzic1-1/+6
2011-11-10drm: make sure drm_vblank_init() has been called before touching vbl_lockBen Skeggs1-6/+9
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker1-0/+1
2011-08-04drm: Add NULL check about irq functionsJoonyoung Shim1-8/+15
2011-08-04drm: Fix irq install error handlingJoonyoung Shim1-0/+3
2011-05-16Merge remote branch 'keithp/drm-intel-next' of /ssd/git/drm-next into drm-cor...Dave Airlie1-0/+23
2011-05-04drm: Send pending vblank events before disabling vblank.Christopher James Halse Rogers1-0/+23
2011-04-28drm: Verify debug message argumentsJoe Perches1-4/+5
2011-03-21drm/kernel: vblank wait on crtc > 1Ilija Hadzic1-5/+10
2011-03-14Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie1-13/+16
2011-02-28drm: fix unsigned vs signed comparison issue in modeset ctl ioctl.Dave Airlie1-1/+2
2011-02-23drm/vblank: Enable precise vblank timestamps for interlaced and doublescan mo...Mario Kleiner1-8/+6
2011-02-23drm/vblank: Use memory barriers optimized for atomic_t instead of generics.Mario Kleiner1-3/+7
2011-02-23drm/vblank: Use abs64(diff_ns) for s64 diff_ns instead of abs(diff_ns)Mario Kleiner1-2/+2
2011-02-07drm: rework PCI/platform driver interface.Dave Airlie1-12/+2
2011-01-31drm/i915: Suppress spurious vblank interruptsChris Wilson1-3/+4
2011-01-05Merge branch 'master' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie1-2/+2
2010-12-22Merge remote branch 'intel/drm-intel-next' of /ssd/git/drm-next into drm-core...Dave Airlie1-5/+14
2010-12-21drm-vblank: Always return true vblank count of scheduled vblank event.Mario Kleiner1-0/+3
2010-12-16Merge remote branch 'airlied/drm-core-next' into drm-intel-nextChris Wilson1-25/+538
2010-12-09drm: use after free in drm_queue_vblank_event()Dan Carpenter1-2/+2
2010-12-08drm: Add missing drm_vblank_put() along queue vblank error pathChris Wilson1-5/+14
2010-11-22drm/vblank: Add support for precise vblank timestamping.Mario Kleiner1-25/+538
2010-07-07Merge branch 'drm-tracepoints' into drm-testingDave Airlie1-0/+11
2010-07-02drm: add per-event vblank event trace pointsJesse Barnes1-0/+8
2010-07-02drm: add vblank event trace pointJesse Barnes1-0/+3
2010-06-01drm: Add support for platform devices to register as DRM devicesJordan Crouse1-6/+9
2010-04-27Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-0/+1
2010-04-27drm: make sure vblank interrupts are disabled at DPMS timeJesse Barnes1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-01-08drm: Avoid calling vblank function is vblank wasn't initializedJerome Glisse1-1/+4
2009-12-01drm/i915: Fix sync to vblank when VGA output is turned offLi Peng1-8/+26
2009-11-18drm: when queuing an event with NEXTONMISS, return queued sequence to userspaceJesse Barnes1-0/+1
2009-11-18drm: Add async event synchronization for drmWaitVblankKristian Høgsberg1-0/+95
2009-09-21drm/vgaarb: add VGA arbitration support to the drm and kms.Dave Airlie1-0/+27
2009-08-09drm: silence pointless vblank warning.Paul Rolland1-1/+1
2009-06-18drm: Remove memory debugging infrastructure.Eric Anholt1-28/+16
2009-06-04drm: fix irq naming for kms drivers.Dave Airlie1-1/+7
2009-02-25drm: Correct unbalanced drm_vblank_put() during mode setting.Chris Wilson1-4/+10
2009-02-08drm/i915: capture last_vblank count at IRQ uninstall time tooJesse Barnes1-0/+1
2009-01-28drm: Rip out the racy, unused vblank signal code.Eric Anholt1-138/+23
2009-01-11drm/i915: set vblank enabled flag correctly across IRQ install/uninstallJesse Barnes1-3/+15
2008-12-29drm: Add a debug node for vblank state.Eric Anholt1-0/+9
2008-12-29DRM: add mode setting supportDave Airlie1-19/+45
2008-11-25drm: move drm vblank initialization/cleanup to driver load/unloadKeith Packard1-3/+1
2008-11-11drm: Remove infrastructure for supporting i915's vblank swapping.Eric Anholt1-80/+0
2008-10-23drm: Remove two leaks of vblank reference count in error paths.Eric Anholt1-1/+4
2008-10-18drm: kill drm_device->irqJesse Barnes1-5/+2