From 3ae00e1b22ad07a0aa930aa7ea3d2409f7023581 Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Thu, 19 Nov 2020 11:12:51 +0100 Subject: [PATCH] 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 --- doc/user-guides/acrn-dm-parameters.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/user-guides/acrn-dm-parameters.rst b/doc/user-guides/acrn-dm-parameters.rst index 22cfa0d83..9e197fab2 100644 --- a/doc/user-guides/acrn-dm-parameters.rst +++ b/doc/user-guides/acrn-dm-parameters.rst @@ -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 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: - - ``gvt_high_gm_sz``: GVT-g aperture size, unit is MB - - ``gvt_low_gm_sz``: GVT-g hidden gfx memory size, unit is MB - - ``gvt_fence_sz``: the number of fence registers + - ``low_gm_sz``: GVT-g aperture size, unit is MB + - ``high_gm_sz``: GVT-g hidden gfx memory size, unit is MB + - ``fence_sz``: the number of fence registers Example::