From c5286f4a871e054b63dee8a60a6f06574c4ca1b8 Mon Sep 17 00:00:00 2001 From: Francisco Jerez Date: Thu, 21 Oct 2010 23:02:43 +0200 Subject: nouveau: Define the HAS_PAGEFLIP getparam. Signed-off-by: Francisco Jerez --- include/drm/nouveau_drm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/drm/nouveau_drm.h b/include/drm/nouveau_drm.h index f115eab6..b18cad02 100644 --- a/include/drm/nouveau_drm.h +++ b/include/drm/nouveau_drm.h @@ -81,6 +81,7 @@ struct drm_nouveau_gpuobj_free { #define NOUVEAU_GETPARAM_GRAPH_UNITS 13 #define NOUVEAU_GETPARAM_PTIMER_TIME 14 #define NOUVEAU_GETPARAM_HAS_BO_USAGE 15 +#define NOUVEAU_GETPARAM_HAS_PAGEFLIP 16 struct drm_nouveau_getparam { uint64_t param; uint64_t value; -- cgit v1.2.3