Searched refs:bo_handle (Results 1 – 10 of 10) sorted by relevance
/third_party/libdrm/tests/modetest/ |
D | cursor.c | 46 uint32_t bo_handle; member 83 handle = cursor->bo_handle; in set_cursor() 97 cursor->bo_handle, cursor->w, cursor->h); in move_cursor() 166 int cursor_init(int fd, uint32_t bo_handle, uint32_t crtc_id, in cursor_init() argument 174 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,
|
/third_party/libdrm/include/drm/ |
D | virtgpu_drm.h | 93 __u32 bo_handle; /* if this is set - recreate a new resource attached to this bo ? */ member 100 __u32 bo_handle; member 116 __u32 bo_handle; member 123 __u32 bo_handle; member
|
D | i915_drm.h | 1365 __u32 bo_handle; member 1440 __u32 bo_handle; member
|
D | amdgpu_drm.h | 180 __u32 bo_handle; member
|
/third_party/libdrm/tests/amdgpu/ |
D | bo_tests.c | 291 amdgpu_bo_handle bo_handle, find_bo_handle; in amdgpu_bo_find_by_cpu_mapping() local 300 &bo_handle, &bo_cpu, in amdgpu_bo_find_by_cpu_mapping() 311 CU_ASSERT_EQUAL(bo_handle->handle, find_bo_handle->handle); in amdgpu_bo_find_by_cpu_mapping() 314 r = amdgpu_bo_unmap_and_free(bo_handle, va_handle, in amdgpu_bo_find_by_cpu_mapping()
|
/third_party/libdrm/ |
D | xf86drmMode.h | 386 uint8_t bpp, uint32_t pitch, uint32_t bo_handle, 436 int drmModeSetCursor(int fd, uint32_t crtcId, uint32_t bo_handle, uint32_t width, uint32_t height); 438 int drmModeSetCursor2(int fd, uint32_t crtcId, uint32_t bo_handle, uint32_t width, uint32_t height,…
|
D | xf86drmMode.c | 250 uint8_t bpp, uint32_t pitch, uint32_t bo_handle, in drmModeAddFB() argument 262 f.handle = bo_handle; in drmModeAddFB() 412 drm_public int drmModeSetCursor(int fd, uint32_t crtcId, uint32_t bo_handle, in drmModeSetCursor() argument 422 arg.handle = bo_handle; in drmModeSetCursor() 427 drm_public int drmModeSetCursor2(int fd, uint32_t crtcId, uint32_t bo_handle, in drmModeSetCursor2() argument 438 arg.handle = bo_handle; in drmModeSetCursor2()
|
/third_party/libdrm/amdgpu/ |
D | amdgpu_bo.c | 677 list[i].bo_handle = resources[i]->handle; in amdgpu_bo_list_create() 743 list[i].bo_handle = resources[i]->handle; in amdgpu_bo_list_update()
|
/third_party/libdrm/intel/ |
D | intel_bufmgr_gem.c | 1874 wait.bo_handle = bo_gem->gem_handle; in drm_intel_gem_bo_wait()
|