Module: Mesa Branch: main Commit: 1c35ad0d63d72eeaa7af8db88449a0a33f9e9127 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1c35ad0d63d72eeaa7af8db88449a0a33f9e9127
Author: Erik Faye-Lund <[email protected]> Date: Mon Jan 9 09:23:47 2023 +0100 docs: cma -> CMA Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22286> --- 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 19ea43fc590..50eb7011590 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::
