Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d2edff2 authored by George Shen's avatar George Shen
Browse files

msm: cvp: Rename cvpss to evass



CVP firmware renamed to "evass" (Engine for Visual
Analytic Subsystem).

Change-Id: I4d1ab032f8aa6a40581cffedbb3828525b0060b2
Signed-off-by: default avatarGeorge Shen <sqiao@codeaurora.org>
parent 0070b55b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4268,7 +4268,7 @@ static int __load_fw(struct iris_hfi_device *device)
			|| device->res->use_non_secure_pil) {
		if (!device->resources.fw.cookie)
			device->resources.fw.cookie =
				subsystem_get_with_fwname("cvpss",
				subsystem_get_with_fwname("evass",
				device->res->fw_name);

		if (IS_ERR_OR_NULL(device->resources.fw.cookie)) {
+1 −1
Original line number Diff line number Diff line
@@ -627,7 +627,7 @@ static void handle_sys_error(enum hal_command_response cmd, void *data)
	unsigned long flags = 0;
	enum cvp_core_state cur_state;

	subsystem_crashed("cvpss");
	subsystem_crashed("evass");
	if (!response) {
		dprintk(CVP_ERR,
			"Failed to get valid response for sys error\n");
+1 −1
Original line number Diff line number Diff line
@@ -701,7 +701,7 @@ int cvp_read_platform_resources_from_drv_data(

	res->sku_version = platform_data->sku_version;

	res->fw_name = "cvpss";
	res->fw_name = "evass";

	dprintk(CVP_CORE, "Firmware filename: %s\n", res->fw_name);