Home
last modified time | relevance | path

Searched refs:DRM_IOCTL_SWITCH_CTX (Results 1 – 3 of 3) sorted by relevance

/third_party/libdrm/include/drm/
Ddrm.h999 #define DRM_IOCTL_SWITCH_CTX DRM_IOW( 0x24, struct drm_ctx) macro
/third_party/mesa3d/include/drm-uapi/
Ddrm.h999 #define DRM_IOCTL_SWITCH_CTX DRM_IOW( 0x24, struct drm_ctx) macro
/third_party/libdrm/
Dxf86drm.c2043 if (drmIoctl(fd, DRM_IOCTL_SWITCH_CTX, &ctx)) in drmSwitchToContext()