Searched refs:scratch_size_bytes (Results 1 – 6 of 6) sorted by relevance
286 if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) { in atom_get_src_int()288 gctx->fb_base + (idx * 4), gctx->scratch_size_bytes); in atom_get_src_int()550 if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) { in atom_put_dst()552 gctx->fb_base + (idx * 4), gctx->scratch_size_bytes); in atom_put_dst()1430 ctx->scratch_size_bytes = 0; in atom_allocate_fb_scratch()1437 ctx->scratch_size_bytes = usage_bytes; in atom_allocate_fb_scratch()
142 int scratch_size_bytes; member
147 int scratch_size_bytes; member
288 if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) { in atom_get_src_int()290 gctx->fb_base + (idx * 4), gctx->scratch_size_bytes); in atom_get_src_int()551 if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) { in atom_put_dst()553 gctx->fb_base + (idx * 4), gctx->scratch_size_bytes); in atom_put_dst()
200 ctx->scratch_size_bytes = 0; in amdgpu_atomfirmware_allocate_fb_scratch()207 ctx->scratch_size_bytes = usage_bytes; in amdgpu_atomfirmware_allocate_fb_scratch()
1698 ctx->scratch_size_bytes = 0; in amdgpu_atombios_allocate_fb_scratch()1705 ctx->scratch_size_bytes = usage_bytes; in amdgpu_atombios_allocate_fb_scratch()
Completed in 16 milliseconds