index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_vblank.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: Fix kerneldoc for "Returns" section
renjun wang
2024-08-26
1
-2
/
+0
*
drm/vblank: add dynamic per-crtc vblank configuration support
Hamza Mahfooz
2024-07-26
1
-22
/
+59
*
drm/vblank: Introduce drm_crtc_vblank_crtc()
Ville Syrjälä
2024-04-18
1
-24
/
+34
*
drm: Remove support for legacy drivers
Thomas Zimmermann
2023-12-06
1
-19
/
+0
*
drm: Remove the legacy DRM_IOCTL_MODESET_CTL ioctl
Thomas Zimmermann
2023-12-06
1
-82
/
+0
*
drm/vblank: Fix for drivers that do not drm_vblank_init()
Rob Clark
2023-04-04
1
-2
/
+8
*
drm/vblank: Add helper to get next vblank time
Rob Clark
2023-03-28
1
-9
/
+44
*
drm: Use drm_mode_copy()
Ville Syrjälä
2022-04-12
1
-1
/
+1
*
drm: IRQ midlayer is now legacy
Thomas Zimmermann
2021-08-10
1
-4
/
+4
*
drm: Fix typo in comments
Cai Huoqing
2021-08-02
1
-6
/
+6
*
drm: Don't test for IRQ support in VBLANK ioctls
Thomas Zimmermann
2021-06-29
1
-3
/
+12
*
drm/vblank: Do not store a new vblank timestamp in drm_vblank_restore()
Ville Syrjälä
2021-04-01
1
-1
/
+2
*
drm/vblank: Document drm_crtc_vblank_restore constraints
Daniel Vetter
2021-02-10
1
-15
/
+10
*
drm/drm_vblank: set the dma-fence timestamp during send_vblank_event
Veera Sundaram Sankaran
2021-01-22
1
-1
/
+8
*
drm/vblank: Fix typo in docs
Sumera Priyadarsini
2021-01-14
1
-1
/
+1
*
drm: Compile out legacy chunks from struct drm_device
Daniel Vetter
2020-11-06
1
-3
/
+12
*
drm/atomic-helper: Remove the timestamping constant update from drm_atomic_he...
Ville Syrjälä
2020-09-14
1
-2
/
+2
*
drm/vblank: Use spin_(un)lock_irq() in drm_crtc_queue_sequence_ioctl()
Lyude Paul
2020-07-21
1
-4
/
+3
*
drm/vblank: Use spin_(un)lock_irq() in drm_queue_vblank_event()
Lyude Paul
2020-07-21
1
-4
/
+3
*
drm/vblank: Use spin_(un)lock_irq() in drm_legacy_vblank_post_modeset()
Lyude Paul
2020-07-21
1
-3
/
+2
*
drm/vblank: Use spin_(un)lock_irq() in drm_crtc_vblank_on()
Lyude Paul
2020-07-21
1
-3
/
+2
*
drm/vblank: Use spin_(un)lock_irq() in drm_crtc_vblank_reset()
Lyude Paul
2020-07-21
1
-3
/
+2
*
drm/vblank: Add vblank works
Lyude Paul
2020-07-17
1
-15
/
+29
*
drm/vblank: Use spin_(un)lock_irq() in drm_crtc_vblank_off()
Lyude Paul
2020-07-17
1
-3
/
+2
*
drm/vblank: Register drmm cleanup action once per drm_vblank_crtc
Lyude Paul
2020-07-17
1
-13
/
+10
*
drm : Insert blank lines after declarations.
Suraj Upadhyay
2020-07-02
1
-0
/
+1
*
drm/vblank: use drm_WARN for all warnings
Sam Ravnborg
2020-05-31
1
-33
/
+35
*
drm/vblank: use drm_* functions for logging
Sam Ravnborg
2020-05-31
1
-58
/
+75
*
drm: use drm_dev_has_vblank more
Daniel Vetter
2020-05-29
1
-7
/
+7
*
drm/vblank: Fix -Wformat compile warnings on some arches
Lyude Paul
2020-05-23
1
-2
/
+2
*
drm/vblank: remove outdated and noisy output
Wolfram Sang
2020-05-14
1
-2
/
+0
*
drm/vblank: Add intro to documentation
Sam Ravnborg
2020-04-07
1
-0
/
+63
*
drm: Manage drm_vblank_cleanup with drmm_
Daniel Vetter
2020-03-26
1
-19
/
+12
*
drm/vblank: Fix documentation of VBLANK timestamp helper
Thomas Zimmermann
2020-03-06
1
-2
/
+1
*
drm: Remove legacy version of get_scanout_position()
Thomas Zimmermann
2020-02-13
1
-20
/
+7
*
drm: Clean-up VBLANK-related callbacks in struct drm_driver
Thomas Zimmermann
2020-02-13
1
-72
/
+9
*
drm: Add get_vblank_timestamp() to struct drm_crtc_funcs
Thomas Zimmermann
2020-02-13
1
-9
/
+67
*
drm: Add get_scanout_position() to struct drm_crtc_helper_funcs
Thomas Zimmermann
2020-02-13
1
-18
/
+83
*
drm: Remove internal setup of struct drm_device.vblank_disable_immediate
Thomas Zimmermann
2020-02-13
1
-13
/
+0
*
drm: Initialize struct drm_crtc_state.no_vblank from device settings
Thomas Zimmermann
2020-01-30
1
-0
/
+28
*
drm/drm_vblank: Change EINVAL by the correct errno
Rodrigo Siqueira
2019-10-09
1
-3
/
+3
*
drm/print: add drm_debug_enabled()
Jani Nikula
2019-10-02
1
-3
/
+3
*
drm/vblank: Document and fix vblank count barrier semantics
Daniel Vetter
2019-09-03
1
-4
/
+41
*
drm: Add high-precision time to vblank trace event
Heinrich Fink
2019-09-03
1
-1
/
+2
*
drm/vblank: drop use of DRM_WAIT_ON()
Sam Ravnborg
2019-08-03
1
-5
/
+20
*
drm: add debug print to update_vblank_count
Oleg Vasilev
2019-06-14
1
-3
/
+7
*
drm: drop use of drmP.h in drm/*
Sam Ravnborg
2019-05-27
1
-3
/
+9
*
drm: Trivial comment grammar cleanups
Matt Roper
2019-02-04
1
-1
/
+1
*
drm/vblank: Allow dynamic per-crtc max_vblank_count
Ville Syrjälä
2019-01-14
1
-3
/
+42
*
drm: Differentiate the lack of an interface from invalid parameter
Chris Wilson
2018-09-14
1
-2
/
+2
[next]