TODO: GPU Repair Notes ~ 20220303

Table of Contents

Post is modified on an ongoing basis, last updated 202507

March 2020. The onset of the coronavirus results in a sudden demand for computer graphics cards as people are confined to their homes and seek entertainment from their computers. While most are locked out of the new GPU market with prices rising more than 200%, a few in the repair community saw a chance to start creating some value out of junk on the used market. From here begins my long journey into the electronics repair rabbit hole.

PCIe Knowledge Check

Standard PCIe Supply Voltages

On most PCIe cards, regardless of their peripheral type, a series of pins on the PCIe gold finger provide voltages direct from PC (ATX or otherwise) power for:

High power peripherals generally receive majority of their 12V power via the PCIe 6-Pin or 8-Pin finger but there are other defined standards for additional power:

PCIe Lanes

PCIe uses 1 to 16 lanes initialized from the leftmost side of the slot to the rightmost. Bifurcation and lane reversal is another rabbit hole which I will need a whole new article to cover.

GPU Power Up Basics

On board voltage rails

On standard PCI Express based graphics cards, the modern GPU die is rather complex with multiple voltage rails. These rails generally power up sequentially and generally only after signals from the other voltage rails are received.

We established above that there are only 2 voltages coming into the GPU: 12V and 3.3V. From these, generally auxillary voltage rails are generated as below

For critical GPU voltage rails we have:

Resistance measurements

All voltage rails mentioned above should generally have a resistance above 50 ohms EXCEPT for NVVDD which has a resistance low enough that there isn’t a useful reading out of a multimeter.

Notes from typical resistance measurements I’ve seen:

Since core resistance is tiny, it’s much more useful to measure a short between 12V and the NVVDD VRM which we will cover below.

Core and Frame Buffer Voltage Generation

GPU cores have such low resistances that the power going through them needs to be supplied with a large amount of current by ohm’s law to get the power targets for high intensity workloads like gaming. This means currents could be anywhere from 50-100A at 1V through the core. To supply such current, we need optimized VRMs (voltage regulation modules) usually of 1 or more phases.

Per Phase Design

A single phase in a PWM is basically a circuit which takes in 12V and switches it at such a frequency (usually a 10-1 duty cycle) as to create pulses of 12V. This is then smoothed out through an inductor which essentially averages out the signal into a 1.2V supply. Of course a single phase is not going to have consistent power.

For the switching segment of a VRM phase, generally you need:

And for X amount of phases, they all need to connect into a PWM controller capable of driving the amount of phases specified. Generally more phases will be added for more stability in the votlage supply, as well as a large amount of capacitors close to the GPU core to smooth out the current.

«To be continued»

>> Home