Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,075
    • Issues 3,075
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1,006
    • Merge requests 1,006
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • MesaMesa
  • mesamesa
  • Merge requests
  • !20861

radeonsi: Allow building with only amdgpu support

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Tim Van Patten requested to merge timvp/mesa:8123 into main Jan 23, 2023
  • Overview 6
  • Commits 1
  • Pipelines 2
  • Changes 10

Before this CL, specifying |gallium-drivers=radeonsi| results in building both radeon and amdgpu. However, amdgpu support does not require radeon, and results in increased binary size.

This CL allows for |gallium-drivers=amdgpu|, which removes support for libdrm_radeon and libradeonwinsys. Both are unnecessary for GPUs that amdgpu supports.

Closes: #8123

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 8123