Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_atom.c296 if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) { in atom_get_src_int()
298 gctx->fb_base + (idx * 4), gctx->scratch_size_bytes); in atom_get_src_int()
552 if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) { in atom_put_dst()
554 gctx->fb_base + (idx * 4), gctx->scratch_size_bytes); in atom_put_dst()
1429 ctx->scratch_size_bytes = 0; in atom_allocate_fb_scratch()
1436 ctx->scratch_size_bytes = usage_bytes; in atom_allocate_fb_scratch()
H A Datom.h144 int scratch_size_bytes; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Datom.h146 int scratch_size_bytes; member
H A Damdgpu_atomfirmware.c106 ctx->scratch_size_bytes = 0; in amdgpu_atomfirmware_allocate_fb_scratch()
113 ctx->scratch_size_bytes = usage_bytes; in amdgpu_atomfirmware_allocate_fb_scratch()
H A Damdgpu_atom.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()
H A Damdgpu_atombios.c1805 ctx->scratch_size_bytes = 0; in amdgpu_atombios_allocate_fb_scratch()
1812 ctx->scratch_size_bytes = usage_bytes; in amdgpu_atombios_allocate_fb_scratch()