]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/drm/drmP.h
drm/vblank: drop the mode argument from drm_calc_vbltimestamp_from_scanoutpos
[karo-tx-linux.git] / include / drm / drmP.h
index a1b19bf45fb3e2ad42e320d5cc44dbd1c222187d..52085832f7110479405bdc228427f39534abaf02 100644 (file)
@@ -320,14 +320,6 @@ struct pci_controller;
 #define DRM_IF_VERSION(maj, min) (maj << 16 | min)
 
 
-/* Flags and return codes for get_vblank_timestamp() driver function. */
-#define DRM_CALLED_FROM_VBLIRQ 1
-
-/* get_scanout_position() return flags */
-#define DRM_SCANOUTPOS_VALID        (1 << 0)
-#define DRM_SCANOUTPOS_IN_VBLANK    (1 << 1)
-#define DRM_SCANOUTPOS_ACCURATE     (1 << 2)
-
 /**
  * DRM device structure. This structure represent a complete card that
  * may contain multiple heads.