Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Datom.h141 int scratch_size_bytes; member
Datom.c277 if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) { in atom_get_src_int()
279 gctx->fb_base + (idx * 4), gctx->scratch_size_bytes); in atom_get_src_int()
536 if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) { in atom_put_dst()
538 gctx->fb_base + (idx * 4), gctx->scratch_size_bytes); in atom_put_dst()
1448 ctx->scratch_size_bytes = 0; in amdgpu_atom_allocate_fb_scratch()
1455 ctx->scratch_size_bytes = usage_bytes; in amdgpu_atom_allocate_fb_scratch()
/linux-4.4.14/drivers/gpu/drm/radeon/
Datom.h142 int scratch_size_bytes; member
Datom.c280 if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) { in atom_get_src_int()
282 gctx->fb_base + (idx * 4), gctx->scratch_size_bytes); in atom_get_src_int()
539 if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) { in atom_put_dst()
541 gctx->fb_base + (idx * 4), gctx->scratch_size_bytes); in atom_put_dst()
1416 ctx->scratch_size_bytes = 0; in atom_allocate_fb_scratch()
1423 ctx->scratch_size_bytes = usage_bytes; in atom_allocate_fb_scratch()