Re: [PATCH] drm/amd/display: get socBB from VBIOS for dcn302

2021-04-21 Thread Deucher, Alexander
Subject: [PATCH] drm/amd/display: get socBB from VBIOS for dcn302 [why] Some SOC BB paramters may vary per SKU, and it does not make sense for driver to hardcode these values. This change was added for dcn30 and dcn301, but not for dcn302 [how] Parse the values from VBIOS if available, and use them if

[PATCH] drm/amd/display: get socBB from VBIOS for dcn302

2021-04-21 Thread Aurabindo Pillai
[why] Some SOC BB paramters may vary per SKU, and it does not make sense for driver to hardcode these values. This change was added for dcn30 and dcn301, but not for dcn302 [how] Parse the values from VBIOS if available, and use them if valid Fixes: 93669c8e48 ("drm/amd/display: get socBB from VB