Commits on Dec 23, 2016

  1. Add PS4 subarch for x86

    Plus TSC/LAPIC calibration
    marcan committed Dec 23, 2016
    Copy the full SHA
    14295a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2016

  1. PS4 PCI probe order hacks

    marcan committed Dec 24, 2016
    Copy the full SHA
    5651e2e View commit details
    Browse the repository at this point in the history
  2. Disable AMD IOMMU IOAPIC sanity check

    No IOAPIC on PS4 and that's okay.
    marcan committed Dec 24, 2016
    Copy the full SHA
    260fcea View commit details
    Browse the repository at this point in the history
  3. Make irq_msi_compose_msg global

    Needed for the aeolia MSI driver
    marcan committed Dec 24, 2016
    Copy the full SHA
    a71f7e2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    274a92e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c98bc9c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    68728dd View commit details
    Browse the repository at this point in the history
  7. Hack sky2 to support Aeolia (PS4)

    Needs cleanup.
    marcan committed Dec 24, 2016
    Copy the full SHA
    936b274 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2016

  1. sky2: use 31-bit DMA on PS4

    marcan committed Dec 25, 2016
    Copy the full SHA
    42962c9 View commit details
    Browse the repository at this point in the history
  2. Basic ICC driver

    marcan committed Dec 25, 2016
    Copy the full SHA
    1dbef03 View commit details
    Browse the repository at this point in the history
  3. icc: i2c driver

    marcan committed Dec 25, 2016
    Copy the full SHA
    2cbb5cc View commit details
    Browse the repository at this point in the history
  4. Add Liverpool radeon chip support

    Mostly a copy of Bonaire...
    marcan committed Dec 25, 2016
    Copy the full SHA
    cc3edf5 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b7cfb6c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    c91c43c View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    639928e View commit details
    Browse the repository at this point in the history
  8. radeon: nuke the entire display controller DRAM BW related code

    'tis broken on ps4.
    marcan committed Dec 25, 2016
    Copy the full SHA
    197e20e View commit details
    Browse the repository at this point in the history
  9. Add support for ps4 encoder to radeon driver

    Not terribly happy with how this is hooked up, but it could be way
    worse.
    marcan committed Dec 25, 2016
    Copy the full SHA
    b2e54fc View commit details
    Browse the repository at this point in the history
  10. Liverpool chip settings

    Not 100% checked yetr
    marcan committed Dec 25, 2016
    Copy the full SHA
    05625e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2017

  1. No UVD kthx

    marcan committed Jan 3, 2017
    Copy the full SHA
    0960e11 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    887b10a View commit details
    Browse the repository at this point in the history
  3. Work around the SDMA fail by doing a fill instead of a write

    A 1-dword write is equivalent to a 1-dword fill, but the latter actually
    works.
    marcan committed Jan 3, 2017
    Copy the full SHA
    7814e9d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    770ba3a View commit details
    Browse the repository at this point in the history
  5. Re-enable all gfx contexts on Liverpool

    For some reason, all but 0 and 15 default to off on Liverpool
    marcan committed Jan 3, 2017
    Copy the full SHA
    ab6316b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    a626620 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    bee765f View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    f4eb248 View commit details
    Browse the repository at this point in the history
  9. Enable only 1080p mode for now

    There is still some breakage around mode switching, so just force
    everything to 1080p mode.
    marcan committed Jan 3, 2017
    Copy the full SHA
    0b94b0a View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    bbc8509 View commit details
    Browse the repository at this point in the history
  11. Hack: take Linux logo out of initdata.

    Our deferred probing runs after late_initcall even though init data is
    still available. For now, just make it persistent.
    marcan committed Jan 3, 2017
    Copy the full SHA
    599430f View commit details
    Browse the repository at this point in the history
  12. Aeolia triple xhci driver

    marcan committed Jan 3, 2017
    Copy the full SHA
    6058459 View commit details
    Browse the repository at this point in the history
  13. xhci-aeolia: set DMA mask to 31bit

    This needs a new xHCI quirk...
    marcan committed Jan 3, 2017
    Copy the full SHA
    9c946c5 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    950e5d7 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    03bda92 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    d4ab5f6 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    5aab08b View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    e57f65b View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    86003e5 View commit details
    Browse the repository at this point in the history
  20. Silence more IRQ spam

    marcan committed Jan 3, 2017
    Copy the full SHA
    50654b1 View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    12b511b View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    4395c82 View commit details
    Browse the repository at this point in the history
  23. icc: fix some fail

    marcan committed Jan 3, 2017
    Copy the full SHA
    30bb08f View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    b2f2e22 View commit details
    Browse the repository at this point in the history
  25. ahci: add PS4 Aeolia support

    marcan committed Jan 3, 2017
    Copy the full SHA
    ef83f1c View commit details
    Browse the repository at this point in the history