doc: fix rendering of rightwards arrows
The "Enable GVT-d in ACRN" tutorial includes a number of rightwards arrows. The source text used the "→" symbol for this but this is not valid in ReST files. We add a substitution for this and use it in the tutorial instead. Tracked-On: #5769 Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
parent
50f135343a
commit
7c3acd21da
|
@ -20,3 +20,4 @@
|
|||
.. |check| unicode:: U+02714 .. HEAVY CHECK MARK
|
||||
:rtrim:
|
||||
.. |oplus| unicode:: U+02295 .. CIRCLED PLUS SIGN
|
||||
.. |rarr| unicode:: U+02192 .. RIGHTWARDS ARROW
|
||||
|
|
|
@ -46,25 +46,25 @@ BIOS Settings
|
|||
Kaby Lake Platform
|
||||
==================
|
||||
|
||||
* Set **IGD Minimum Memory** to **64MB** in **Devices** →
|
||||
**Video** → **IGD Minimum Memory**.
|
||||
* Set **IGD Minimum Memory** to **64MB** in **Devices** |rarr|
|
||||
**Video** |rarr| **IGD Minimum Memory**.
|
||||
|
||||
Whiskey Lake Platform
|
||||
=====================
|
||||
|
||||
* Set **PM Support** to **Enabled** in **Chipset** → **System
|
||||
Agent (SA) Configuration** → **Graphics Configuration** →
|
||||
* Set **PM Support** to **Enabled** in **Chipset** |rarr| **System
|
||||
Agent (SA) Configuration** |rarr| **Graphics Configuration** |rarr|
|
||||
**PM support**.
|
||||
* Set **DVMT Pre-Allocated** to **64MB** in **Chipset** →
|
||||
* Set **DVMT Pre-Allocated** to **64MB** in **Chipset** |rarr|
|
||||
**System Agent (SA) Configuration**
|
||||
→ **Graphics Configuration** → **DVMT Pre-Allocated**.
|
||||
|rarr| **Graphics Configuration** |rarr| **DVMT Pre-Allocated**.
|
||||
|
||||
Elkhart Lake Platform
|
||||
=====================
|
||||
|
||||
* Set **DMVT Pre-Allocated** to **64MB** in **Intel Advanced Menu**
|
||||
→ **System Agent(SA) Configuration** →
|
||||
**Graphics Configuration** → **DMVT Pre-Allocated**.
|
||||
|rarr| **System Agent(SA) Configuration** |rarr|
|
||||
**Graphics Configuration** |rarr| **DMVT Pre-Allocated**.
|
||||
|
||||
Passthrough the GPU to Guest
|
||||
****************************
|
||||
|
|
Loading…
Reference in New Issue