|
@@ -627,6 +627,12 @@ struct drm_get_cap {
|
|
|
__u64 value;
|
|
|
};
|
|
|
|
|
|
+/** DRM_IOCTL_SET_CLIENT_CAP ioctl argument type */
|
|
|
+struct drm_set_client_cap {
|
|
|
+ __u64 capability;
|
|
|
+ __u64 value;
|
|
|
+};
|
|
|
+
|
|
|
#define DRM_CLOEXEC O_CLOEXEC
|
|
|
struct drm_prime_handle {
|
|
|
__u32 handle;
|
|
@@ -659,6 +665,7 @@ struct drm_prime_handle {
|
|
|
#define DRM_IOCTL_GEM_FLINK DRM_IOWR(0x0a, struct drm_gem_flink)
|
|
|
#define DRM_IOCTL_GEM_OPEN DRM_IOWR(0x0b, struct drm_gem_open)
|
|
|
#define DRM_IOCTL_GET_CAP DRM_IOWR(0x0c, struct drm_get_cap)
|
|
|
+#define DRM_IOCTL_SET_CLIENT_CAP DRM_IOW( 0x0d, struct drm_set_client_cap)
|
|
|
|
|
|
#define DRM_IOCTL_SET_UNIQUE DRM_IOW( 0x10, struct drm_unique)
|
|
|
#define DRM_IOCTL_AUTH_MAGIC DRM_IOW( 0x11, struct drm_auth)
|