aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/bios
diff options
context:
space:
mode:
authorJoseph Gravenor <joseph.gravenor@amd.com>2019-11-07 19:20:00 -0500
committerAlex Deucher <alexander.deucher@amd.com>2019-12-05 16:28:30 -0500
commit01290a5766e1be38ee9f114d261bee263b168ab4 (patch)
tree9039c61501b68556166d4866e48e27c9ace1a48e /drivers/gpu/drm/amd/display/dc/bios
parentdrm/amd/display: Program CW5 for tracebuffer for dcn20 (diff)
downloadlinux-dev-01290a5766e1be38ee9f114d261bee263b168ab4.tar.xz
linux-dev-01290a5766e1be38ee9f114d261bee263b168ab4.zip
drm/amd/display: populate bios integrated info for renoir
[Why] When video_memory_type bw_params->vram_type is assigned, wedistinguish between Ddr4MemType and LpDdr4MemType. Because of this we will never report that we are using LpDdr4MemType and never re-purpose WM set D [How] populate bios integrated info for renoir by adding the revision number for renoir and use that integrated info table instead of of asic_id to get the vram type Signed-off-by: Joseph Gravenor <joseph.gravenor@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/bios')
-rw-r--r--drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c b/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
index 4e24717ee87b..2a74be731faa 100644
--- a/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
+++ b/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
@@ -1638,6 +1638,7 @@ static enum bp_result construct_integrated_info(
/* Don't need to check major revision as they are all 1 */
switch (revision.minor) {
case 11:
+ case 12:
result = get_integrated_info_v11(bp, info);
break;
default: