Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/msm/adreno/
Dadreno_device.c42 .gmem = SZ_256K,
50 .gmem = SZ_128K,
58 .gmem = SZ_512K,
66 .gmem = SZ_1M,
74 .gmem = (SZ_1M + SZ_512K),
Dadreno_gpu.h124 uint32_t gmem; member
140 uint32_t gmem; /* actual gmem size */ member
Dadreno_gpu.c36 *value = adreno_gpu->gmem; in adreno_get_param()
341 adreno_gpu->gmem = adreno_gpu->info->gmem; in adreno_gpu_init()
Da4xx_gpu.c575 ocmem_allocate(OCMEM_GRAPHICS, adreno_gpu->gmem); in a4xx_gpu_init()
579 adreno_gpu->gmem = ocmem_hdl->len; in a4xx_gpu_init()
580 DBG("using %dK of OCMEM at 0x%08x", adreno_gpu->gmem / 1024, in a4xx_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()