Native Intel graphics: Difference between revisions

[unchecked revision][unchecked revision]
Line 101:
|}
 
The reference frequency is 96,000 kHz for DAC and SDVO output.
 
The resulting pixel clock is the quotient between the DPLL clock and a pixel multiplier. The pixel multiplier inserts padding into the SDVO output to ensure that its DPLL always operates at a frequency between 100 MHz and 200 MHz. Note that the pixel multiplier also applies to DAC output.
 
In order to determine the DPLL parameters one has to:
Line 110:
* Compute N, M1, M2, P1 and P2 from the DPLL clock. This can be done by iterating over all possible N, M1, M2, P1 and P2 values and checking if each combination falls into the allowed limits.
 
After that the DPLL can be programmed. This is done by programming the N, M1 and M2 values in <code>FPA0</code> register and programming the P1 and P2 values and enabling the DPLL in the <code>DPLLA_CTRL</code> register. Ensure to set the VGA disable bit and selectingselect SDVO/DAC mode. The driver should issue a 150μs delay after enabling the DPLL to allow the clock to stabilize.
 
<div class="toccolours mw-collapsible mw-collapsed">
Anonymous user