summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_irq.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-14drm: Don't pass negative delta to ktime_sub_ns()Michel Dänzer1-1/+4
2013-06-03drm: fix a use-after-free when GPU acceleration disabledHuacai Chen1-1/+5
2013-02-17drm: small fix in drm_send_vblank_event()Rob Clark1-0/+1
2013-02-08drm: make frame duration time calculation more preciseDaniel Kurtz1-1/+5
2013-02-08drm: Allow vblank support without DRIVER_HAVE_IRQThierry Reding1-2/+3
2012-11-29drm: hold event_lock while accessing vblank_event_listImre Deak1-0/+3
2012-11-20DRM/KMS: Add Bail-Out Conditions for Loop.Egbert Eich1-1/+5
2012-11-20drm: add support for monotonic vblank timestampsImre Deak1-5/+20
2012-11-20drm: use monotonic time in drm_calc_vbltimestamp_from_scanoutposImre Deak1-6/+12
2012-11-20drm: add drm_send_vblank_event() helper (v5)Rob Clark1-22/+52
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2012-08-24drm: Add missing static storage class specifier in drm_irq.c fileSachin Kamat1-1/+1
2012-07-18drm: Disallow DRM_IOCTL_MODESET_CTL for KMS driversLaurent Pinchart1-1/+4
2012-05-22drm: Don't initialize local ret variable when not neededLaurent Pinchart1-13/+8
2012-05-22drm: Delete the vblank timer synchronously at cleanup timeLaurent Pinchart1-1/+1
2012-02-29drm: remove unused codeSascha Hauer1-2/+2
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