index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_vblank.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-12
drm: Use drm_mode_copy()
Ville Syrjälä
1
-1
/
+1
2021-08-10
drm: IRQ midlayer is now legacy
Thomas Zimmermann
1
-4
/
+4
2021-08-02
drm: Fix typo in comments
Cai Huoqing
1
-6
/
+6
2021-06-29
drm: Don't test for IRQ support in VBLANK ioctls
Thomas Zimmermann
1
-3
/
+12
2021-04-01
drm/vblank: Do not store a new vblank timestamp in drm_vblank_restore()
Ville Syrjälä
1
-1
/
+2
2021-02-10
drm/vblank: Document drm_crtc_vblank_restore constraints
Daniel Vetter
1
-15
/
+10
2021-01-22
drm/drm_vblank: set the dma-fence timestamp during send_vblank_event
Veera Sundaram Sankaran
1
-1
/
+8
2021-01-14
drm/vblank: Fix typo in docs
Sumera Priyadarsini
1
-1
/
+1
2020-11-06
drm: Compile out legacy chunks from struct drm_device
Daniel Vetter
1
-3
/
+12
2020-09-14
drm/atomic-helper: Remove the timestamping constant update from drm_atomic_he...
Ville Syrjälä
1
-2
/
+2
2020-07-21
drm/vblank: Use spin_(un)lock_irq() in drm_crtc_queue_sequence_ioctl()
Lyude Paul
1
-4
/
+3
2020-07-21
drm/vblank: Use spin_(un)lock_irq() in drm_queue_vblank_event()
Lyude Paul
1
-4
/
+3
2020-07-21
drm/vblank: Use spin_(un)lock_irq() in drm_legacy_vblank_post_modeset()
Lyude Paul
1
-3
/
+2
2020-07-21
drm/vblank: Use spin_(un)lock_irq() in drm_crtc_vblank_on()
Lyude Paul
1
-3
/
+2
2020-07-21
drm/vblank: Use spin_(un)lock_irq() in drm_crtc_vblank_reset()
Lyude Paul
1
-3
/
+2
2020-07-16
drm/vblank: Add vblank works
Lyude Paul
1
-15
/
+29
2020-07-16
drm/vblank: Use spin_(un)lock_irq() in drm_crtc_vblank_off()
Lyude Paul
1
-3
/
+2
2020-07-16
drm/vblank: Register drmm cleanup action once per drm_vblank_crtc
Lyude Paul
1
-13
/
+10
2020-07-02
drm : Insert blank lines after declarations.
Suraj Upadhyay
1
-0
/
+1
2020-05-31
drm/vblank: use drm_WARN for all warnings
Sam Ravnborg
1
-33
/
+35
2020-05-31
drm/vblank: use drm_* functions for logging
Sam Ravnborg
1
-58
/
+75
2020-05-29
drm: use drm_dev_has_vblank more
Daniel Vetter
1
-7
/
+7
2020-05-23
drm/vblank: Fix -Wformat compile warnings on some arches
Lyude Paul
1
-2
/
+2
2020-05-14
drm/vblank: remove outdated and noisy output
Wolfram Sang
1
-2
/
+0
2020-04-07
drm/vblank: Add intro to documentation
Sam Ravnborg
1
-0
/
+63
2020-03-26
drm: Manage drm_vblank_cleanup with drmm_
Daniel Vetter
1
-19
/
+12
2020-03-06
drm/vblank: Fix documentation of VBLANK timestamp helper
Thomas Zimmermann
1
-2
/
+1
2020-02-13
drm: Remove legacy version of get_scanout_position()
Thomas Zimmermann
1
-20
/
+7
2020-02-13
drm: Clean-up VBLANK-related callbacks in struct drm_driver
Thomas Zimmermann
1
-72
/
+9
2020-02-13
drm: Add get_vblank_timestamp() to struct drm_crtc_funcs
Thomas Zimmermann
1
-9
/
+67
2020-02-13
drm: Add get_scanout_position() to struct drm_crtc_helper_funcs
Thomas Zimmermann
1
-18
/
+83
2020-02-13
drm: Remove internal setup of struct drm_device.vblank_disable_immediate
Thomas Zimmermann
1
-13
/
+0
2020-01-30
drm: Initialize struct drm_crtc_state.no_vblank from device settings
Thomas Zimmermann
1
-0
/
+28
2019-10-08
drm/drm_vblank: Change EINVAL by the correct errno
Rodrigo Siqueira
1
-3
/
+3
2019-10-02
drm/print: add drm_debug_enabled()
Jani Nikula
1
-3
/
+3
2019-09-03
drm/vblank: Document and fix vblank count barrier semantics
Daniel Vetter
1
-4
/
+41
2019-09-03
drm: Add high-precision time to vblank trace event
Heinrich Fink
1
-1
/
+2
2019-08-03
drm/vblank: drop use of DRM_WAIT_ON()
Sam Ravnborg
1
-5
/
+20
2019-06-14
drm: add debug print to update_vblank_count
Oleg Vasilev
1
-3
/
+7
2019-05-27
drm: drop use of drmP.h in drm/*
Sam Ravnborg
1
-3
/
+9
2019-02-04
drm: Trivial comment grammar cleanups
Matt Roper
1
-1
/
+1
2019-01-14
drm/vblank: Allow dynamic per-crtc max_vblank_count
Ville Syrjälä
1
-3
/
+42
2018-09-14
drm: Differentiate the lack of an interface from invalid parameter
Chris Wilson
1
-2
/
+2
2018-09-04
drm: Suppress user controlled spam for invalid drm_wait_vblank_ioctl
Chris Wilson
1
-1
/
+1
2018-08-08
drm/doc: clarify how to acquire required vblank event reference
Stefan Agner
1
-2
/
+2
2018-03-14
Merge tag 'drm-intel-next-2018-03-08' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-8
/
+14
2018-03-14
Merge tag 'drm-misc-next-2018-03-09-3' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
1
-0
/
+9
2018-03-06
drm: NULL pointer dereference [null-pointer-deref] (CWE 476) problem
Joe Moriarty
1
-0
/
+9
2018-02-21
drm/doc: Fix documentation for _vblank_restore().
Dhinakaran Pandiyan
1
-8
/
+14
2018-02-15
drm/vblank: Restoring vblank counts after device PM events.
Dhinakaran Pandiyan
1
-0
/
+59
[next]