Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
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()
1402 ctx->scratch_size_bytes = 0; in atom_allocate_fb_scratch()
1409 ctx->scratch_size_bytes = usage_bytes; in atom_allocate_fb_scratch()
Datom.h141 int scratch_size_bytes; member