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

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

Merge "msm: kgsl: Change __cpuc_flush_kern_all() to flush_cache_all()"

parents d34a2c9a 7c4ab635
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3014,7 +3014,7 @@ kgsl_ioctl_gpumem_sync_cache_bulk(struct kgsl_device_private *dev_priv,
	if (full_flush) {
		trace_kgsl_mem_sync_full_cache(actual_count, op_size,
					       param->op);
		__cpuc_flush_kern_all();
		flush_cache_all();
	}

	for (i = 0; i < actual_count; i++) {