index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_irq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2014-06-12
1
-156
/
+305
|
\
|
*
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
*
|
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
2014-04-18
1
-5
/
+5
|
/
*
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
|
/
[next]