Home
last modified time | relevance | path

Searched refs:drm_ctx_res (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/tools/include/uapi/drm/
Ddrm.h432 struct drm_ctx_res { struct
1047 #define DRM_IOCTL_RES_CTX DRM_IOWR(0x26, struct drm_ctx_res)
1308 typedef struct drm_ctx_res drm_ctx_res_t;
/Linux-v6.6/include/uapi/drm/
Ddrm.h432 struct drm_ctx_res { struct
1047 #define DRM_IOCTL_RES_CTX DRM_IOWR(0x26, struct drm_ctx_res)
1308 typedef struct drm_ctx_res drm_ctx_res_t;
/Linux-v6.6/drivers/gpu/drm/
Ddrm_context.c328 struct drm_ctx_res *res = data; in drm_legacy_resctx()
Ddrm_ioc32.c558 struct drm_ctx_res res; in compat_drm_resctx()