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

linux_4_9: enable support for amdgpu on older chipsets #21914

Merged
merged 1 commit into from Jan 15, 2017

Conversation

ttuegel
Copy link
Member

@ttuegel ttuegel commented Jan 15, 2017

Linux 4.9 includes experimental amdgpu support for AMD Southern Islands
chipsets. (By default, only Sea Islands and newer chipsets are supported.)
Southern Islands chips will still use radeon by default, but daring users may
set services.xserver.videoDrivers = [ "amdgpu" ]; to try the experimental
driver.

Motivation for this change

The amdgpu-based driver is awesome!

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
  • [ ] Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
    (This does not really apply.)
  • Tested execution of all binary files (usually in ./result/bin/)
    (I am using the driver right now.)
  • Fits CONTRIBUTING.md.

Linux 4.9 includes experimental amdgpu support for AMD Southern Islands
chipsets. (By default, only Sea Islands and newer chipsets are supported.)
Southern Islands chips will still use radeon by default, but daring users may
set `services.xserver.videoDrivers = [ "amdgpu" ];` to try the experimental
driver.
@mention-bot
Copy link

@ttuegel, thanks for your PR! By analyzing the history of the files in this pull request, we identified @edolstra, @wkennington and @zohl to be potential reviewers.

@NeQuissimus NeQuissimus merged commit 7c8d3aa into NixOS:master Jan 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants