mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-04 18:30:18 +00:00
dm:refine comments and variables name about data stolen memory
"gsm" term is not precise to describe GPU stolen memory, It should be "dsm", which acronyms for data stolen memory. Tracked-On: #4700 Signed-off-by: Junming Liu <junming.liu@intel.com> Reviewed-by: Zhao Yakui <yakui.zhao@intel.com> Reviewed-by: Liu XinYun <xinyun.liu@intel.com> Reviewed-by: Xiaoguang Wu <xiaoguang.wu@intel.com> Acked-by: Yu Wang <yu1.wang@intel.com>
This commit is contained in:
@@ -1067,7 +1067,7 @@
|
||||
|
||||
/* Graphics definitions */
|
||||
#define PCIR_BDSM 0x5C /* BDSM graphics base data of stolen memory register */
|
||||
#define PCIM_BDSM_GSM_MASK 0xFFF00000 /* bits 31:20 contains the base address of stolen memory */
|
||||
#define PCIM_BDSM_MASK 0xFFF00000
|
||||
#define PCIR_ASLS_CTL 0xFC /* Opregion start addr register */
|
||||
#define PCIM_ASLS_OPREGION_MASK 0xFFFFF000 /* opregion need 4KB aligned */
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user