Searched refs:a2xx_gpu (Results 1 – 5 of 5) sorted by relevance
57 struct a2xx_gpu *a2xx_gpu = to_a2xx_gpu(adreno_gpu); in a2xx_me_init() local89 if (a2xx_gpu->protection_disabled) in a2xx_me_init()98 if (!a2xx_gpu->protection_disabled) { in a2xx_me_init()111 struct a2xx_gpu *a2xx_gpu = to_a2xx_gpu(adreno_gpu); in a2xx_hw_init() local240 a2xx_gpu->protection_disabled = true; in a2xx_hw_init()290 struct a2xx_gpu *a2xx_gpu = to_a2xx_gpu(adreno_gpu); in a2xx_destroy() local296 kfree(a2xx_gpu); in a2xx_destroy()518 struct a2xx_gpu *a2xx_gpu = NULL; in a2xx_gpu_init() local531 a2xx_gpu = kzalloc(sizeof(*a2xx_gpu), GFP_KERNEL); in a2xx_gpu_init()532 if (!a2xx_gpu) { in a2xx_gpu_init()[all …]
15 struct a2xx_gpu { struct20 #define to_a2xx_gpu(x) container_of(x, struct a2xx_gpu, base) argument
10 adreno/a2xx_gpu.o \
[all...]