[PATCH] drm/bridge: analogix_dp: Improve panel on time

2016-09-12 Thread Archit Taneja
On 09/07/2016 04:53 PM, Sean Paul wrote: > In order to reduce the time required to turn on the panel, this patch > makes 2 assumptions: > 1- In detect(): if there's a panel, we're connected. > 2- In get_modes(): if there's a panel, let the panel driver decide if > it should prepare/unprepare

[PATCH] drm/bridge: analogix_dp: Improve panel on time

2016-09-07 Thread Sean Paul
In order to reduce the time required to turn on the panel, this patch makes 2 assumptions: 1- In detect(): if there's a panel, we're connected. 2- In get_modes(): if there's a panel, let the panel driver decide if it should prepare/unprepare in order to get the modes. The first is straightforwa