HomeSort by: relevance | last modified time | path
    Searched refs:drm_amdgpu_bo_list (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/libdrm/dist/amdgpu/
amdgpu_bo.c 611 union drm_amdgpu_bo_list args;
620 r = drmCommandWriteRead(dev->fd, DRM_AMDGPU_BO_LIST,
630 union drm_amdgpu_bo_list args;
636 return drmCommandWriteRead(dev->fd, DRM_AMDGPU_BO_LIST,
647 union drm_amdgpu_bo_list args;
682 r = drmCommandWriteRead(dev->fd, DRM_AMDGPU_BO_LIST,
697 union drm_amdgpu_bo_list args;
704 r = drmCommandWriteRead(list->dev->fd, DRM_AMDGPU_BO_LIST,
719 union drm_amdgpu_bo_list args;
748 r = drmCommandWriteRead(handle->dev->fd, DRM_AMDGPU_BO_LIST,
    [all...]
  /xsrc/external/mit/MesaLib/dist/include/drm-uapi/
amdgpu_drm.h 44 #define DRM_AMDGPU_BO_LIST 0x03
61 #define DRM_IOCTL_AMDGPU_BO_LIST DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_BO_LIST, union drm_amdgpu_bo_list)
199 union drm_amdgpu_bo_list { union
  /xsrc/external/mit/libdrm/dist/include/drm/
amdgpu_drm.h 44 #define DRM_AMDGPU_BO_LIST 0x03
64 #define DRM_IOCTL_AMDGPU_BO_LIST DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_BO_LIST, union drm_amdgpu_bo_list)
236 union drm_amdgpu_bo_list { union

Completed in 12 milliseconds