radeon_hd: Polaris10 power distribution fix

* Helps prevent mainboard explosions and other bad stuff.
* ...maybe not explosions, but bad things.
* The RX 480 reference design can pull as much as 90W
  from its PCIe slot at load. PCIe is rated for 75W.
* This change overloads the PCIe power cables vs the PCIe
  slot. The PCIe power cables can handle going over spec.
* Untested since we really can't come close to loading a
  RX 480 without hardware OpenGL ^_^
* Should be able to test on real hardware within a week.
This commit is contained in:
Alexander von Gluck IV
2016-09-28 15:46:14 -05:00
parent 6c12ba4014
commit 38f17b01ce
5 changed files with 56 additions and 2 deletions
@@ -190,7 +190,8 @@ struct overlay_registers;
struct radeon_shared_info {
uint32 deviceIndex; // accelerant index
uint32 pciID; // device pciid
uint32 pciID; // device pci id
uint32 pciRev; // device pci revision
area_id mode_list_area; // area containing display mode list
uint32 mode_count;