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

/freebsd-13-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;

Completed in 29 milliseconds