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

/linux-4.1.27/drivers/gpu/drm/radeon/
H A Datom.h142 int scratch_size_bytes; member in struct:atom_context
H A Datom.c280 if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) { atom_get_src_int()
282 gctx->fb_base + (idx * 4), gctx->scratch_size_bytes); atom_get_src_int()
539 if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) { atom_put_dst()
541 gctx->fb_base + (idx * 4), gctx->scratch_size_bytes); atom_put_dst()
1416 ctx->scratch_size_bytes = 0; atom_allocate_fb_scratch()
1423 ctx->scratch_size_bytes = usage_bytes; atom_allocate_fb_scratch()

Completed in 73 milliseconds