Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • X xf86-video-ati
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 168
    • Issues 168
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • 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.

  • xorgxorg
  • driver
  • xf86-video-ati
  • Merge requests
  • !14
The source project of this merge request has been removed.

Fix: radeon_platform_probed return ture while kernel driver is amdgpu

Closed hongaoo requested to merge (removed):master into master Sep 06, 2022
  • Overview 0
  • Pipelines 0
  • Changes 1

For machines have two AMD graphic cards, and the first graphic card's kernel driver is radeon, the second graphic card belongs SI/CIK chipset which could use both radeon and amdgpu for kernel driver. When using kernel command line "radeon.si_support=0 amdgpu.si_support=1" to switch the second card's kernel driver to be amdgpu. When xserver probing DDX driver for the second graphic card, radeon_platform_probe will returned ture while kernel driver is amdgpu, that will cause xserver terminated with error In the following process of AddScreen/ScreenInit.

This bug can be fix by adding driver name compare to radeon_platform_probe.

This fixes #181

Signed-off-by: hongao hongao@uniontech.com

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