Searched refs:hlsqregs (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/ |
H A D | a5xx_gpu.c | 1257 u32 *hlsqregs; member 1338 a5xx_state->hlsqregs = kcalloc(count, sizeof(u32), GFP_KERNEL); in a5xx_gpu_state_get_hlsq_regs() 1339 if (!a5xx_state->hlsqregs) in a5xx_gpu_state_get_hlsq_regs() 1364 kfree(a5xx_state->hlsqregs); in a5xx_gpu_state_get_hlsq_regs() 1370 memcpy(a5xx_state->hlsqregs, dumper.ptr + (256 * SZ_1K), in a5xx_gpu_state_get_hlsq_regs() 1407 kfree(a5xx_state->hlsqregs); in a5xx_gpu_state_destroy() 1437 if (!a5xx_state->hlsqregs) in a5xx_show() 1454 if (a5xx_state->hlsqregs[pos] == 0xdeadbeef) in a5xx_show() 1458 o << 2, a5xx_state->hlsqregs[pos]); in a5xx_show()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/ |
H A D | a5xx_gpu.c | 1441 u32 *hlsqregs; member 1521 a5xx_state->hlsqregs = kcalloc(count, sizeof(u32), GFP_KERNEL); in a5xx_gpu_state_get_hlsq_regs() 1522 if (!a5xx_state->hlsqregs) in a5xx_gpu_state_get_hlsq_regs() 1547 kfree(a5xx_state->hlsqregs); in a5xx_gpu_state_get_hlsq_regs() 1553 memcpy(a5xx_state->hlsqregs, dumper.ptr + (256 * SZ_1K), in a5xx_gpu_state_get_hlsq_regs() 1596 kfree(a5xx_state->hlsqregs); in a5xx_gpu_state_destroy() 1626 if (!a5xx_state->hlsqregs) in a5xx_show() 1643 if (a5xx_state->hlsqregs[pos] == 0xdeadbeef) in a5xx_show() 1647 o << 2, a5xx_state->hlsqregs[pos]); in a5xx_show()
|
Completed in 4 milliseconds