Home
last modified time | relevance | path

Searched refs:a6xx_gmu_bo (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/msm/adreno/
Da6xx_gmu.h11 struct a6xx_gmu_bo { struct
62 struct a6xx_gmu_bo *hfi;
63 struct a6xx_gmu_bo *debug;
Da6xx_gmu.c748 static void a6xx_gmu_memory_free(struct a6xx_gmu *gmu, struct a6xx_gmu_bo *bo) in a6xx_gmu_memory_free()
768 static struct a6xx_gmu_bo *a6xx_gmu_memory_alloc(struct a6xx_gmu *gmu, in a6xx_gmu_memory_alloc()
771 struct a6xx_gmu_bo *bo; in a6xx_gmu_memory_alloc()
Da6xx_hfi.c404 struct a6xx_gmu_bo *hfi = gmu->hfi; in a6xx_hfi_init()