Home
last modified time | relevance | path

Searched refs:gmem (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/drm/msm/adreno/
Dadreno_device.c35 .gmem = SZ_256K,
43 .gmem = SZ_128K,
51 .gmem = SZ_512K,
59 .gmem = SZ_1M,
67 .gmem = (SZ_1M + SZ_512K),
75 .gmem = (SZ_1M + SZ_512K),
Dadreno_gpu.h125 uint32_t gmem; member
141 uint32_t gmem; /* actual gmem size */ member
Dadreno_gpu.c36 *value = adreno_gpu->gmem; in adreno_get_param()
357 adreno_gpu->gmem = adreno_gpu->info->gmem; in adreno_gpu_init()
Da3xx_gpu.c576 ocmem_allocate(OCMEM_GRAPHICS, adreno_gpu->gmem); in a3xx_gpu_init()
580 adreno_gpu->gmem = ocmem_hdl->len; in a3xx_gpu_init()
581 DBG("using %dK of OCMEM at 0x%08x", adreno_gpu->gmem / 1024, in a3xx_gpu_init()
Da4xx_gpu.c665 ocmem_allocate(OCMEM_GRAPHICS, adreno_gpu->gmem); in a4xx_gpu_init()
669 adreno_gpu->gmem = ocmem_hdl->len; in a4xx_gpu_init()
670 DBG("using %dK of OCMEM at 0x%08x", adreno_gpu->gmem / 1024, in a4xx_gpu_init()