Revert "ubwcp: Keep UBWC-P powered on after buffer alloc"

This reverts commit ff2498ad42.

No longer needed now that we are doing CMOs with an
un-cached mapping.

Change-Id: I927b93aaf869755a9fe36e77a24874e5b83a331d
Signed-off-by: Liam Mark <quic_lmark@quicinc.com>
This commit is contained in:
Liam Mark
2022-12-05 16:28:16 -08:00
parent 47907f98a1
commit 7a0417fe15

View File

@@ -2011,7 +2011,8 @@ static int ubwcp_free_buffer(struct dma_buf *dmabuf)
} else {
DBG("DONE: calling offline_and_remove_memory() for ULA PA pool");
}
DBG("Don't Call power OFF ...");
DBG("Calling power OFF ...");
ubwcp_power(ubwcp, false);
}
mutex_unlock(&ubwcp->mem_hotplug_lock);
return ret;