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

/freebsd-12-stable/sys/dev/drm2/
H A Ddrm.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;
H A Ddrm_context.c183 * \param arg user argument pointing to a drm_ctx_priv_map structure.
192 struct drm_ctx_priv_map *request = data;
216 * \param arg user argument pointing to a drm_ctx_priv_map structure.
225 struct drm_ctx_priv_map *request = data;
H A Ddrm_ioc32.c464 struct drm_ctx_priv_map request;
476 struct drm_ctx_priv_map request;
/freebsd-12-stable/sys/dev/drm/
H A Ddrm_context.c137 struct drm_ctx_priv_map *request = data;
158 struct drm_ctx_priv_map *request = data;
H A Ddrm.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;

Completed in 110 milliseconds