index
:
amd/drm-amd
amdgpu-upstream-wip
amdgpu-upstream-wip2
amdgpu-upstream-wip3
amdgpu-upstream-wip4
amdgpu-upstream-wip5
amdgpu-upstream-wip6
amdgpu-upstream-wip7
kfd-eviction-wip
master
Kernel display support for AMD GPUs
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_irq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-12
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-156
/
+305
2014-05-22
drm/irq: Coding style fix
Daniel Vetter
1
-1
/
+2
2014-05-21
drm/irq: Add kms-native crtc interface functions
Daniel Vetter
1
-0
/
+77
2014-05-21
drm/irq: kerneldoc polish
Daniel Vetter
1
-48
/
+117
2014-05-20
drm: Add drm_vblank_on()
Ville Syrjälä
1
-19
/
+53
2014-05-20
drm: Make blocking vblank wait return when the vblank interrupts get disabled
Ville Syrjälä
1
-0
/
+1
2014-05-20
drm: Make the vblank disable timer per-crtc
Ville Syrjälä
1
-19
/
+21
2014-05-20
drm: Use correct spinlock flavor in drm_vblank_get()
Peter Hurley
1
-3
/
+3
2014-04-23
drm: rip out dev->devname
Daniel Vetter
1
-7
/
+1
2014-04-23
drm: pass the irq explicitly to drm_irq_install
Daniel Vetter
1
-10
/
+3
2014-04-23
drm/irq: Look up the pci irq directly in the drm_control ioctl
Daniel Vetter
1
-2
/
+4
2014-04-23
drm/irq: track the irq installed in drm_irq_install in dev->irq
Daniel Vetter
1
-7
/
+11
2014-04-22
drm: remove drm_dev_to_irq from drivers
Daniel Vetter
1
-0
/
+5
2014-04-22
drm/irq: remove cargo-culted locking from irq_install/uninstall
Daniel Vetter
1
-17
/
+13
2014-04-22
drm/irq: drm_control is a legacy ioctl, so pci devices only
Daniel Vetter
1
-8
/
+7
2014-04-22
drm/pci: fold in irq_by_busid support
Daniel Vetter
1
-27
/
+0
2014-04-22
drm/irq: simplify irq checks in drm_wait_vblank
Daniel Vetter
1
-3
/
+2
2014-04-18
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
1
-5
/
+5
2014-01-20
drm/radeon: Move the early vblank IRQ fixup to radeon_get_crtc_scanoutpos()
Ville Syrjälä
1
-23
/
+2
2014-01-20
drm: Pass 'flags' from the caller to .get_scanout_position()
Ville Syrjälä
1
-1
/
+1
2014-01-20
drm: Fix vblank timestamping constants for interlaced modes
Ville Syrjälä
1
-6
/
+6
2014-01-20
drm: Change {pixel,line,frame}dur_ns from s64 to int
Ville Syrjälä
1
-9
/
+9
2014-01-20
drm: Use crtc_clock in drm_calc_timestamping_constants()
Ville Syrjälä
1
-1
/
+1
2014-01-20
drm: Simplify the math in drm_calc_timestamping_constants()
Ville Syrjälä
1
-15
/
+11
2014-01-20
drm: Improve drm_calc_timestamping_constants() documentation
Ville Syrjälä
1
-7
/
+6
2014-01-20
drm: Pass the display mode to drm_calc_vbltimestamp_from_scanoutpos()
Ville Syrjälä
1
-3
/
+3
2014-01-20
drm: Pass the display mode to drm_calc_timestamping_constants()
Ville Syrjälä
1
-8
/
+9
2013-12-18
drm: Kill DRM_WAKUP and DRM_INIT_WAITQUEUE
Daniel Vetter
1
-3
/
+3
2013-12-18
drm: Kill DRM_HZ
Daniel Vetter
1
-2
/
+2
2013-11-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-2
/
+2
2013-11-06
drm: Push latency sensitive bits of vblank scanoutpos timestamping into kms d...
Mario Kleiner
1
-8
/
+12
2013-11-06
drm: Remove preempt_disable() from vblank timestamping code.
Mario Kleiner
1
-7
/
+0
2013-10-14
DRM: comment: `halve' -> `half'
Michael Witten
1
-2
/
+2
2013-10-09
drm: Make irq_enabled bool
Ville Syrjälä
1
-5
/
+6
2013-10-09
drm: Collect per-crtc vblank stuff to a struct
Ville Syrjälä
1
-91
/
+47
2013-10-09
drm: Make vblank_enabled bool
Ville Syrjälä
1
-4
/
+4
2013-10-09
drm: Make vblank_disable_allowed bool
Ville Syrjälä
1
-2
/
+3
2013-08-08
drm: Don't pass negative delta to ktime_sub_ns()
Michel Dänzer
1
-1
/
+4
2013-06-03
drm: fix a use-after-free when GPU acceleration disabled
Huacai Chen
1
-1
/
+5
2013-02-17
drm: small fix in drm_send_vblank_event()
Rob Clark
1
-0
/
+1
2013-02-08
drm: make frame duration time calculation more precise
Daniel Kurtz
1
-1
/
+5
2013-02-08
drm: Allow vblank support without DRIVER_HAVE_IRQ
Thierry Reding
1
-2
/
+3
2012-11-29
drm: hold event_lock while accessing vblank_event_list
Imre Deak
1
-0
/
+3
2012-11-20
DRM/KMS: Add Bail-Out Conditions for Loop.
Egbert Eich
1
-1
/
+5
2012-11-20
drm: add support for monotonic vblank timestamps
Imre Deak
1
-5
/
+20
2012-11-20
drm: use monotonic time in drm_calc_vbltimestamp_from_scanoutpos
Imre Deak
1
-6
/
+12
2012-11-20
drm: add drm_send_vblank_event() helper (v5)
Rob Clark
1
-22
/
+52
2012-10-03
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-1
/
+1
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-1
/
+1
2012-08-24
drm: Add missing static storage class specifier in drm_irq.c file
Sachin Kamat
1
-1
/
+1
[next]