Searched refs:a2xx_gpu (Results 1 – 2 of 2) sorted by relevance
57 struct a2xx_gpu *a2xx_gpu = to_a2xx_gpu(adreno_gpu); in a2xx_me_init() local92 if (a2xx_gpu->protection_disabled) in a2xx_me_init()101 if (!a2xx_gpu->protection_disabled) { in a2xx_me_init()114 struct a2xx_gpu *a2xx_gpu = to_a2xx_gpu(adreno_gpu); in a2xx_hw_init() local240 if (ptr[1] == 0 && !a2xx_gpu->protection_disabled) { in a2xx_hw_init()243 a2xx_gpu->protection_disabled = true; in a2xx_hw_init()293 struct a2xx_gpu *a2xx_gpu = to_a2xx_gpu(adreno_gpu); in a2xx_destroy() local299 kfree(a2xx_gpu); in a2xx_destroy()498 struct a2xx_gpu *a2xx_gpu = NULL; in a2xx_gpu_init() local512 a2xx_gpu = kzalloc_obj(*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