Re: [PATCHv4 21/24] drm/bridge: tc358767: read display_props in get_modes()

2019-05-28 Thread Andrzej Hajda
On 28.05.2019 10:27, Tomi Valkeinen wrote: > We need to know the link bandwidth to filter out modes we cannot > support, so we need to have read the display props before doing the > filtering. > > To ensure we have up to date display props, call tc_get_display_props() > in the beginning of tc_conne

[PATCHv4 21/24] drm/bridge: tc358767: read display_props in get_modes()

2019-05-28 Thread Tomi Valkeinen
We need to know the link bandwidth to filter out modes we cannot support, so we need to have read the display props before doing the filtering. To ensure we have up to date display props, call tc_get_display_props() in the beginning of tc_connector_get_modes(). Signed-off-by: Tomi Valkeinen ---