From 1c35ad0d63d72eeaa7af8db88449a0a33f9e9127 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 9 Jan 2023 09:23:47 +0100 Subject: [PATCH] docs: cma -> CMA Reviewed-by: Eric Engestrom Part-of: --- docs/drivers/vc4.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/drivers/vc4.rst b/docs/drivers/vc4.rst index 19ea43f..50eb701 100644 --- a/docs/drivers/vc4.rst +++ b/docs/drivers/vc4.rst @@ -154,7 +154,7 @@ can unroll, that can actually count as constant indexing. * Increasing GPU memory Increase CMA pool size -The memory for the VC4 driver is allocated from the standard Linux cma +The memory for the VC4 driver is allocated from the standard Linux CMA pool. The size of this pool defaults to 64 MB. To increase this, pass an additional parameter on the kernel command line. Edit the boot partition's ``cmdline.txt`` to add:: -- 2.7.4