Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vc_mem: Add the DMA memcpy support from bcm2708_fb #5651

Merged
merged 1 commit into from
Oct 16, 2023

Commits on Oct 16, 2023

  1. vc_mem: Add the DMA memcpy support from bcm2708_fb

    bcm2708_fb is disabled by the vc4-kms-v3d overlay, which means that the
    DMA memcpy support it provides is not available to allow vclog to read
    the VC logs from the top 16MB on Pi 2 and Pi 3. Add the code to the
    vc_mem driver, which will still be enabled.
    
    It ought to be possible to do a proper DMA_MEM_TO_MEM copy via the
    generic DMA customer API, but that can be a later step.
    
    Signed-off-by: Phil Elwell <[email protected]>
    pelwell committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    aea32c7 View commit details
    Browse the repository at this point in the history