ce_fw_version     398 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c 		return adev->gfx.ce_fw_version;
ce_fw_version     173 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c 			fw_version = adev->gfx.ce_fw_version;
ce_fw_version     271 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h 	uint32_t			ce_fw_version;
ce_fw_version     234 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 		fw_info->ver = adev->gfx.ce_fw_version;
ce_fw_version     398 drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c FW_VERSION_ATTR(ce_fw_version, 0444, gfx.ce_fw_version);
ce_fw_version     690 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	adev->gfx.ce_fw_version = le32_to_cpu(cp_hdr->header.ucode_version);
ce_fw_version     370 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c 	adev->gfx.ce_fw_version = le32_to_cpu(cp_hdr->header.ucode_version);
ce_fw_version    2473 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	adev->gfx.ce_fw_version = le32_to_cpu(ce_hdr->header.ucode_version);
ce_fw_version    2499 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	WREG32(mmCP_CE_UCODE_ADDR, adev->gfx.ce_fw_version);
ce_fw_version    1052 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	adev->gfx.ce_fw_version = le32_to_cpu(cp_hdr->header.ucode_version);
ce_fw_version    1104 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	adev->gfx.ce_fw_version = le32_to_cpu(cp_hdr->header.ucode_version);
ce_fw_version    3122 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	WREG32_SOC15(GC, 0, mmCP_CE_UCODE_ADDR, adev->gfx.ce_fw_version);