Searched refs:drm_ctx (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_context.c | 329 struct drm_ctx ctx; in drm_legacy_resctx() 363 struct drm_ctx *ctx = data; in drm_legacy_addctx() 412 struct drm_ctx *ctx = data; in drm_legacy_getctx() 437 struct drm_ctx *ctx = data; in drm_legacy_switchctx() 460 struct drm_ctx *ctx = data; in drm_legacy_newctx() 485 struct drm_ctx *ctx = data; in drm_legacy_rmctx()
|
/linux-6.3-rc2/include/uapi/drm/ |
A D | drm.h | 424 struct drm_ctx { struct 434 struct drm_ctx __user *contexts; argument 1001 #define DRM_IOCTL_ADD_CTX DRM_IOWR(0x20, struct drm_ctx) 1002 #define DRM_IOCTL_RM_CTX DRM_IOWR(0x21, struct drm_ctx) 1003 #define DRM_IOCTL_MOD_CTX DRM_IOW( 0x22, struct drm_ctx) 1004 #define DRM_IOCTL_GET_CTX DRM_IOWR(0x23, struct drm_ctx) 1005 #define DRM_IOCTL_SWITCH_CTX DRM_IOW( 0x24, struct drm_ctx) 1006 #define DRM_IOCTL_NEW_CTX DRM_IOW( 0x25, struct drm_ctx) 1200 typedef struct drm_ctx drm_ctx_t;
|
/linux-6.3-rc2/tools/include/uapi/drm/ |
A D | drm.h | 424 struct drm_ctx { struct 434 struct drm_ctx __user *contexts; argument 1001 #define DRM_IOCTL_ADD_CTX DRM_IOWR(0x20, struct drm_ctx) 1002 #define DRM_IOCTL_RM_CTX DRM_IOWR(0x21, struct drm_ctx) 1003 #define DRM_IOCTL_MOD_CTX DRM_IOW( 0x22, struct drm_ctx) 1004 #define DRM_IOCTL_GET_CTX DRM_IOWR(0x23, struct drm_ctx) 1005 #define DRM_IOCTL_SWITCH_CTX DRM_IOW( 0x24, struct drm_ctx) 1006 #define DRM_IOCTL_NEW_CTX DRM_IOW( 0x25, struct drm_ctx) 1200 typedef struct drm_ctx drm_ctx_t;
|
Completed in 15 milliseconds