Home
last modified time | relevance | path

Searched refs:bo_handle (Results 1 – 12 of 12) sorted by relevance

/external/libdrm/tests/modetest/
Dcursor.c50 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()
Dcursor.h28 int cursor_init(int fd, uint32_t bo_handle, uint32_t crtc_id,
/external/kernel-headers/original/uapi/drm/
Dvirtgpu_drm.h82 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
Di915_drm.h991 __u32 bo_handle; member
1064 __u32 bo_handle; member
Damdgpu_drm.h121 uint32_t bo_handle; member
/external/libdrm/include/drm/
Dvirtgpu_drm.h82 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
Di915_drm.h997 __u32 bo_handle; member
1070 __u32 bo_handle; member
Damdgpu_drm.h121 uint32_t bo_handle; member
/external/libdrm/
Dxf86drmMode.h365 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,…
Dxf86drmMode.c252 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/
Damdgpu_bo.c607 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/
Dintel_bufmgr_gem.c1842 wait.bo_handle = bo_gem->gem_handle; in drm_intel_gem_bo_wait()