Searched refs:DRM_IOCTL_MODE_MAP_DUMB (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/gbm/backends/dri/ |
H A D | gbm_driint.h | 177 ret = drmIoctl(bo->base.gbm->v0.fd, DRM_IOCTL_MODE_MAP_DUMB, &map_arg); in gbm_dri_bo_map_dumb()
|
/third_party/libdrm/tests/modetest/ |
H A D | buffers.c | 100 ret = drmIoctl(bo->fd, DRM_IOCTL_MODE_MAP_DUMB, &arg); in bo_map()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_simulator.c | 174 int ret = drmIoctl(fd, DRM_IOCTL_MODE_MAP_DUMB, &map); in vc4_create_simulator_bo() 528 ret = drmIoctl(fd, DRM_IOCTL_MODE_MAP_DUMB, &map); in vc4_simulator_mmap_bo_ioctl()
|
/third_party/libdrm/exynos/ |
H A D | exynos_drm.c | 288 ret = drmIoctl(dev->fd, DRM_IOCTL_MODE_MAP_DUMB, &arg); in exynos_bo_map()
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | DisplaySurfaceKHR.cpp | 176 drmIoctl(fd, DRM_IOCTL_MODE_MAP_DUMB, &mreq); in DisplaySurfaceKHR()
|
/third_party/mesa3d/src/gallium/winsys/sw/kms-dri/ |
H A D | kms_dri_sw_winsys.c | 272 ret = drmIoctl(kms_sw->fd, DRM_IOCTL_MODE_MAP_DUMB, &map_req); in kms_sw_displaytarget_map()
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | drm.h | 1062 #define DRM_IOCTL_MODE_MAP_DUMB DRM_IOWR(0xB3, struct drm_mode_map_dumb) macro
|
/third_party/libdrm/include/drm/ |
H A D | drm.h | 1052 #define DRM_IOCTL_MODE_MAP_DUMB DRM_IOWR(0xB3, struct drm_mode_map_dumb) macro
|
/third_party/mesa3d/src/broadcom/simulator/ |
H A D | v3d_simulator.c | 280 ret = drmIoctl(fd, DRM_IOCTL_MODE_MAP_DUMB, &map); in v3d_create_simulator_bo_for_gem()
|
Completed in 11 milliseconds