Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/drm/
Ddrm_context.c219 struct drm_ctx ctx; in drm_resctx()
238 struct drm_ctx *ctx = data; in drm_addctx()
269 struct drm_ctx *ctx = data; in drm_getctx()
280 struct drm_ctx *ctx = data; in drm_switchctx()
288 struct drm_ctx *ctx = data; in drm_newctx()
298 struct drm_ctx *ctx = data; in drm_rmctx()
Ddrm.h472 struct drm_ctx { struct
482 struct drm_ctx __user *contexts; argument
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-10-stable/sys/dev/drm2/
Ddrm.h414 struct drm_ctx { struct
424 struct drm_ctx __user *contexts; argument
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;
Ddrm_context.c324 struct drm_ctx ctx; in drm_resctx()
355 struct drm_ctx *ctx = data; in drm_addctx()
404 struct drm_ctx *ctx = data; in drm_getctx()
426 struct drm_ctx *ctx = data; in drm_switchctx()
446 struct drm_ctx *ctx = data; in drm_newctx()
468 struct drm_ctx *ctx = data; in drm_rmctx()
Ddrm_ioc32.c505 res.contexts = (struct drm_ctx __user *)(unsigned long)res32->contexts; in compat_drm_resctx()