diff options
| author | Alexandre Demers <[email protected]> | 2025-04-08 02:11:00 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-04-21 14:54:36 +0000 |
| commit | 85207abb401bbaffa5ef1737af660f28afac60a6 (patch) | |
| tree | 607eee00ff06a1d6f7ebda1fcb5c30c1170b9ed1 | |
| parent | drm/amdgpu: fix duplicated value setting in dce100_resource_construct() (diff) | |
| download | kernel-85207abb401bbaffa5ef1737af660f28afac60a6.tar.gz kernel-85207abb401bbaffa5ef1737af660f28afac60a6.zip | |
drm/amdgpu: fix typo in bios_parser.c
Probably a cut and paste error from using get_integrated_info_v8's comment.
This has to be get_integrated_info_v9
Signed-off-by: Alexandre Demers <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/bios/bios_parser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c b/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c index 3bacf470f7c5..67f08495b7e6 100644 --- a/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c +++ b/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c @@ -2384,10 +2384,10 @@ static enum bp_result get_integrated_info_v8( } /* - * get_integrated_info_v8 + * get_integrated_info_v9 * * @brief - * Get V8 integrated BIOS information + * Get V9 integrated BIOS information * * @param * bios_parser *bp - [in]BIOS parser handler to get master data table |
