Talk:Raspberry Pi VC4

From Gentoo Wiki
Jump to:navigation Jump to:search
Note
This is a Talk page - please see the documentation about using talk pages. Add newer comments below older ones, sign comments using four tildes (~~~~), and indent successive comments with colons (:). Add new sections at the bottom of the page, under a heading (== ==). Please remember to mark sections as "open for discussion" using {{talk|open}}, so they will show up in the list of open discussions.

It's also recommended to bump your gpu_mem to 128 (it's what raspi-config does when you enable the driver through it).

The vc4 driver uses the kernels contiguous memory allocator for RAM.

When the dtoverlay=vc4-kms-v3d overlay is loaded you get cma=256M@256 added to the kernel command line for free.

Memory allocated to the old graphics driver is wasted, so gpu_mem=16 is a better setting.

--NeddySeagoon (talk) 20:29, 15 July 2017 (UTC)

"you're almost there"

Section "Is it working?" does not suggest any course of action when llvmpipe is the GL renderer. This is a dead end, at least for me. Grepwood