Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Da5xx_gpu.c1449 u32 *hlsqregs; member
1529 a5xx_state->hlsqregs = kcalloc(count, sizeof(u32), GFP_KERNEL); in a5xx_gpu_state_get_hlsq_regs()
1530 if (!a5xx_state->hlsqregs) in a5xx_gpu_state_get_hlsq_regs()
1555 kfree(a5xx_state->hlsqregs); in a5xx_gpu_state_get_hlsq_regs()
1561 memcpy(a5xx_state->hlsqregs, dumper.ptr + (256 * SZ_1K), in a5xx_gpu_state_get_hlsq_regs()
1604 kfree(a5xx_state->hlsqregs); in a5xx_gpu_state_destroy()
1634 if (!a5xx_state->hlsqregs) in a5xx_show()
1651 if (a5xx_state->hlsqregs[pos] == 0xdeadbeef) in a5xx_show()
1655 o << 2, a5xx_state->hlsqregs[pos]); in a5xx_show()