toc_fw_size      2081 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	uint32_t toc_fw_size;
toc_fw_size      2088 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	toc_fw_size = rlc_autoload_info[id].size;
toc_fw_size      2091 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 		fw_size = toc_fw_size;
toc_fw_size      2093 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	if (fw_size > toc_fw_size)
toc_fw_size      2094 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 		fw_size = toc_fw_size;
toc_fw_size      2098 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	if (fw_size < toc_fw_size)
toc_fw_size      2099 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 		memset(ptr + toc_offset + fw_size, 0, toc_fw_size - fw_size);