summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 22574aa)
raw | patch | inline | side by side (parent: 22574aa)
author | Dave Airlie <airlied@gmail.com> | |
Sat, 14 Jul 2012 09:52:16 +0000 (09:52 +0000) | ||
committer | Dave Airlie <airlied@redhat.com> | |
Mon, 16 Jul 2012 01:39:12 +0000 (02:39 +0100) |
This just moves over some missing caps from the kernel.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
include/drm/drm.h | patch | blob | history |
diff --git a/include/drm/drm.h b/include/drm/drm.h
index 5e6cd2910c88af1ff069bec95b6f2b8372b70df5..42133bced477c15f043797d9670f92f42cf0f990 100644 (file)
--- a/include/drm/drm.h
+++ b/include/drm/drm.h
#define DRM_CAP_DUMB_BUFFER 0x1
#define DRM_CAP_VBLANK_HIGH_CRTC 0x2
+#define DRM_CAP_DUMB_PREFERRED_DEPTH 0x3
+#define DRM_CAP_DUMB_PREFER_SHADOW 0x4
/* typedef area */
typedef struct drm_clip_rect drm_clip_rect_t;