Home
last modified time | relevance | path

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

/NextBSD/sys/dev/drm2/
HDdrm.h205 struct drm_ctx_priv_map { struct
671 #define DRM_IOCTL_SET_SAREA_CTX DRM_IOW( 0x1c, struct drm_ctx_priv_map)
672 #define DRM_IOCTL_GET_SAREA_CTX DRM_IOWR(0x1d, struct drm_ctx_priv_map)
803 typedef struct drm_ctx_priv_map drm_ctx_priv_map_t;
HDdrm_context.c192 struct drm_ctx_priv_map *request = data; in drm_getsareactx()
225 struct drm_ctx_priv_map *request = data; in drm_setsareactx()
HDdrm_ioc32.c466 struct drm_ctx_priv_map request; in compat_drm_setsareactx()
478 struct drm_ctx_priv_map request; in compat_drm_getsareactx()
/NextBSD/sys/dev/drm/
HDdrm.h259 struct drm_ctx_priv_map { struct
1029 #define DRM_IOCTL_SET_SAREA_CTX DRM_IOW( 0x1c, struct drm_ctx_priv_map)
1030 #define DRM_IOCTL_GET_SAREA_CTX DRM_IOWR(0x1d, struct drm_ctx_priv_map)
1112 typedef struct drm_ctx_priv_map drm_ctx_priv_map_t;
HDdrm_context.c137 struct drm_ctx_priv_map *request = data; in drm_getsareactx()
158 struct drm_ctx_priv_map *request = data; in drm_setsareactx()