Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
ba0bf1200ec75722c558c56f58c596ff42a3b494
/
drivers
/
gpu
/
drm
/
drm_irq.c
ba0bf12
drm: Make vblank_disable_allowed bool
by Ville Syrjälä
· 11 years ago
e91abf8
drm: Don't pass negative delta to ktime_sub_ns()
by Michel Dänzer
· 12 years ago
b7ea85a
drm: fix a use-after-free when GPU acceleration disabled
by Huacai Chen
· 12 years ago
21a245d
drm: small fix in drm_send_vblank_event()
by Rob Clark
· 12 years ago
85a7ce6
drm: make frame duration time calculation more precise
by Daniel Kurtz
· 12 years ago
03f6509
drm: Allow vblank support without DRIVER_HAVE_IRQ
by Thierry Reding
· 12 years ago
e7783ba
drm: hold event_lock while accessing vblank_event_list
by Imre Deak
· 12 years ago
0355cf3
DRM/KMS: Add Bail-Out Conditions for Loop.
by Egbert Eich
· 12 years ago
c61eef7
drm: add support for monotonic vblank timestamps
by Imre Deak
· 12 years ago
e62f2f5
drm: use monotonic time in drm_calc_vbltimestamp_from_scanoutpos
by Imre Deak
· 12 years ago
c6eefa1
drm: add drm_send_vblank_event() helper (v5)
by Rob Clark
· 12 years ago
612a9aa
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 12 years ago
760285e
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
by David Howells
· 12 years ago
ea7f7ab
drm: Add missing static storage class specifier in drm_irq.c file
by Sachin Kamat
· 12 years ago
2993555
drm: Disallow DRM_IOCTL_MODESET_CTL for KMS drivers
by Laurent Pinchart
· 13 years ago
4a1b071
drm: Don't initialize local ret variable when not needed
by Laurent Pinchart
· 13 years ago
7eb3b2c
drm: Delete the vblank timer synchronously at cleanup time
by Laurent Pinchart
· 13 years ago
884a53e
drm: remove unused code
by Sascha Hauer
· 13 years ago
d53dab3
drm: Remove utterly bogus preempt_disable() sections
by Thomas Gleixner
· 13 years ago
0007fa2
Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes
by Dave Airlie
· 13 years ago
a6778e9
drm: add some comments to drm_wait_vblank and drm_queue_vblank_event
by Ilija Hadzic
· 13 years ago
bde4889
drm: make sure drm_vblank_init() has been called before touching vbl_lock
by Ben Skeggs
· 14 years ago
2d1a8a4
gpu: Add export.h as required to drivers/gpu files.
by Paul Gortmaker
· 13 years ago
5037f8a
drm: Add NULL check about irq functions
by Joonyoung Shim
· 13 years ago
e1c44ac
drm: Fix irq install error handling
by Joonyoung Shim
· 13 years ago
69f7876
Merge remote branch 'keithp/drm-intel-next' of /ssd/git/drm-next into drm-core-next
by Dave Airlie
· 14 years ago
498548e
drm: Send pending vblank events before disabling vblank.
by Christopher James Halse Rogers
· 14 years ago
bbb0aef5
drm: Verify debug message arguments
by Joe Perches
· 14 years ago
19b01b5
drm/kernel: vblank wait on crtc > 1
by Ilija Hadzic
· 14 years ago
34db18ab
Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next
by Dave Airlie
· 14 years ago
1922756
drm: fix unsigned vs signed comparison issue in modeset ctl ioctl.
by Dave Airlie
· 14 years ago
9be6f8a
drm/vblank: Enable precise vblank timestamps for interlaced and doublescan modes.
by Mario Kleiner
· 14 years ago
bc21512
drm/vblank: Use memory barriers optimized for atomic_t instead of generics.
by Mario Kleiner
· 14 years ago
c4cc383
drm/vblank: Use abs64(diff_ns) for s64 diff_ns instead of abs(diff_ns)
by Mario Kleiner
· 14 years ago
8410ea3
drm: rework PCI/platform driver interface.
by Dave Airlie
· 14 years ago
78c6e17
drm/i915: Suppress spurious vblank interrupts
by Chris Wilson
· 14 years ago
4f12501
Merge branch 'master' of /home/airlied/kernel/linux-2.6 into drm-core-next
by Dave Airlie
· 14 years ago
ae09f09
Merge remote branch 'intel/drm-intel-next' of /ssd/git/drm-next into drm-core-next
by Dave Airlie
· 14 years ago
000fa7c
drm-vblank: Always return true vblank count of scheduled vblank event.
by Mario Kleiner
· 14 years ago
d8c58fa
Merge remote branch 'airlied/drm-core-next' into drm-intel-next
by Chris Wilson
· 14 years ago
6f33162
drm: use after free in drm_queue_vblank_event()
by Dan Carpenter
· 14 years ago
ea5d552
drm: Add missing drm_vblank_put() along queue vblank error path
by Chris Wilson
· 14 years ago
27641c3
drm/vblank: Add support for precise vblank timestamping.
by Mario Kleiner
· 14 years ago
102e734
Merge branch 'drm-tracepoints' into drm-testing
by Dave Airlie
· 15 years ago
b9c2c9a
drm: add per-event vblank event trace points
by Jesse Barnes
· 15 years ago
ac2874b
drm: add vblank event trace point
by Jesse Barnes
· 15 years ago
dcdb167
drm: Add support for platform devices to register as DRM devices
by Jordan Crouse
· 15 years ago
0bfb824
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
e32ee7f
drm: make sure vblank interrupts are disabled at DPMS time
by Jesse Barnes
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
e77cef9
drm: Avoid calling vblank function is vblank wasn't initialized
by Jerome Glisse
· 15 years ago
778c902
drm/i915: Fix sync to vblank when VGA output is turned off
by Li Peng
· 15 years ago
4a92164
drm: when queuing an event with NEXTONMISS, return queued sequence to userspace
by Jesse Barnes
· 15 years ago
c9a9c5e
drm: Add async event synchronization for drmWaitVblank
by Kristian Høgsberg
· 15 years ago
28d5204
drm/vgaarb: add VGA arbitration support to the drm and kms.
by Dave Airlie
· 15 years ago
8d3457e
drm: silence pointless vblank warning.
by Paul Rolland
· 15 years ago
9a298b2
drm: Remove memory debugging infrastructure.
by Eric Anholt
· 16 years ago
b8da7de
drm: fix irq naming for kms drivers.
by Dave Airlie
· 16 years ago
b3f5e73
drm: Correct unbalanced drm_vblank_put() during mode setting.
by Chris Wilson
· 16 years ago
14d200c
drm/i915: capture last_vblank count at IRQ uninstall time too
by Jesse Barnes
· 16 years ago
30b2363
drm: Rip out the racy, unused vblank signal code.
by Eric Anholt
· 16 years ago
dc1336f
drm/i915: set vblank enabled flag correctly across IRQ install/uninstall
by Jesse Barnes
· 16 years ago
fede5c9
drm: Add a debug node for vblank state.
by Eric Anholt
· 16 years ago
f453ba0
DRM: add mode setting support
by Dave Airlie
· 16 years ago
5244021
drm: move drm vblank initialization/cleanup to driver load/unload
by Keith Packard
· 16 years ago
5d8e6bb
drm: Remove infrastructure for supporting i915's vblank swapping.
by Eric Anholt
· 16 years ago
35ad68c
drm: Remove two leaks of vblank reference count in error paths.
by Eric Anholt
· 16 years ago
9bfbd5c
drm: kill drm_device->irq
by Jesse Barnes
· 16 years ago
0a3e67a
drm: Rework vblank-wait handling to allow interrupt reduction.
by Jesse Barnes
· 16 years ago
ed4cb41
i915: Add support for MSI and interrupt mitigation.
by Eric Anholt
· 16 years ago
e5b4f19
drm: don't call the vblank tasklet with irqs disabled.
by Thomas Hellstrom
· 16 years ago
c0e0920
drm: reorganise drm tree to be more future proof.
by Dave Airlie
· 17 years ago
[Renamed from drivers/char/drm/drm_irq.c]
af6061a
Revert "drm/vbl rework: rework how the drm deals with vblank."
by Dave Airlie
· 17 years ago
ac741ab
drm/vbl rework: rework how the drm deals with vblank.
by Jesse Barnes
· 17 years ago
3e684ea
drm: cleanup DRM_DEBUG() parameters
by Márton Németh
· 17 years ago
c153f45
drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.
by Eric Anholt
· 17 years ago
6c340ea
drm: Replace filp in ioctl arguments with drm_file *file_priv.
by Eric Anholt
· 17 years ago
5591051
drm: detypedeffing continues...
by Dave Airlie
· 18 years ago
84b1fd1
drm: remove drm_file_t, drm_device_t and drm_head_t typedefs
by Dave Airlie
· 18 years ago
c60ce62
drm: remove a bunch of typedefs on the userspace interface
by Dave Airlie
· 18 years ago
bd1b331
drm: cleanup use of Linux list handling macros
by Dave Airlie
· 18 years ago
040ac32
drm: fix driver deadlock with AIGLX and reclaim_buffers_locked
by Thomas Hellstrom
· 18 years ago
049b323
drm: Core vsync: Don't clobber target sequence number when scheduling signal.
by =?utf-8?q?Michel_D=C3=A4nzer?=
· 18 years ago
ab285d7
drm: Core vsync: Add flag DRM_VBLANK_NEXTONMISS.
by =?utf-8?q?Michel_D=C3=A4nzer?=
· 18 years ago
8163e41
drm: Make locked tasklet handling more robust.
by =?utf-8?q?Michel_D=C3=A4nzer?=
· 18 years ago
2e54a00
drm: Add support for interrupt triggered driver callback with lock held to DRM core.
by =?utf-8?q?Michel_D=C3=A4nzer?=
· 18 years ago
776c944
drm: add support for secondary vertical blank interrupt to DRM core
by =?utf-8?q?Michel_D=C3=A4nzer?=
· 18 years ago
33229601
drm: remove the DRM pci domain
by Dave Airlie
· 18 years ago
242ef0e
drm: remove local copies of pci bus/slot/func
by Dave
· 18 years ago
3d77461
drm: cleanup old compat code and DRM fns from Linux only code
by Dave Airlie
· 18 years ago
935f6e3
[PATCH] irq-flags: drivers/drm: Use the new IRQF_ constants
by Thomas Gleixner
· 19 years ago
30e2fb1
sem2mutex: drivers/char/drm/
by Dave Airlie
· 19 years ago
b5e89ed
drm: lindent the drm directory.
by Dave Airlie
· 19 years ago
c94f702
drm: misc cleanup
by Dave Airlie
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago