Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/msm/adreno/
Da5xx_gpu.c1249 u32 *hlsqregs; member
1330 a5xx_state->hlsqregs = kcalloc(count, sizeof(u32), GFP_KERNEL); in a5xx_gpu_state_get_hlsq_regs()
1331 if (!a5xx_state->hlsqregs) in a5xx_gpu_state_get_hlsq_regs()
1356 kfree(a5xx_state->hlsqregs); in a5xx_gpu_state_get_hlsq_regs()
1362 memcpy(a5xx_state->hlsqregs, dumper.ptr + (256 * SZ_1K), in a5xx_gpu_state_get_hlsq_regs()
1399 kfree(a5xx_state->hlsqregs); in a5xx_gpu_state_destroy()
1429 if (!a5xx_state->hlsqregs) in a5xx_show()
1446 if (a5xx_state->hlsqregs[pos] == 0xdeadbeef) in a5xx_show()
1450 o << 2, a5xx_state->hlsqregs[pos]); in a5xx_show()