Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
A Datom.c282 if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) { in atom_get_src_int()
284 gctx->fb_base + (idx * 4), gctx->scratch_size_bytes); in atom_get_src_int()
538 if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) { in atom_put_dst()
540 gctx->fb_base + (idx * 4), gctx->scratch_size_bytes); in atom_put_dst()
1414 ctx->scratch_size_bytes = 0; in atom_allocate_fb_scratch()
1421 ctx->scratch_size_bytes = usage_bytes; in atom_allocate_fb_scratch()
A Datom.h142 int scratch_size_bytes; member
/linux/drivers/gpu/drm/amd/amdgpu/
A Datom.h145 int scratch_size_bytes; member
A Datom.c279 if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) { in atom_get_src_int()
281 gctx->fb_base + (idx * 4), gctx->scratch_size_bytes); in atom_get_src_int()
535 if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) { in atom_put_dst()
537 gctx->fb_base + (idx * 4), gctx->scratch_size_bytes); in atom_put_dst()
A Damdgpu_atomfirmware.c137 ctx->scratch_size_bytes = 0; in amdgpu_atomfirmware_allocate_fb_scratch()
144 ctx->scratch_size_bytes = usage_bytes; in amdgpu_atomfirmware_allocate_fb_scratch()
A Damdgpu_atombios.c1659 ctx->scratch_size_bytes = 0; in amdgpu_atombios_allocate_fb_scratch()
1666 ctx->scratch_size_bytes = usage_bytes; in amdgpu_atombios_allocate_fb_scratch()

Completed in 17 milliseconds