Home
last modified time | relevance | path

Searched refs:vram_size (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/amd/drm-shim/
Dradeon_noop_drm_shim.c82 info->vram_size = 256 * 1024 * 1024; in radeon_ioctl_gem_info()
83 info->vram_visible = info->vram_size; in radeon_ioctl_gem_info()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c246 const int vram_shift = util_logbase2_ceil64(dev->vram_size); in nouveau_screen_init()
290 if (dev->vram_size > 0) in nouveau_screen_init()
/third_party/libdrm/nouveau/
Dnouveau.h68 uint64_t vram_size; member
Dnouveau.c438 nvdev->base.vram_size = v; in nouveau_device_new()
452 (nvdev->base.vram_size * nvdev->vram_limit_percent) / 100; in nouveau_device_new()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.c435 return dev->vram_size >> 20; in nv50_screen_get_param()
1172 screen->max_tls_space = dev->vram_size / size_of_one_temp * ONE_TEMP_SIZE; in nv50_screen_create()
1186 screen->TPs, screen->MPsInTP, dev->vram_size >> 20, tls_size >> 10); in nv50_screen_create()
/third_party/mesa3d/docs/relnotes/
D19.2.1.rst123 - ac: fix incorrect vram_size reported by the kernel
D10.2.5.rst138 - winsys/radeon: fix vram_size overflow with Hawaii
D19.3.0.rst2393 - ac: fix incorrect vram_size reported by the kernel
D22.2.0.rst4068 - ac/gpu_info: remove vram_size and gtt_size in favor of \*_kb variants
/third_party/libdrm/amdgpu/
Damdgpu_gpu_info.c263 info->heap_size = vram_gtt_info.vram_size; in amdgpu_query_heap_info()
/third_party/mesa3d/src/amd/common/
Dac_rgp.c341 int64_t vram_size; member
490 chunk->vram_size = (uint64_t)rad_info->vram_size_kb * 1024; in ac_sqtt_fill_asic_info()
/third_party/libdrm/include/drm/
Damdgpu_drm.h931 __u64 vram_size; member
Dradeon_drm.h801 __u64 vram_size; member
/third_party/mesa3d/include/drm-uapi/
Damdgpu_drm.h939 __u64 vram_size; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_screen.c277 return dev->vram_size >> 20; in nv30_screen_get_param()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c359 ws->info.vram_size_kb = DIV_ROUND_UP(gem_info.vram_size, 1024); in do_winsys_init()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.c456 return dev->vram_size >> 20; in nvc0_screen_get_param()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c195 uint64_t vram_size = radv_get_vram_size(device); in radv_physical_device_init_mem_types() local
210 vram_size = 0; in radv_physical_device_init_mem_types()
215 if (vram_size > 0 && vram_size * 9 >= visible_vram_size) { in radv_physical_device_init_mem_types()
219 .size = vram_size, in radv_physical_device_init_mem_types()