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

Commit 1469e277 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: Enable video system cache by default"

parents eefd721b 9e564a3c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -261,7 +261,6 @@ struct clock_data {
	u32 opb_fourcc;
	enum hal_work_mode work_mode;
	bool low_latency_mode;
	bool use_sys_cache;
};

struct profile_data {
+2 −2
Original line number Diff line number Diff line
@@ -276,12 +276,12 @@ static int msm_vidc_load_subcache_info(struct msm_vidc_platform_resources *res)
			"cache-slice-names", c, &vsc->name);
	}

	res->sys_cache_enabled = true;
	res->sys_cache_present = true;

	return 0;

err_load_subcache_table_fail:
	res->sys_cache_enabled = false;
	res->sys_cache_present = false;
	subcaches->count = 0;
	subcaches->subcache_tbl = NULL;