aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_irq.c
Commit message (Expand)AuthorAge
* drm: small fix in drm_send_vblank_event()Rob Clark2013-02-17
* drm: make frame duration time calculation more preciseDaniel Kurtz2013-02-07
* drm: Allow vblank support without DRIVER_HAVE_IRQThierry Reding2013-02-07
* drm: hold event_lock while accessing vblank_event_listImre Deak2012-11-29
* DRM/KMS: Add Bail-Out Conditions for Loop.Egbert Eich2012-11-20
* drm: add support for monotonic vblank timestampsImre Deak2012-11-20
* drm: use monotonic time in drm_calc_vbltimestamp_from_scanoutposImre Deak2012-11-20
* drm: add drm_send_vblank_event() helper (v5)Rob Clark2012-11-20
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-04
|\
| * drm: Add missing static storage class specifier in drm_irq.c fileSachin Kamat2012-08-23
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-02
|/
* drm: Disallow DRM_IOCTL_MODESET_CTL for KMS driversLaurent Pinchart2012-07-17
* drm: Don't initialize local ret variable when not neededLaurent Pinchart2012-05-22
* drm: Delete the vblank timer synchronously at cleanup timeLaurent Pinchart2012-05-22
* drm: remove unused codeSascha Hauer2012-02-29
* drm: Remove utterly bogus preempt_disable() sectionsThomas Gleixner2011-11-14
* Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/lin...Dave Airlie2011-11-11
|\
| * drm: make sure drm_vblank_init() has been called before touching vbl_lockBen Skeggs2011-11-09
* | drm: add some comments to drm_wait_vblank and drm_queue_vblank_eventIlija Hadzic2011-11-11
|/
* gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker2011-10-31
* drm: Add NULL check about irq functionsJoonyoung Shim2011-08-04
* drm: Fix irq install error handlingJoonyoung Shim2011-08-04
* Merge remote branch 'keithp/drm-intel-next' of /ssd/git/drm-next into drm-cor...Dave Airlie2011-05-15
|\
| * drm: Send pending vblank events before disabling vblank.Christopher James Halse Rogers2011-05-03
* | drm: Verify debug message argumentsJoe Perches2011-04-28
|/
* drm/kernel: vblank wait on crtc > 1Ilija Hadzic2011-03-20
* Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie2011-03-14
|\
| * drm: fix unsigned vs signed comparison issue in modeset ctl ioctl.Dave Airlie2011-02-28
| * drm/vblank: Enable precise vblank timestamps for interlaced and doublescan mo...Mario Kleiner2011-02-22
| * drm/vblank: Use memory barriers optimized for atomic_t instead of generics.Mario Kleiner2011-02-22
| * drm/vblank: Use abs64(diff_ns) for s64 diff_ns instead of abs(diff_ns)Mario Kleiner2011-02-22
* | drm: rework PCI/platform driver interface.Dave Airlie2011-02-06
|/
* drm/i915: Suppress spurious vblank interruptsChris Wilson2011-01-31
* Merge branch 'master' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie2011-01-04
|\
| * drm: use after free in drm_queue_vblank_event()Dan Carpenter2010-12-09
* | Merge remote branch 'intel/drm-intel-next' of /ssd/git/drm-next into drm-core...Dave Airlie2010-12-21
|\ \
| * \ Merge remote branch 'airlied/drm-core-next' into drm-intel-nextChris Wilson2010-12-16
| |\ \ | | |/ | |/|
| * | drm: Add missing drm_vblank_put() along queue vblank error pathChris Wilson2010-12-07
* | | drm-vblank: Always return true vblank count of scheduled vblank event.Mario Kleiner2010-12-20
| |/ |/|
* | drm/vblank: Add support for precise vblank timestamping.Mario Kleiner2010-11-21
|/
* Merge branch 'drm-tracepoints' into drm-testingDave Airlie2010-07-07
|\
| * drm: add per-event vblank event trace pointsJesse Barnes2010-07-02
| * drm: add vblank event trace pointJesse Barnes2010-07-02
* | drm: Add support for platform devices to register as DRM devicesJordan Crouse2010-05-31
|/
* Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-04-27
|\
| * drm: make sure vblank interrupts are disabled at DPMS timeJesse Barnes2010-04-26
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
|/
* drm: Avoid calling vblank function is vblank wasn't initializedJerome Glisse2010-01-07
* drm/i915: Fix sync to vblank when VGA output is turned offLi Peng2009-12-01
* drm: when queuing an event with NEXTONMISS, return queued sequence to userspaceJesse Barnes2009-11-17