Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 4c803b904e04
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7c8d3aa21d42
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 15, 2017

  1. linux_4_9: enable support for amdgpu on older chipsets

    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.
    ttuegel committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    04d1163 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #21914 from ttuegel/amdgpu-verde

    linux_4_9: enable support for amdgpu on older chipsets
    NeQuissimus committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    7c8d3aa View commit details
    Browse the repository at this point in the history