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
|
.. |check| unicode:: U+02714 .. HEAVY CHECK MARK
|
||||||
:rtrim:
|
:rtrim:
|
||||||
.. |oplus| unicode:: U+02295 .. CIRCLED PLUS SIGN
|
.. |oplus| unicode:: U+02295 .. CIRCLED PLUS SIGN
|
||||||
|
.. |rarr| unicode:: U+02192 .. RIGHTWARDS ARROW
|
||||||
|
|
|
@ -46,25 +46,25 @@ BIOS Settings
|
||||||
Kaby Lake Platform
|
Kaby Lake Platform
|
||||||
==================
|
==================
|
||||||
|
|
||||||
* Set **IGD Minimum Memory** to **64MB** in **Devices** →
|
* Set **IGD Minimum Memory** to **64MB** in **Devices** |rarr|
|
||||||
**Video** → **IGD Minimum Memory**.
|
**Video** |rarr| **IGD Minimum Memory**.
|
||||||
|
|
||||||
Whiskey Lake Platform
|
Whiskey Lake Platform
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
* Set **PM Support** to **Enabled** in **Chipset** → **System
|
* Set **PM Support** to **Enabled** in **Chipset** |rarr| **System
|
||||||
Agent (SA) Configuration** → **Graphics Configuration** →
|
Agent (SA) Configuration** |rarr| **Graphics Configuration** |rarr|
|
||||||
**PM support**.
|
**PM support**.
|
||||||
* Set **DVMT Pre-Allocated** to **64MB** in **Chipset** →
|
* Set **DVMT Pre-Allocated** to **64MB** in **Chipset** |rarr|
|
||||||
**System Agent (SA) Configuration**
|
**System Agent (SA) Configuration**
|
||||||
→ **Graphics Configuration** → **DVMT Pre-Allocated**.
|
|rarr| **Graphics Configuration** |rarr| **DVMT Pre-Allocated**.
|
||||||
|
|
||||||
Elkhart Lake Platform
|
Elkhart Lake Platform
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
* Set **DMVT Pre-Allocated** to **64MB** in **Intel Advanced Menu**
|
* Set **DMVT Pre-Allocated** to **64MB** in **Intel Advanced Menu**
|
||||||
→ **System Agent(SA) Configuration** →
|
|rarr| **System Agent(SA) Configuration** |rarr|
|
||||||
**Graphics Configuration** → **DMVT Pre-Allocated**.
|
**Graphics Configuration** |rarr| **DMVT Pre-Allocated**.
|
||||||
|
|
||||||
Passthrough the GPU to Guest
|
Passthrough the GPU to Guest
|
||||||
****************************
|
****************************
|
||||||
|
|
Loading…
Reference in New Issue