Searched refs:DRM_AMDGPU_BO_LIST (Results 1 – 2 of 2) sorted by relevance
/third_party/libdrm/amdgpu/ |
D | amdgpu_bo.c | 622 r = drmCommandWriteRead(dev->fd, DRM_AMDGPU_BO_LIST, in amdgpu_bo_list_create_raw() 638 return drmCommandWriteRead(dev->fd, DRM_AMDGPU_BO_LIST, in amdgpu_bo_list_destroy_raw() 684 r = drmCommandWriteRead(dev->fd, DRM_AMDGPU_BO_LIST, in amdgpu_bo_list_create() 706 r = drmCommandWriteRead(list->dev->fd, DRM_AMDGPU_BO_LIST, in amdgpu_bo_list_destroy() 750 r = drmCommandWriteRead(handle->dev->fd, DRM_AMDGPU_BO_LIST, in amdgpu_bo_list_update()
|
/third_party/libdrm/include/drm/ |
D | amdgpu_drm.h | 44 #define DRM_AMDGPU_BO_LIST 0x03 macro 61 #define DRM_IOCTL_AMDGPU_BO_LIST DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_BO_LIST, union drm_amdgpu_b…
|