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

/freebsd-12-stable/sys/dev/drm/
H A Ddrm_context.c219 struct drm_ctx ctx;
238 struct drm_ctx *ctx = data;
269 struct drm_ctx *ctx = data;
280 struct drm_ctx *ctx = data;
288 struct drm_ctx *ctx = data;
298 struct drm_ctx *ctx = data;
H A Ddrm.h472 struct drm_ctx { struct
482 struct drm_ctx __user *contexts;
1032 #define DRM_IOCTL_ADD_CTX DRM_IOWR(0x20, struct drm_ctx)
1033 #define DRM_IOCTL_RM_CTX DRM_IOWR(0x21, struct drm_ctx)
1034 #define DRM_IOCTL_MOD_CTX DRM_IOW( 0x22, struct drm_ctx)
1035 #define DRM_IOCTL_GET_CTX DRM_IOWR(0x23, struct drm_ctx)
1036 #define DRM_IOCTL_SWITCH_CTX DRM_IOW( 0x24, struct drm_ctx)
1037 #define DRM_IOCTL_NEW_CTX DRM_IOW( 0x25, struct drm_ctx)
1129 typedef struct drm_ctx drm_ctx_t;
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_context.c324 struct drm_ctx ctx;
346 * \param arg user argument pointing to a drm_ctx structure.
355 struct drm_ctx *ctx = data;
399 * \param arg user argument pointing to a drm_ctx structure.
404 struct drm_ctx *ctx = data;
418 * \param arg user argument pointing to a drm_ctx structure.
426 struct drm_ctx *ctx = data;
438 * \param arg user argument pointing to a drm_ctx structure.
446 struct drm_ctx *ctx = data;
460 * \param arg user argument pointing to a drm_ctx structur
[all...]
H A Ddrm.h414 struct drm_ctx { struct
424 struct drm_ctx __user *contexts;
677 #define DRM_IOCTL_ADD_CTX DRM_IOWR(0x20, struct drm_ctx)
678 #define DRM_IOCTL_RM_CTX DRM_IOWR(0x21, struct drm_ctx)
679 #define DRM_IOCTL_MOD_CTX DRM_IOW( 0x22, struct drm_ctx)
680 #define DRM_IOCTL_GET_CTX DRM_IOWR(0x23, struct drm_ctx)
681 #define DRM_IOCTL_SWITCH_CTX DRM_IOW( 0x24, struct drm_ctx)
682 #define DRM_IOCTL_NEW_CTX DRM_IOW( 0x25, struct drm_ctx)
820 typedef struct drm_ctx drm_ctx_t;
H A Ddrm_ioc32.c503 res.contexts = (struct drm_ctx __user *)(unsigned long)res32->contexts;

Completed in 107 milliseconds