Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Datom.h142 int scratch_size_bytes; member
Damdgpu_atomfirmware.c102 ctx->scratch_size_bytes = 0; in amdgpu_atomfirmware_allocate_fb_scratch()
109 ctx->scratch_size_bytes = usage_bytes; in amdgpu_atomfirmware_allocate_fb_scratch()
Datom.c274 if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) { in atom_get_src_int()
276 gctx->fb_base + (idx * 4), gctx->scratch_size_bytes); in atom_get_src_int()
530 if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) { in atom_put_dst()
532 gctx->fb_base + (idx * 4), gctx->scratch_size_bytes); in atom_put_dst()
Damdgpu_atombios.c1813 ctx->scratch_size_bytes = 0; in amdgpu_atombios_allocate_fb_scratch()
1820 ctx->scratch_size_bytes = usage_bytes; in amdgpu_atombios_allocate_fb_scratch()
/Linux-v4.19/drivers/gpu/drm/radeon/
Datom.h142 int scratch_size_bytes; member
Datom.c278 if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) { in atom_get_src_int()
280 gctx->fb_base + (idx * 4), gctx->scratch_size_bytes); in atom_get_src_int()
534 if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) { in atom_put_dst()
536 gctx->fb_base + (idx * 4), gctx->scratch_size_bytes); in atom_put_dst()
1411 ctx->scratch_size_bytes = 0; in atom_allocate_fb_scratch()
1418 ctx->scratch_size_bytes = usage_bytes; in atom_allocate_fb_scratch()