diff options
Diffstat (limited to 'drivers/gpu/drm/drm_irq.c')
-rw-r--r-- | drivers/gpu/drm/drm_irq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/drm_irq.c b/drivers/gpu/drm/drm_irq.c index 5ef03c216a27..3e6b582f60dd 100644 --- a/drivers/gpu/drm/drm_irq.c +++ b/drivers/gpu/drm/drm_irq.c | |||
@@ -1190,7 +1190,7 @@ EXPORT_SYMBOL(drm_crtc_vblank_off); | |||
1190 | * | 1190 | * |
1191 | * This functions restores the vblank interrupt state captured with | 1191 | * This functions restores the vblank interrupt state captured with |
1192 | * drm_vblank_off() again. Note that calls to drm_vblank_on() and | 1192 | * drm_vblank_off() again. Note that calls to drm_vblank_on() and |
1193 | * drm_vblank_off() can be unbalanced and so can also be unconditionaly called | 1193 | * drm_vblank_off() can be unbalanced and so can also be unconditionally called |
1194 | * in driver load code to reflect the current hardware state of the crtc. | 1194 | * in driver load code to reflect the current hardware state of the crtc. |
1195 | * | 1195 | * |
1196 | * This is the legacy version of drm_crtc_vblank_on(). | 1196 | * This is the legacy version of drm_crtc_vblank_on(). |
@@ -1237,7 +1237,7 @@ EXPORT_SYMBOL(drm_vblank_on); | |||
1237 | * | 1237 | * |
1238 | * This functions restores the vblank interrupt state captured with | 1238 | * This functions restores the vblank interrupt state captured with |
1239 | * drm_vblank_off() again. Note that calls to drm_vblank_on() and | 1239 | * drm_vblank_off() again. Note that calls to drm_vblank_on() and |
1240 | * drm_vblank_off() can be unbalanced and so can also be unconditionaly called | 1240 | * drm_vblank_off() can be unbalanced and so can also be unconditionally called |
1241 | * in driver load code to reflect the current hardware state of the crtc. | 1241 | * in driver load code to reflect the current hardware state of the crtc. |
1242 | * | 1242 | * |
1243 | * This is the native kms version of drm_vblank_on(). | 1243 | * This is the native kms version of drm_vblank_on(). |