Searched refs:DRM_AMDGPU_CTX (Results 1 - 3 of 3) sorted by relevance
/third_party/libdrm/amdgpu/ |
H A D | amdgpu_cs.c | 78 r = drmCommandWriteRead(dev->fd, DRM_AMDGPU_CTX, &args, sizeof(args)); in amdgpu_cs_ctx_create2() 126 r = drmCommandWriteRead(context->dev->fd, DRM_AMDGPU_CTX, in amdgpu_cs_ctx_free() 185 r = drmCommandWriteRead(context->dev->fd, DRM_AMDGPU_CTX, in amdgpu_cs_ctx_stable_pstate() 204 r = drmCommandWriteRead(context->dev->fd, DRM_AMDGPU_CTX, in amdgpu_cs_query_reset_state() 225 r = drmCommandWriteRead(context->dev->fd, DRM_AMDGPU_CTX, in amdgpu_cs_query_reset_state2()
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | amdgpu_drm.h | 43 #define DRM_AMDGPU_CTX 0x02 macro 60 #define DRM_IOCTL_AMDGPU_CTX DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_CTX, union drm_amdgpu_ctx)
|
/third_party/libdrm/include/drm/ |
H A D | amdgpu_drm.h | 43 #define DRM_AMDGPU_CTX 0x02 macro 60 #define DRM_IOCTL_AMDGPU_CTX DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_CTX, union drm_amdgpu_ctx)
|
Completed in 7 milliseconds