Re: [PATCH 10/49] drm/amd/display: make firmware info only load once during dc_bios create

2019-08-20 Thread Mike Lothian
On Fri, 9 Aug 2019 at 22:38, wrote: > > From: Dmytro Laktyushkin > > Currently every time DC wants to access firmware info we make a call > into VBIOS. This makes no sense as there is nothing that can change > runtime inside fw info and can cause issues when calling unstable > bios during

[PATCH 10/49] drm/amd/display: make firmware info only load once during dc_bios create

2019-08-09 Thread sunpeng.li
From: Dmytro Laktyushkin Currently every time DC wants to access firmware info we make a call into VBIOS. This makes no sense as there is nothing that can change runtime inside fw info and can cause issues when calling unstable bios during bringup. This change eliminate this behavior by only