mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-27 01:09:52 -05:00
drm/radeon: fix typo in atombios.h
"aligned" not "aligend" Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
3d5d0d35a7
commit
5e272fb5ec
@@ -3825,8 +3825,7 @@ typedef struct _ATOM_DPCD_INFO
|
||||
// note2: From RV770, the memory is more than 32bit addressable, so we will change
|
||||
// ucTableFormatRevision=1,ucTableContentRevision=4, the structure remains
|
||||
// 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 aligned.
|
||||
// Note3:
|
||||
/* If we change usReserved to "usFBUsedbyDrvInKB", then to VBIOS this usFBUsedbyDrvInKB is a predefined, unchanged constant across VGA or non VGA adapter,
|
||||
for CAIL, The size of FB access area is known, only thing missing is the Offset of FB Access area, so we can have:
|
||||
|
||||
Reference in New Issue
Block a user