diff options
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r-- | include/drm/drmP.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index e1daa4f343cd..a1b19bf45fb3 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h | |||
@@ -322,7 +322,6 @@ struct pci_controller; | |||
322 | 322 | ||
323 | /* Flags and return codes for get_vblank_timestamp() driver function. */ | 323 | /* Flags and return codes for get_vblank_timestamp() driver function. */ |
324 | #define DRM_CALLED_FROM_VBLIRQ 1 | 324 | #define DRM_CALLED_FROM_VBLIRQ 1 |
325 | #define DRM_VBLANKTIME_SCANOUTPOS_METHOD (1 << 0) | ||
326 | 325 | ||
327 | /* get_scanout_position() return flags */ | 326 | /* get_scanout_position() return flags */ |
328 | #define DRM_SCANOUTPOS_VALID (1 << 0) | 327 | #define DRM_SCANOUTPOS_VALID (1 << 0) |