Searched refs:bo_handle (Results 1 – 12 of 12) sorted by relevance
/external/libdrm/tests/modetest/ |
D | cursor.c | 50 uint32_t bo_handle; member 87 handle = cursor->bo_handle; in set_cursor() 101 cursor->bo_handle, cursor->w, cursor->h); in move_cursor() 170 int cursor_init(int fd, uint32_t bo_handle, uint32_t crtc_id, in cursor_init() argument 178 cursor->bo_handle = bo_handle; in cursor_init()
|
D | cursor.h | 28 int cursor_init(int fd, uint32_t bo_handle, uint32_t crtc_id,
|
/external/kernel-headers/original/uapi/drm/ |
D | virtgpu_drm.h | 82 uint32_t bo_handle; /* if this is set - recreate a new resource attached to this bo ? */ member 89 uint32_t bo_handle; member 105 uint32_t bo_handle; member 112 uint32_t bo_handle; member
|
D | i915_drm.h | 991 __u32 bo_handle; member 1064 __u32 bo_handle; member
|
D | amdgpu_drm.h | 121 uint32_t bo_handle; member
|
/external/libdrm/include/drm/ |
D | virtgpu_drm.h | 82 uint32_t bo_handle; /* if this is set - recreate a new resource attached to this bo ? */ member 89 uint32_t bo_handle; member 105 uint32_t bo_handle; member 112 uint32_t bo_handle; member
|
D | i915_drm.h | 997 __u32 bo_handle; member 1070 __u32 bo_handle; member
|
D | amdgpu_drm.h | 121 uint32_t bo_handle; member
|
/external/libdrm/ |
D | xf86drmMode.h | 365 uint8_t bpp, uint32_t pitch, uint32_t bo_handle, 407 int drmModeSetCursor(int fd, uint32_t crtcId, uint32_t bo_handle, uint32_t width, uint32_t height); 409 int drmModeSetCursor2(int fd, uint32_t crtcId, uint32_t bo_handle, uint32_t width, uint32_t height,…
|
D | xf86drmMode.c | 252 uint8_t bpp, uint32_t pitch, uint32_t bo_handle, in drmModeAddFB() argument 264 f.handle = bo_handle; in drmModeAddFB() 401 int drmModeSetCursor(int fd, uint32_t crtcId, uint32_t bo_handle, uint32_t width, uint32_t height) in drmModeSetCursor() argument 410 arg.handle = bo_handle; in drmModeSetCursor() 415 int drmModeSetCursor2(int fd, uint32_t crtcId, uint32_t bo_handle, uint32_t width, uint32_t height,… in drmModeSetCursor2() argument 424 arg.handle = bo_handle; in drmModeSetCursor2()
|
/external/libdrm/amdgpu/ |
D | amdgpu_bo.c | 607 list[i].bo_handle = resources[i]->handle; in amdgpu_bo_list_create() 673 list[i].bo_handle = resources[i]->handle; in amdgpu_bo_list_update()
|
/external/libdrm/intel/ |
D | intel_bufmgr_gem.c | 1842 wait.bo_handle = bo_gem->gem_handle; in drm_intel_gem_bo_wait()
|