Home
last modified time | relevance | path

Searched refs:drm_ctx_priv_map (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
Ddrm.h115 struct drm_ctx_priv_map { struct
479 #define DRM_IOCTL_SET_SAREA_CTX DRM_IOW( 0x1c, struct drm_ctx_priv_map)
480 #define DRM_IOCTL_GET_SAREA_CTX DRM_IOWR(0x1d, struct drm_ctx_priv_map)
589 typedef struct drm_ctx_priv_map drm_ctx_priv_map_t;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
Ddrm.h125 struct drm_ctx_priv_map { struct
497 #define DRM_IOCTL_SET_SAREA_CTX DRM_IOW(0x1c, struct drm_ctx_priv_map)
498 #define DRM_IOCTL_GET_SAREA_CTX DRM_IOWR(0x1d, struct drm_ctx_priv_map)
611 typedef struct drm_ctx_priv_map drm_ctx_priv_map_t;
/kernel/linux/linux-5.10/include/uapi/drm/
Ddrm.h212 struct drm_ctx_priv_map { struct
857 #define DRM_IOCTL_SET_SAREA_CTX DRM_IOW( 0x1c, struct drm_ctx_priv_map)
858 #define DRM_IOCTL_GET_SAREA_CTX DRM_IOWR(0x1d, struct drm_ctx_priv_map)
1017 typedef struct drm_ctx_priv_map drm_ctx_priv_map_t;
/kernel/linux/linux-5.10/tools/include/uapi/drm/
Ddrm.h212 struct drm_ctx_priv_map { struct
857 #define DRM_IOCTL_SET_SAREA_CTX DRM_IOW( 0x1c, struct drm_ctx_priv_map)
858 #define DRM_IOCTL_GET_SAREA_CTX DRM_IOWR(0x1d, struct drm_ctx_priv_map)
1017 typedef struct drm_ctx_priv_map drm_ctx_priv_map_t;
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_context.c181 struct drm_ctx_priv_map *request = data; in drm_legacy_getsareactx()
229 struct drm_ctx_priv_map *request = data; in drm_legacy_setsareactx()
Ddrm_ioc32.c518 struct drm_ctx_priv_map request; in compat_drm_setsareactx()
533 struct drm_ctx_priv_map req; in compat_drm_getsareactx()