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

libdrm: move dependency on nvidia-drm out of weston-init #1760

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 18, 2024

  1. libdrm: move dependency on nvidia-drm out of weston-init

    The nvidia-drm kernel module and associated load config are needed
    by libdrm but were only getting picked up by weston-init.
    
    There are valid configurations (headless, egl-only) that need
    libdrm but do not pull in weston, so the runtime recommendation
    is moved to the libdrm bbappend.
    
    Signed-off-by: Kurt Kiefer <[email protected]>
    kekiefer committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    684c1c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. nvidia-drm-loadconf: changes to play nicely with x11

    We want to be able to pull in the module load configuration by default
    but need to be careful to not enable the 'modeset' parameter on the
    driver unless we won't be using x11 in the image. We can't check
    distro features, so we make the modprobe conf RCONFLICT with x11, and
    don't allow it to be pulled in if 'modeset' is enabled.
    
    Also add variables to allow overriding the setting for the 'modeset'
    and 'fbdev' parameters in a bbappend, local.conf file, or similar.
    
    Signed-off-by: Kurt Kiefer <[email protected]>
    kekiefer committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    67a058e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    7127257 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a3f4ad View commit details
    Browse the repository at this point in the history