mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-19 12:12:16 +00:00
doc: correct 'gvtg' parameters for acrn-dm
Correct the GVT-g parameters description in the 'ACRN Device Model parameters' document. The order was the wrong way around. Tracked-On: #5528 Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
parent
dc86cd8bff
commit
3ae00e1b22
@ -55,13 +55,13 @@ Here are descriptions for each of these ``acrn-dm`` command line parameters:
|
|||||||
- ACRN implements GVT-g for graphics virtualization (aka AcrnGT). This
|
- ACRN implements GVT-g for graphics virtualization (aka AcrnGT). This
|
||||||
option allows you to set some of its parameters.
|
option allows you to set some of its parameters.
|
||||||
|
|
||||||
GVT_args format: ``gvt_high_gm_sz gvt_low_gm_sz gvt_fence_sz``
|
GVT_args format: ``low_gm_sz high_gm_sz fence_sz``
|
||||||
|
|
||||||
Where:
|
Where:
|
||||||
|
|
||||||
- ``gvt_high_gm_sz``: GVT-g aperture size, unit is MB
|
- ``low_gm_sz``: GVT-g aperture size, unit is MB
|
||||||
- ``gvt_low_gm_sz``: GVT-g hidden gfx memory size, unit is MB
|
- ``high_gm_sz``: GVT-g hidden gfx memory size, unit is MB
|
||||||
- ``gvt_fence_sz``: the number of fence registers
|
- ``fence_sz``: the number of fence registers
|
||||||
|
|
||||||
Example::
|
Example::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user