index
:
platform/upstream/libdrm
accepted/tizen/ivi/genivi
accepted/tizen/ivi/release
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2014.q4_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_base
accepted/tizen_7.0_base
accepted/tizen_7.0_base_hotfix
accepted/tizen_8.0_base
accepted/tizen_9.0_base
accepted/tizen_base
accepted/tizen_base_asan
accepted/tizen_base_dev
accepted/tizen_base_riscv
accepted/tizen_base_toolchain
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
atomic
devel/sprd_drm
devel/x11
old/tizen_20170308
old/tizen_20180227
old/tizen_20190318
old/tizen_20190424
old/tizen_20201207
old/tizen_base_20221208
old/tizen_base_20231204
pristine-tar
sandbox/elongbug/test
sandbox/ipptest
sandbox/m.szyprowski/atomictest_vc4
sandbox/m.szyprowski/ipp_v2
sandbox/mkashkarov/tizen_6.0_build
sandbox/mszyprowski/ipp_v2
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5_base
tizen_7.0_base
tizen_7.0_base_hotfix
tizen_8.0_base
tizen_9.0_base
tizen_base
tizen_ivi_genivi
tizen_ivi_panda
tizen_ivi_release
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-core
/
drm_irq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-17
Drop shared-core, bsd-core, linux-core and scripts subdirs
Kristian Høgsberg
1
-769
/
+0
2009-02-27
Move vblank_init to driver load time.
Robert Noland
1
-3
/
+1
2008-12-10
Revert "Merge branch 'modesetting-gem'"
Jesse Barnes
1
-103
/
+19
2008-11-12
mode: Remove hotplug support from ioctl interface
Jakob Bornecrantz
1
-52
/
+0
2008-09-30
Merge remote branch 'origin/master' into modesetting-gem
Dave Airlie
1
-8
/
+12
2008-08-13
Don't call the vblank tasklet with irqs disabled.
Thomas Hellstrom
1
-8
/
+12
2008-07-31
Merge commit 'origin/master' into modesetting-gem
Kristian Høgsberg
1
-56
/
+86
2008-07-28
Merge commit 'origin/master' into drm-gem
Eric Anholt
1
-52
/
+84
2008-07-21
Reinstate dev->vblank_enabled[].
Michel Dänzer
1
-3
/
+15
2008-07-21
Drop workaround for driver vblank counter going backwards.
Michel Dänzer
1
-9
/
+2
2008-07-21
vblank-rework rework cleanups.
Michel Dänzer
1
-26
/
+4
2008-07-21
Remove obsolete dev->vblank_suspend[crtc] tests.
Michel Dänzer
1
-20
/
+10
2008-07-19
Update vblank code to new API
Jesse Barnes
1
-32
/
+40
2008-07-17
Avoid incorrect vblank wakeups
Jesse Barnes
1
-27
/
+47
2008-06-18
Merge commit 'origin/drm-gem' into modesetting-gem
Jesse Barnes
1
-8
/
+12
2008-06-16
[linux] Use the device's irq for handler setup instead of stale dev->irq.
Eric Anholt
1
-8
/
+12
2008-06-10
Merge commit 'origin/drm-gem' into modesetting-gem
Jesse Barnes
1
-0
/
+1
2008-06-06
[intel-gem] Use timers to retire requests periodically.
Keith Packard
1
-0
/
+1
2008-06-03
vblank: Don't wait or update the counter while the CRTC is supposedly disabled.
Michel Dänzer
1
-23
/
+39
2008-06-03
vblank: Clean up compensation for spurious wraparounds of driver counter.
Michel Dänzer
1
-9
/
+13
2008-06-03
vblank: Special-case driver vblank counter going back by 1.
Michel Dänzer
1
-3
/
+10
2008-06-03
vblank: Don't return current sequence number and time if interrupted by signal.
Michel Dänzer
1
-5
/
+9
2008-04-28
Merge branch 'master' into modesetting-101
Thomas Hellstrom
1
-1
/
+1
2008-04-27
Use fixed sized types in new ioctls
Jesse Barnes
1
-1
/
+1
2008-03-11
Add support for monitor hotplug signals/waits
Alan Hourihane
1
-16
/
+150
2008-03-07
drm/modesetting: fixup irq removal on exit
Dave Airlie
1
-3
/
+2
2008-02-28
drm: add modesetting as a driver feature.
Dave Airlie
1
-0
/
+5
2008-02-21
Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode...
Alan Hourihane
1
-2
/
+2
2008-02-21
Don't free irq resources until after we've unregistered the handler.
Kristian Høgsberg
1
-2
/
+2
2008-02-21
Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode...
Alan Hourihane
1
-16
/
+33
2008-02-21
linux: Clean up vblank related resources from drm_irq_uninstall().
Michel Dänzer
1
-16
/
+33
2008-02-18
Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode...
Alan Hourihane
1
-5
/
+24
2008-02-13
major port of multi-master ideas into modesetting
Dave Airlie
1
-3
/
+3
2008-02-07
Fix vblank enable/disable callbacks
Jesse Barnes
1
-5
/
+24
2008-01-25
if irq already enabled well just keep trucking
Dave Airlie
1
-1
/
+1
2008-01-24
Fixup modeset ioctl number & typedef usage
Jesse Barnes
1
-9
/
+3
2008-01-22
Merge branch 'master' into vblank-rework, including mach64 support
Jesse Barnes
1
-4
/
+4
2008-01-03
drm: cleanup DRM_DEBUG() parameters
Márton Németh
1
-2
/
+2
2007-11-22
drm: major whitespace/coding style realignment with kernel
Dave Airlie
1
-2
/
+2
2007-11-01
Cleanup vblank_init and fix drm_irq_install
Jesse Barnes
1
-6
/
+9
2007-10-30
Merge branch 'master' into vblank-rework, fixup remaining drivers
Jesse Barnes
1
-78
/
+62
2007-08-06
nouveau: Various internal and external API changes
Ben Skeggs
1
-1
/
+2
2007-07-20
Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.
Eric Anholt
1
-51
/
+36
2007-07-20
Replace filp in ioctl arguments with drm_file *file_priv.
Eric Anholt
1
-11
/
+8
2007-07-16
drm: remove drmP.h internal typedefs
Dave Airlie
1
-14
/
+14
2007-07-16
drm: detypedef drm.h and fixup all problems
Dave Airlie
1
-6
/
+6
2007-06-22
Merge branch 'vblank-rework' into vblank
Jesse Barnes
1
-2
/
+15
2007-06-22
more vblank rework
Jesse Barnes
1
-2
/
+15
2007-06-22
Fix vblank wait condition.
Michel Dänzer
1
-1
/
+1
2007-06-22
Use drm_calloc instead of assigning 0.
Michel Dänzer
1
-9
/
+6
[next]