| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_gem.c | 200 struct drm_i915_gem_get_tiling get_tiling = { local in function:anv_gem_get_tiling 204 if (anv_ioctl(device->fd, DRM_IOCTL_I915_GEM_GET_TILING, &get_tiling)) { 209 return get_tiling.tiling_mode; 286 struct drm_i915_gem_get_tiling get_tiling = { local in function:anv_gem_get_bit6_swizzle 290 if (anv_ioctl(fd, DRM_IOCTL_I915_GEM_GET_TILING, &get_tiling)) { 295 swizzled = get_tiling.swizzle_mode != I915_BIT_6_SWIZZLE_NONE;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_gem.c | 260 struct drm_i915_gem_get_tiling get_tiling = { local in function:anv_gem_get_tiling 269 if (intel_ioctl(device->fd, DRM_IOCTL_I915_GEM_GET_TILING, &get_tiling)) { 274 return get_tiling.tiling_mode; 368 struct drm_i915_gem_get_tiling get_tiling = { local in function:anv_gem_get_bit6_swizzle 372 if (intel_ioctl(fd, DRM_IOCTL_I915_GEM_GET_TILING, &get_tiling)) { 377 swizzled = get_tiling.swizzle_mode != I915_BIT_6_SWIZZLE_NONE;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_resource.c | 629 struct drm_vc4_get_tiling get_tiling = { local in function:vc4_resource_from_handle 632 int ret = vc4_ioctl(screen->fd, DRM_IOCTL_VC4_GET_TILING, &get_tiling); 637 whandle->modifier = get_tiling.modifier; 638 } else if (whandle->modifier != get_tiling.modifier) { 641 (long long)whandle->modifier, get_tiling.modifier); 1136 struct drm_vc4_get_tiling get_tiling = { local in function:vc4_resource_screen_init 1139 int ret = vc4_ioctl(screen->fd, DRM_IOCTL_VC4_GET_TILING, &get_tiling);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_resource.c | 656 struct drm_vc4_get_tiling get_tiling = { local in function:vc4_resource_from_handle 659 int ret = vc4_ioctl(screen->fd, DRM_IOCTL_VC4_GET_TILING, &get_tiling); 664 whandle->modifier = get_tiling.modifier; 665 } else if (whandle->modifier != get_tiling.modifier) { 668 (long long)whandle->modifier, get_tiling.modifier); 1161 struct drm_vc4_get_tiling get_tiling = { local in function:vc4_resource_screen_init 1164 int ret = vc4_ioctl(screen->fd, DRM_IOCTL_VC4_GET_TILING, &get_tiling);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_bufmgr.c | 670 struct drm_i915_gem_get_tiling get_tiling = { .handle = bo->gem_handle }; local in function:iris_bo_gem_create_from_name 671 ret = drm_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_GET_TILING, &get_tiling); 675 bo->tiling_mode = get_tiling.tiling_mode; 676 bo->swizzle_mode = get_tiling.swizzle_mode; 1272 struct drm_i915_gem_get_tiling get_tiling = { .handle = bo->gem_handle }; local in function:iris_bo_import_dmabuf 1273 if (drm_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_GET_TILING, &get_tiling)) 1276 bo->tiling_mode = get_tiling.tiling_mode; 1277 bo->swizzle_mode = get_tiling.swizzle_mode;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_bufmgr.c | 793 struct drm_i915_gem_get_tiling get_tiling = { .handle = bo->gem_handle }; local in function:brw_bo_gem_create_from_name 794 ret = drmIoctl(bufmgr->fd, DRM_IOCTL_I915_GEM_GET_TILING, &get_tiling); 798 bo->tiling_mode = get_tiling.tiling_mode; 799 bo->swizzle_mode = get_tiling.swizzle_mode; 1430 struct drm_i915_gem_get_tiling get_tiling = { .handle = bo->gem_handle }; local in function:brw_bo_gem_create_from_prime_internal 1431 if (drmIoctl(bufmgr->fd, DRM_IOCTL_I915_GEM_GET_TILING, &get_tiling)) 1434 bo->tiling_mode = get_tiling.tiling_mode; 1435 bo->swizzle_mode = get_tiling.swizzle_mode;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_bufmgr.c | 578 struct drm_i915_gem_get_tiling get_tiling = { .handle = bo->gem_handle }; local in function:crocus_bo_gem_create_from_name 579 ret = intel_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_GET_TILING, &get_tiling); 583 bo->tiling_mode = get_tiling.tiling_mode; 584 bo->swizzle_mode = get_tiling.swizzle_mode; 1263 struct drm_i915_gem_get_tiling get_tiling = { .handle = bo->gem_handle }; local in function:crocus_bo_import_dmabuf 1264 if (intel_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_GET_TILING, &get_tiling)) 1267 bo->tiling_mode = get_tiling.tiling_mode;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_bufmgr.c | 829 struct drm_i915_gem_get_tiling get_tiling = { .handle = bo->gem_handle }; local in function:brw_bo_gem_create_from_name 830 ret = drmIoctl(bufmgr->fd, DRM_IOCTL_I915_GEM_GET_TILING, &get_tiling); 834 bo->tiling_mode = get_tiling.tiling_mode; 835 bo->swizzle_mode = get_tiling.swizzle_mode; 1528 struct drm_i915_gem_get_tiling get_tiling = { .handle = bo->gem_handle }; local in function:brw_bo_gem_create_from_prime_internal 1529 if (drmIoctl(bufmgr->fd, DRM_IOCTL_I915_GEM_GET_TILING, &get_tiling)) 1532 bo->tiling_mode = get_tiling.tiling_mode; 1533 bo->swizzle_mode = get_tiling.swizzle_mode;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/dev/ |
| H A D | intel_device_info.c | 1391 struct drm_i915_gem_get_tiling get_tiling = { local in function:has_get_tiling 1394 ret = intel_ioctl(fd, DRM_IOCTL_I915_GEM_SET_TILING, &get_tiling);
|
| /xsrc/external/mit/libdrm/dist/intel/ |
| H A D | intel_bufmgr_gem.c | 1038 struct drm_i915_gem_get_tiling get_tiling = { local in function:get_tiling_mode 1045 &get_tiling); 1049 *tiling_mode = get_tiling.tiling_mode; 1050 *swizzle_mode = get_tiling.swizzle_mode;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.2.0.rst | 3776 - iris/bufmgr: Do not use map_gtt or use set/get_tiling on DG1
|