aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_irq.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/drm_irq.c')
-rw-r--r--drivers/gpu/drm/drm_irq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_irq.c b/drivers/gpu/drm/drm_irq.c
index feb091310ffe..88c69e71102e 100644
--- a/drivers/gpu/drm/drm_irq.c
+++ b/drivers/gpu/drm/drm_irq.c
@@ -982,7 +982,7 @@ static void send_vblank_event(struct drm_device *dev,
982 * period. This helper function implements exactly the required vblank arming 982 * period. This helper function implements exactly the required vblank arming
983 * behaviour. 983 * behaviour.
984 * 984 *
985 * NOTE: Drivers using this to send out the event in struct &drm_crtc_state 985 * NOTE: Drivers using this to send out the event in &struct drm_crtc_state
986 * as part of an atomic commit must ensure that the next vblank happens at 986 * as part of an atomic commit must ensure that the next vblank happens at
987 * exactly the same time as the atomic commit is committed to the hardware. This 987 * exactly the same time as the atomic commit is committed to the hardware. This
988 * function itself does **not** protect again the next vblank interrupt racing 988 * function itself does **not** protect again the next vblank interrupt racing