Searched refs:map_dumb (Results 1 – 3 of 3) sorted by relevance
/external/minigbm/ |
D | helpers.c | 384 struct drm_mode_map_dumb map_dumb; in drv_dumb_bo_map() local 386 memset(&map_dumb, 0, sizeof(map_dumb)); in drv_dumb_bo_map() 387 map_dumb.handle = bo->handles[plane].u32; in drv_dumb_bo_map() 389 ret = drmIoctl(bo->drv->fd, DRM_IOCTL_MODE_MAP_DUMB, &map_dumb); in drv_dumb_bo_map() 400 map_dumb.offset); in drv_dumb_bo_map()
|
/external/mesa3d/src/gallium/drivers/vc5/ |
D | vc5_simulator.c | 427 struct drm_mode_map_dumb map_dumb = { in vc5_simulator_map_winsys_bo() local 430 ret = drmIoctl(fd, DRM_IOCTL_MODE_MAP_DUMB, &map_dumb); in vc5_simulator_map_winsys_bo() 437 fd, map_dumb.offset); in vc5_simulator_map_winsys_bo() 441 sim_bo->handle, (long long)map_dumb.offset, in vc5_simulator_map_winsys_bo()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_simulator.c | 473 struct drm_mode_map_dumb map_dumb = { in vc4_simulator_map_winsys_bo() local 476 ret = drmIoctl(fd, DRM_IOCTL_MODE_MAP_DUMB, &map_dumb); in vc4_simulator_map_winsys_bo() 483 fd, map_dumb.offset); in vc4_simulator_map_winsys_bo() 487 sim_bo->handle, (long long)map_dumb.offset, in vc4_simulator_map_winsys_bo()
|