diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/uapi/drm/drm.h | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/include/uapi/drm/drm.h b/include/uapi/drm/drm.h index ece867889cc7..1e09e8f257ba 100644 --- a/include/uapi/drm/drm.h +++ b/include/uapi/drm/drm.h | |||
| @@ -611,6 +611,16 @@ struct drm_gem_open { | |||
| 611 | __u64 size; | 611 | __u64 size; |
| 612 | }; | 612 | }; |
| 613 | 613 | ||
| 614 | #define DRM_CAP_DUMB_BUFFER 0x1 | ||
| 615 | #define DRM_CAP_VBLANK_HIGH_CRTC 0x2 | ||
| 616 | #define DRM_CAP_DUMB_PREFERRED_DEPTH 0x3 | ||
| 617 | #define DRM_CAP_DUMB_PREFER_SHADOW 0x4 | ||
| 618 | #define DRM_CAP_PRIME 0x5 | ||
| 619 | #define DRM_PRIME_CAP_IMPORT 0x1 | ||
| 620 | #define DRM_PRIME_CAP_EXPORT 0x2 | ||
| 621 | #define DRM_CAP_TIMESTAMP_MONOTONIC 0x6 | ||
| 622 | #define DRM_CAP_ASYNC_PAGE_FLIP 0x7 | ||
| 623 | |||
| 614 | /** DRM_IOCTL_GET_CAP ioctl argument type */ | 624 | /** DRM_IOCTL_GET_CAP ioctl argument type */ |
| 615 | struct drm_get_cap { | 625 | struct drm_get_cap { |
| 616 | __u64 capability; | 626 | __u64 capability; |
| @@ -774,17 +784,6 @@ struct drm_event_vblank { | |||
| 774 | __u32 reserved; | 784 | __u32 reserved; |
| 775 | }; | 785 | }; |
| 776 | 786 | ||
| 777 | #define DRM_CAP_DUMB_BUFFER 0x1 | ||
| 778 | #define DRM_CAP_VBLANK_HIGH_CRTC 0x2 | ||
| 779 | #define DRM_CAP_DUMB_PREFERRED_DEPTH 0x3 | ||
| 780 | #define DRM_CAP_DUMB_PREFER_SHADOW 0x4 | ||
| 781 | #define DRM_CAP_PRIME 0x5 | ||
| 782 | #define DRM_CAP_TIMESTAMP_MONOTONIC 0x6 | ||
| 783 | #define DRM_CAP_ASYNC_PAGE_FLIP 0x7 | ||
| 784 | |||
| 785 | #define DRM_PRIME_CAP_IMPORT 0x1 | ||
| 786 | #define DRM_PRIME_CAP_EXPORT 0x2 | ||
| 787 | |||
| 788 | /* typedef area */ | 787 | /* typedef area */ |
| 789 | #ifndef __KERNEL__ | 788 | #ifndef __KERNEL__ |
| 790 | typedef struct drm_clip_rect drm_clip_rect_t; | 789 | typedef struct drm_clip_rect drm_clip_rect_t; |
