[PATCH v1 2/2] drm/bridge: analogix_dp: turn off the panel when eDP need to disable

2016-07-28 Thread Yakir Yang
Sean, Oops, sorry about miss your suggest :( On 07/22/2016 11:03 PM, Sean Paul wrote: > On Thu, Jul 21, 2016 at 9:00 PM, Yakir Yang wrote: >> Sean, >> >> Thanks for your fast respond :-) >> >> But this patch is not the latest one, I have upgraded this to "v1.1" version >> to fix the eDP can't

[PATCH v1 2/2] drm/bridge: analogix_dp: turn off the panel when eDP need to disable

2016-07-28 Thread Sean Paul
On Wed, Jul 27, 2016 at 11:28 PM, Yakir Yang wrote: > Sean, > > Oops, sorry about miss your suggest :( > > > On 07/22/2016 11:03 PM, Sean Paul wrote: >> >> On Thu, Jul 21, 2016 at 9:00 PM, Yakir Yang wrote: >>> >>> Sean, >>> >>> Thanks for your fast respond :-) >>> >>> But this patch is not the

[PATCH v1 2/2] drm/bridge: analogix_dp: turn off the panel when eDP need to disable

2016-07-22 Thread Sean Paul
On Thu, Jul 21, 2016 at 9:00 PM, Yakir Yang wrote: > Sean, > > Thanks for your fast respond :-) > > But this patch is not the latest one, I have upgraded this to "v1.1" version > to fix the eDP can't be disabled problem: > [PATCH v1.1 2/2] drm/bridge: analogix_dp: turn off the panel when eDP

[PATCH v1 2/2] drm/bridge: analogix_dp: turn off the panel when eDP need to disable

2016-07-22 Thread Yakir Yang
Sean, Thanks for your fast respond :-) But this patch is not the latest one, I have upgraded this to "v1.1" version to fix the eDP can't be disabled problem: [PATCH v1.1 2/2] drm/bridge: analogix_dp: turn off the panel when eDP need to disable Changes in v1.1: - unprepare the

[PATCH v1 2/2] drm/bridge: analogix_dp: turn off the panel when eDP need to disable

2016-07-21 Thread Yakir Yang
Some panels (like Sharp LQ123P1JX31) need to be turn off when eDP controller stop to send valid video signal, otherwhise panel would go burn in, and keep flicker and flicker. So it's better to turn off the panel when eDP need to disable, and we need to turn on the panel in connector->detect()

[PATCH v1 2/2] drm/bridge: analogix_dp: turn off the panel when eDP need to disable

2016-07-21 Thread Sean Paul
On Thu, Jul 21, 2016 at 9:14 AM, Yakir Yang wrote: > Some panels (like Sharp LQ123P1JX31) need to be turn off when eDP > controller stop to send valid video signal, otherwhise panel would > go burn in, and keep flicker and flicker. > > So it's better to turn off the panel when eDP need to