index
:
delta/linux-stable.git
baserock/v2.6.28.9/aspeed
baserock/v2.6.28.9/openbmc_aspeed_wedge
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.2.y
linux-6.3.y
linux-rolling-lts
linux-rolling-stable
master
git.kernel.org: pub/scm/linux/kernel/git/stable/linux-stable.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_irq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/irq: Coding style fix
Daniel Vetter
2014-05-22
1
-1
/
+2
*
drm/irq: Add kms-native crtc interface functions
Daniel Vetter
2014-05-21
1
-0
/
+77
*
drm/irq: kerneldoc polish
Daniel Vetter
2014-05-21
1
-48
/
+117
*
drm: Add drm_vblank_on()
Ville Syrjälä
2014-05-20
1
-19
/
+53
*
drm: Make blocking vblank wait return when the vblank interrupts get disabled
Ville Syrjälä
2014-05-20
1
-0
/
+1
*
drm: Make the vblank disable timer per-crtc
Ville Syrjälä
2014-05-20
1
-19
/
+21
*
drm: Use correct spinlock flavor in drm_vblank_get()
Peter Hurley
2014-05-20
1
-3
/
+3
*
drm: rip out dev->devname
Daniel Vetter
2014-04-23
1
-7
/
+1
*
drm: pass the irq explicitly to drm_irq_install
Daniel Vetter
2014-04-23
1
-10
/
+3
*
drm/irq: Look up the pci irq directly in the drm_control ioctl
Daniel Vetter
2014-04-23
1
-2
/
+4
*
drm/irq: track the irq installed in drm_irq_install in dev->irq
Daniel Vetter
2014-04-23
1
-7
/
+11
*
drm: remove drm_dev_to_irq from drivers
Daniel Vetter
2014-04-22
1
-0
/
+5
*
drm/irq: remove cargo-culted locking from irq_install/uninstall
Daniel Vetter
2014-04-22
1
-17
/
+13
*
drm/irq: drm_control is a legacy ioctl, so pci devices only
Daniel Vetter
2014-04-22
1
-8
/
+7
*
drm/pci: fold in irq_by_busid support
Daniel Vetter
2014-04-22
1
-27
/
+0
*
drm/irq: simplify irq checks in drm_wait_vblank
Daniel Vetter
2014-04-22
1
-3
/
+2
*
drm/radeon: Move the early vblank IRQ fixup to radeon_get_crtc_scanoutpos()
Ville Syrjälä
2014-01-20
1
-23
/
+2
*
drm: Pass 'flags' from the caller to .get_scanout_position()
Ville Syrjälä
2014-01-20
1
-1
/
+1
*
drm: Fix vblank timestamping constants for interlaced modes
Ville Syrjälä
2014-01-20
1
-6
/
+6
*
drm: Change {pixel,line,frame}dur_ns from s64 to int
Ville Syrjälä
2014-01-20
1
-9
/
+9
*
drm: Use crtc_clock in drm_calc_timestamping_constants()
Ville Syrjälä
2014-01-20
1
-1
/
+1
*
drm: Simplify the math in drm_calc_timestamping_constants()
Ville Syrjälä
2014-01-20
1
-15
/
+11
*
drm: Improve drm_calc_timestamping_constants() documentation
Ville Syrjälä
2014-01-20
1
-7
/
+6
*
drm: Pass the display mode to drm_calc_vbltimestamp_from_scanoutpos()
Ville Syrjälä
2014-01-20
1
-3
/
+3
*
drm: Pass the display mode to drm_calc_timestamping_constants()
Ville Syrjälä
2014-01-20
1
-8
/
+9
*
drm: Kill DRM_WAKUP and DRM_INIT_WAITQUEUE
Daniel Vetter
2013-12-18
1
-3
/
+3
*
drm: Kill DRM_HZ
Daniel Vetter
2013-12-18
1
-2
/
+2
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2013-11-15
1
-2
/
+2
|
\
|
*
DRM: comment: `halve' -> `half'
Michael Witten
2013-10-14
1
-2
/
+2
*
|
drm: Push latency sensitive bits of vblank scanoutpos timestamping into kms d...
Mario Kleiner
2013-11-06
1
-8
/
+12
*
|
drm: Remove preempt_disable() from vblank timestamping code.
Mario Kleiner
2013-11-06
1
-7
/
+0
*
|
drm: Make irq_enabled bool
Ville Syrjälä
2013-10-09
1
-5
/
+6
*
|
drm: Collect per-crtc vblank stuff to a struct
Ville Syrjälä
2013-10-09
1
-91
/
+47
*
|
drm: Make vblank_enabled bool
Ville Syrjälä
2013-10-09
1
-4
/
+4
*
|
drm: Make vblank_disable_allowed bool
Ville Syrjälä
2013-10-09
1
-2
/
+3
|
/
*
drm: Don't pass negative delta to ktime_sub_ns()
Michel Dänzer
2013-08-08
1
-1
/
+4
*
drm: fix a use-after-free when GPU acceleration disabled
Huacai Chen
2013-06-03
1
-1
/
+5
*
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
[next]