aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_irq.c
AgeCommit message (Expand)Author
2013-10-09drm: Make irq_enabled boolVille Syrjälä
2013-10-09drm: Collect per-crtc vblank stuff to a structVille Syrjälä
2013-10-09drm: Make vblank_enabled boolVille Syrjälä
2013-10-09drm: Make vblank_disable_allowed boolVille Syrjälä
2013-08-08drm: Don't pass negative delta to ktime_sub_ns()Michel Dänzer
2013-06-03drm: fix a use-after-free when GPU acceleration disabledHuacai Chen
2013-02-17drm: small fix in drm_send_vblank_event()Rob Clark
2013-02-08drm: make frame duration time calculation more preciseDaniel Kurtz
2013-02-08drm: Allow vblank support without DRIVER_HAVE_IRQThierry Reding
2012-11-29drm: hold event_lock while accessing vblank_event_listImre Deak
2012-11-20DRM/KMS: Add Bail-Out Conditions for Loop.Egbert Eich
2012-11-20drm: add support for monotonic vblank timestampsImre Deak
2012-11-20drm: use monotonic time in drm_calc_vbltimestamp_from_scanoutposImre Deak
2012-11-20drm: add drm_send_vblank_event() helper (v5)Rob Clark
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-08-24drm: Add missing static storage class specifier in drm_irq.c fileSachin Kamat
2012-07-18drm: Disallow DRM_IOCTL_MODESET_CTL for KMS driversLaurent Pinchart
2012-05-22drm: Don't initialize local ret variable when not neededLaurent Pinchart
2012-05-22drm: Delete the vblank timer synchronously at cleanup timeLaurent Pinchart
2012-02-29drm: remove unused codeSascha Hauer
2011-11-14drm: Remove utterly bogus preempt_disable() sectionsThomas Gleixner
2011-11-11Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/lin...Dave Airlie
2011-11-11drm: add some comments to drm_wait_vblank and drm_queue_vblank_eventIlija Hadzic
2011-11-10drm: make sure drm_vblank_init() has been called before touching vbl_lockBen Skeggs
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker
2011-08-04drm: Add NULL check about irq functionsJoonyoung Shim
2011-08-04drm: Fix irq install error handlingJoonyoung Shim
2011-05-16Merge remote branch 'keithp/drm-intel-next' of /ssd/git/drm-next into drm-cor...Dave Airlie
2011-05-04drm: Send pending vblank events before disabling vblank.Christopher James Halse Rogers
2011-04-28drm: Verify debug message argumentsJoe Perches
2011-03-21drm/kernel: vblank wait on crtc > 1Ilija Hadzic
2011-03-14Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie
2011-02-28drm: fix unsigned vs signed comparison issue in modeset ctl ioctl.Dave Airlie
2011-02-23drm/vblank: Enable precise vblank timestamps for interlaced and doublescan mo...Mario Kleiner
2011-02-23drm/vblank: Use memory barriers optimized for atomic_t instead of generics.Mario Kleiner
2011-02-23drm/vblank: Use abs64(diff_ns) for s64 diff_ns instead of abs(diff_ns)Mario Kleiner
2011-02-07drm: rework PCI/platform driver interface.Dave Airlie
2011-01-31drm/i915: Suppress spurious vblank interruptsChris Wilson
2011-01-05Merge branch 'master' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie
2010-12-22Merge remote branch 'intel/drm-intel-next' of /ssd/git/drm-next into drm-core...Dave Airlie
2010-12-21drm-vblank: Always return true vblank count of scheduled vblank event.Mario Kleiner
2010-12-16Merge remote branch 'airlied/drm-core-next' into drm-intel-nextChris Wilson
2010-12-09drm: use after free in drm_queue_vblank_event()Dan Carpenter
2010-12-08drm: Add missing drm_vblank_put() along queue vblank error pathChris Wilson
2010-11-22drm/vblank: Add support for precise vblank timestamping.Mario Kleiner
2010-07-07Merge branch 'drm-tracepoints' into drm-testingDave Airlie
2010-07-02drm: add per-event vblank event trace pointsJesse Barnes
2010-07-02drm: add vblank event trace pointJesse Barnes
2010-06-01drm: Add support for platform devices to register as DRM devicesJordan Crouse