index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_vblank.c
Age
Commit message (
Expand
)
Author
2020-07-21
drm/vblank: Use spin_(un)lock_irq() in drm_crtc_queue_sequence_ioctl()
Lyude Paul
2020-07-21
drm/vblank: Use spin_(un)lock_irq() in drm_queue_vblank_event()
Lyude Paul
2020-07-21
drm/vblank: Use spin_(un)lock_irq() in drm_legacy_vblank_post_modeset()
Lyude Paul
2020-07-21
drm/vblank: Use spin_(un)lock_irq() in drm_crtc_vblank_on()
Lyude Paul
2020-07-21
drm/vblank: Use spin_(un)lock_irq() in drm_crtc_vblank_reset()
Lyude Paul
2020-07-16
drm/vblank: Add vblank works
Lyude Paul
2020-07-16
drm/vblank: Use spin_(un)lock_irq() in drm_crtc_vblank_off()
Lyude Paul
2020-07-16
drm/vblank: Register drmm cleanup action once per drm_vblank_crtc
Lyude Paul
2020-07-02
drm : Insert blank lines after declarations.
Suraj Upadhyay
2020-05-31
drm/vblank: use drm_WARN for all warnings
Sam Ravnborg
2020-05-31
drm/vblank: use drm_* functions for logging
Sam Ravnborg
2020-05-29
drm: use drm_dev_has_vblank more
Daniel Vetter
2020-05-23
drm/vblank: Fix -Wformat compile warnings on some arches
Lyude Paul
2020-05-14
drm/vblank: remove outdated and noisy output
Wolfram Sang
2020-04-07
drm/vblank: Add intro to documentation
Sam Ravnborg
2020-03-26
drm: Manage drm_vblank_cleanup with drmm_
Daniel Vetter
2020-03-06
drm/vblank: Fix documentation of VBLANK timestamp helper
Thomas Zimmermann
2020-02-13
drm: Remove legacy version of get_scanout_position()
Thomas Zimmermann
2020-02-13
drm: Clean-up VBLANK-related callbacks in struct drm_driver
Thomas Zimmermann
2020-02-13
drm: Add get_vblank_timestamp() to struct drm_crtc_funcs
Thomas Zimmermann
2020-02-13
drm: Add get_scanout_position() to struct drm_crtc_helper_funcs
Thomas Zimmermann
2020-02-13
drm: Remove internal setup of struct drm_device.vblank_disable_immediate
Thomas Zimmermann
2020-01-30
drm: Initialize struct drm_crtc_state.no_vblank from device settings
Thomas Zimmermann
2019-10-08
drm/drm_vblank: Change EINVAL by the correct errno
Rodrigo Siqueira
2019-10-02
drm/print: add drm_debug_enabled()
Jani Nikula
2019-09-03
drm/vblank: Document and fix vblank count barrier semantics
Daniel Vetter
2019-09-03
drm: Add high-precision time to vblank trace event
Heinrich Fink
2019-08-03
drm/vblank: drop use of DRM_WAIT_ON()
Sam Ravnborg
2019-06-14
drm: add debug print to update_vblank_count
Oleg Vasilev
2019-05-27
drm: drop use of drmP.h in drm/*
Sam Ravnborg
2019-02-04
drm: Trivial comment grammar cleanups
Matt Roper
2019-01-14
drm/vblank: Allow dynamic per-crtc max_vblank_count
Ville Syrjälä
2018-09-14
drm: Differentiate the lack of an interface from invalid parameter
Chris Wilson
2018-09-04
drm: Suppress user controlled spam for invalid drm_wait_vblank_ioctl
Chris Wilson
2018-08-08
drm/doc: clarify how to acquire required vblank event reference
Stefan Agner
2018-03-14
Merge tag 'drm-intel-next-2018-03-08' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2018-03-14
Merge tag 'drm-misc-next-2018-03-09-3' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
2018-03-06
drm: NULL pointer dereference [null-pointer-deref] (CWE 476) problem
Joe Moriarty
2018-02-21
drm/doc: Fix documentation for _vblank_restore().
Dhinakaran Pandiyan
2018-02-15
drm/vblank: Restoring vblank counts after device PM events.
Dhinakaran Pandiyan
2018-02-15
drm/vblank: Do not update vblank count if interrupts are already disabled.
Dhinakaran Pandiyan
2018-02-15
drm/vblank: Data type fixes for 64-bit vblank sequences.
Dhinakaran Pandiyan
2017-12-04
Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2017-11-29
drm/vblank: Fix vblank timestamp debugs
Ville Syrjälä
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-07
drm/vblank: Tune drm_crtc_accurate_vblank_count() WARN down to a debug
Ville Syrjälä
2017-10-25
drm: Check mode object lease status in all master ioctl paths [v4]
Keith Packard
2017-10-23
drm: Add CRTC_GET_SEQUENCE and CRTC_QUEUE_SEQUENCE ioctls [v3]
Keith Packard
2017-10-21
drm: Reorganize drm_pending_event to support future event types [v2]
Keith Packard
2017-10-21
drm: Widen vblank count to 64-bits [v3]
Keith Packard
[next]