| Commit message (Expand) | Author | Age | Files | Lines |
* | drm: small fix in drm_send_vblank_event() | Rob Clark | 2013-02-17 | 1 | -0/+1 |
* | drm: make frame duration time calculation more precise | Daniel Kurtz | 2013-02-08 | 1 | -1/+5 |
* | drm: Allow vblank support without DRIVER_HAVE_IRQ | Thierry Reding | 2013-02-08 | 1 | -2/+3 |
* | drm: hold event_lock while accessing vblank_event_list | Imre Deak | 2012-11-29 | 1 | -0/+3 |
* | DRM/KMS: Add Bail-Out Conditions for Loop. | Egbert Eich | 2012-11-20 | 1 | -1/+5 |
* | drm: add support for monotonic vblank timestamps | Imre Deak | 2012-11-20 | 1 | -5/+20 |
* | drm: use monotonic time in drm_calc_vbltimestamp_from_scanoutpos | Imre Deak | 2012-11-20 | 1 | -6/+12 |
* | drm: add drm_send_vblank_event() helper (v5) | Rob Clark | 2012-11-20 | 1 | -22/+52 |
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2012-10-03 | 1 | -1/+1 |
|\ |
|
| * | drm: Add missing static storage class specifier in drm_irq.c file | Sachin Kamat | 2012-08-24 | 1 | -1/+1 |
* | | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ | David Howells | 2012-10-02 | 1 | -1/+1 |
|/ |
|
* | drm: Disallow DRM_IOCTL_MODESET_CTL for KMS drivers | Laurent Pinchart | 2012-07-18 | 1 | -1/+4 |
* | drm: Don't initialize local ret variable when not needed | Laurent Pinchart | 2012-05-22 | 1 | -13/+8 |
* | drm: Delete the vblank timer synchronously at cleanup time | Laurent Pinchart | 2012-05-22 | 1 | -1/+1 |
* | drm: remove unused code | Sascha Hauer | 2012-02-29 | 1 | -2/+2 |
* | drm: Remove utterly bogus preempt_disable() sections | Thomas Gleixner | 2011-11-14 | 1 | -9/+0 |
* | Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/lin... | Dave Airlie | 2011-11-11 | 1 | -6/+9 |
|\ |
|
| * | drm: make sure drm_vblank_init() has been called before touching vbl_lock | Ben Skeggs | 2011-11-10 | 1 | -6/+9 |
* | | drm: add some comments to drm_wait_vblank and drm_queue_vblank_event | Ilija Hadzic | 2011-11-11 | 1 | -1/+6 |
|/ |
|
* | gpu: Add export.h as required to drivers/gpu files. | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | drm: Add NULL check about irq functions | Joonyoung Shim | 2011-08-04 | 1 | -8/+15 |
* | drm: Fix irq install error handling | Joonyoung Shim | 2011-08-04 | 1 | -0/+3 |
* | Merge remote branch 'keithp/drm-intel-next' of /ssd/git/drm-next into drm-cor... | Dave Airlie | 2011-05-16 | 1 | -0/+23 |
|\ |
|
| * | drm: Send pending vblank events before disabling vblank. | Christopher James Halse Rogers | 2011-05-04 | 1 | -0/+23 |
* | | drm: Verify debug message arguments | Joe Perches | 2011-04-28 | 1 | -4/+5 |
|/ |
|
* | drm/kernel: vblank wait on crtc > 1 | Ilija Hadzic | 2011-03-21 | 1 | -5/+10 |
* | Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next | Dave Airlie | 2011-03-14 | 1 | -13/+16 |
|\ |
|
| * | drm: fix unsigned vs signed comparison issue in modeset ctl ioctl. | Dave Airlie | 2011-02-28 | 1 | -1/+2 |
| * | drm/vblank: Enable precise vblank timestamps for interlaced and doublescan mo... | Mario Kleiner | 2011-02-23 | 1 | -8/+6 |
| * | drm/vblank: Use memory barriers optimized for atomic_t instead of generics. | Mario Kleiner | 2011-02-23 | 1 | -3/+7 |
| * | drm/vblank: Use abs64(diff_ns) for s64 diff_ns instead of abs(diff_ns) | Mario Kleiner | 2011-02-23 | 1 | -2/+2 |
* | | drm: rework PCI/platform driver interface. | Dave Airlie | 2011-02-07 | 1 | -12/+2 |
|/ |
|
* | drm/i915: Suppress spurious vblank interrupts | Chris Wilson | 2011-01-31 | 1 | -3/+4 |
* | Merge branch 'master' of /home/airlied/kernel/linux-2.6 into drm-core-next | Dave Airlie | 2011-01-05 | 1 | -2/+2 |
|\ |
|
| * | drm: use after free in drm_queue_vblank_event() | Dan Carpenter | 2010-12-09 | 1 | -2/+2 |
* | | Merge remote branch 'intel/drm-intel-next' of /ssd/git/drm-next into drm-core... | Dave Airlie | 2010-12-22 | 1 | -5/+14 |
|\ \ |
|
| * \ | Merge remote branch 'airlied/drm-core-next' into drm-intel-next | Chris Wilson | 2010-12-16 | 1 | -25/+538 |
| |\ \
| | |/
| |/| |
|
| * | | drm: Add missing drm_vblank_put() along queue vblank error path | Chris Wilson | 2010-12-08 | 1 | -5/+14 |
* | | | drm-vblank: Always return true vblank count of scheduled vblank event. | Mario Kleiner | 2010-12-21 | 1 | -0/+3 |
| |/
|/| |
|
* | | drm/vblank: Add support for precise vblank timestamping. | Mario Kleiner | 2010-11-22 | 1 | -25/+538 |
|/ |
|
* | Merge branch 'drm-tracepoints' into drm-testing | Dave Airlie | 2010-07-07 | 1 | -0/+11 |
|\ |
|
| * | drm: add per-event vblank event trace points | Jesse Barnes | 2010-07-02 | 1 | -0/+8 |
| * | drm: add vblank event trace point | Jesse Barnes | 2010-07-02 | 1 | -0/+3 |
* | | drm: Add support for platform devices to register as DRM devices | Jordan Crouse | 2010-06-01 | 1 | -6/+9 |
|/ |
|
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2010-04-27 | 1 | -0/+1 |
|\ |
|
| * | drm: make sure vblank interrupts are disabled at DPMS time | Jesse Barnes | 2010-04-27 | 1 | -0/+1 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
|/ |
|
* | drm: Avoid calling vblank function is vblank wasn't initialized | Jerome Glisse | 2010-01-08 | 1 | -1/+4 |
* | drm/i915: Fix sync to vblank when VGA output is turned off | Li Peng | 2009-12-01 | 1 | -8/+26 |
* | drm: when queuing an event with NEXTONMISS, return queued sequence to userspace | Jesse Barnes | 2009-11-18 | 1 | -0/+1 |