Home
last modified time | relevance | path

Searched refs:drm_ctx (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/guest/mesa/include/drm-uapi/
Ddrm.h418 struct drm_ctx { struct
428 struct drm_ctx *contexts; argument
1008 #define DRM_IOCTL_ADD_CTX DRM_IOWR(0x20, struct drm_ctx)
1009 #define DRM_IOCTL_RM_CTX DRM_IOWR(0x21, struct drm_ctx)
1010 #define DRM_IOCTL_MOD_CTX DRM_IOW( 0x22, struct drm_ctx)
1011 #define DRM_IOCTL_GET_CTX DRM_IOWR(0x23, struct drm_ctx)
1012 #define DRM_IOCTL_SWITCH_CTX DRM_IOW( 0x24, struct drm_ctx)
1013 #define DRM_IOCTL_NEW_CTX DRM_IOW( 0x25, struct drm_ctx)
1246 typedef struct drm_ctx drm_ctx_t;