aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Jerez2010-10-21 16:02:43 -0500
committerFrancisco Jerez2010-10-21 16:02:43 -0500
commitc5286f4a871e054b63dee8a60a6f06574c4ca1b8 (patch)
tree8eda632e603849f2ab1bc8b3b4cc71608f68bff0 /include
parent09b1062628f2cbddb3ebae20e7b3b8a0a93acebf (diff)
downloadlibdrm-c5286f4a871e054b63dee8a60a6f06574c4ca1b8.tar.gz
libdrm-c5286f4a871e054b63dee8a60a6f06574c4ca1b8.tar.xz
libdrm-c5286f4a871e054b63dee8a60a6f06574c4ca1b8.zip
nouveau: Define the HAS_PAGEFLIP getparam.
Signed-off-by: Francisco Jerez <currojerez@riseup.net>
Diffstat (limited to 'include')
-rw-r--r--include/drm/nouveau_drm.h1
1 files changed, 1 insertions, 0 deletions
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 {
81#define NOUVEAU_GETPARAM_GRAPH_UNITS 13 81#define NOUVEAU_GETPARAM_GRAPH_UNITS 13
82#define NOUVEAU_GETPARAM_PTIMER_TIME 14 82#define NOUVEAU_GETPARAM_PTIMER_TIME 14
83#define NOUVEAU_GETPARAM_HAS_BO_USAGE 15 83#define NOUVEAU_GETPARAM_HAS_BO_USAGE 15
84#define NOUVEAU_GETPARAM_HAS_PAGEFLIP 16
84struct drm_nouveau_getparam { 85struct drm_nouveau_getparam {
85 uint64_t param; 86 uint64_t param;
86 uint64_t value; 87 uint64_t value;