Commit a6f2e0d9 authored by Zhenneng Li's avatar Zhenneng Li Committed by Alex Deucher

gpu/drm/radeon: Fix typo in comments

Signed-off-by: default avatarZhenneng Li <lizhenneng@kylinos.cn>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 5533347d
...@@ -3599,7 +3599,7 @@ typedef struct _ATOM_LCD_RTS_RECORD ...@@ -3599,7 +3599,7 @@ typedef struct _ATOM_LCD_RTS_RECORD
UCHAR ucRTSValue; UCHAR ucRTSValue;
}ATOM_LCD_RTS_RECORD; }ATOM_LCD_RTS_RECORD;
//!! If the record below exits, it shoud always be the first record for easy use in command table!!! //!! If the record below exits, it should always be the first record for easy use in command table!!!
// The record below is only used when LVDS_Info is present. From ATOM_LVDS_INFO_V12, use ucLCDPanel_SpecialHandlingCap instead. // The record below is only used when LVDS_Info is present. From ATOM_LVDS_INFO_V12, use ucLCDPanel_SpecialHandlingCap instead.
typedef struct _ATOM_LCD_MODE_CONTROL_CAP typedef struct _ATOM_LCD_MODE_CONTROL_CAP
{ {
...@@ -3823,7 +3823,7 @@ typedef struct _ATOM_DPCD_INFO ...@@ -3823,7 +3823,7 @@ typedef struct _ATOM_DPCD_INFO
// Note1: This table is filled by SetBiosReservationStartInFB in CoreCommSubs.asm // Note1: This table is filled by SetBiosReservationStartInFB in CoreCommSubs.asm
// at running time. // at running time.
// note2: From RV770, the memory is more than 32bit addressable, so we will change // note2: From RV770, the memory is more than 32bit addressable, so we will change
// ucTableFormatRevision=1,ucTableContentRevision=4, the strcuture remains // ucTableFormatRevision=1,ucTableContentRevision=4, the structure remains
// exactly same as 1.1 and 1.2 (1.3 is never in use), but ulStartAddrUsedByFirmware // exactly same as 1.1 and 1.2 (1.3 is never in use), but ulStartAddrUsedByFirmware
// (in offset to start of memory address) is KB aligned instead of byte aligend. // (in offset to start of memory address) is KB aligned instead of byte aligend.
/***********************************************************************************/ /***********************************************************************************/
...@@ -3858,7 +3858,7 @@ typedef struct _ATOM_VRAM_USAGE_BY_FIRMWARE ...@@ -3858,7 +3858,7 @@ typedef struct _ATOM_VRAM_USAGE_BY_FIRMWARE
ATOM_FIRMWARE_VRAM_RESERVE_INFO asFirmwareVramReserveInfo[ATOM_MAX_FIRMWARE_VRAM_USAGE_INFO]; ATOM_FIRMWARE_VRAM_RESERVE_INFO asFirmwareVramReserveInfo[ATOM_MAX_FIRMWARE_VRAM_USAGE_INFO];
}ATOM_VRAM_USAGE_BY_FIRMWARE; }ATOM_VRAM_USAGE_BY_FIRMWARE;
// change verion to 1.5, when allow driver to allocate the vram area for command table access. // change version to 1.5, when allow driver to allocate the vram area for command table access.
typedef struct _ATOM_FIRMWARE_VRAM_RESERVE_INFO_V1_5 typedef struct _ATOM_FIRMWARE_VRAM_RESERVE_INFO_V1_5
{ {
ULONG ulStartAddrUsedByFirmware; ULONG ulStartAddrUsedByFirmware;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment