scratch_size_bytes 1798 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c 	ctx->scratch_size_bytes = 0;
scratch_size_bytes 1805 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c 	ctx->scratch_size_bytes = usage_bytes;
scratch_size_bytes  100 drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c 	ctx->scratch_size_bytes = 0;
scratch_size_bytes  107 drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c 	ctx->scratch_size_bytes = usage_bytes;
scratch_size_bytes  276 drivers/gpu/drm/amd/amdgpu/atom.c 		if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) {
scratch_size_bytes  278 drivers/gpu/drm/amd/amdgpu/atom.c 				  gctx->fb_base + (idx * 4), gctx->scratch_size_bytes);
scratch_size_bytes  532 drivers/gpu/drm/amd/amdgpu/atom.c 		if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) {
scratch_size_bytes  534 drivers/gpu/drm/amd/amdgpu/atom.c 				  gctx->fb_base + (idx * 4), gctx->scratch_size_bytes);
scratch_size_bytes  143 drivers/gpu/drm/amd/amdgpu/atom.h 	int scratch_size_bytes;
scratch_size_bytes  282 drivers/gpu/drm/radeon/atom.c 		if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) {
scratch_size_bytes  284 drivers/gpu/drm/radeon/atom.c 				  gctx->fb_base + (idx * 4), gctx->scratch_size_bytes);
scratch_size_bytes  538 drivers/gpu/drm/radeon/atom.c 		if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) {
scratch_size_bytes  540 drivers/gpu/drm/radeon/atom.c 				  gctx->fb_base + (idx * 4), gctx->scratch_size_bytes);
scratch_size_bytes 1415 drivers/gpu/drm/radeon/atom.c 	ctx->scratch_size_bytes = 0;
scratch_size_bytes 1422 drivers/gpu/drm/radeon/atom.c 	ctx->scratch_size_bytes = usage_bytes;
scratch_size_bytes  141 drivers/gpu/drm/radeon/atom.h 	int scratch_size_bytes;