Re: [Intel-gfx] [PATCH v6 5/5] drm/i915: Add lspcon resume function

2016-10-17 Thread Imre Deak
On pe, 2016-10-14 at 19:56 +0530, Shashank Sharma wrote: > As per the software design, we are driving lspcon in > PCON mode. But while resuming from suspend, lspcon can go > in LS mode (which is its default operating mode on power on) > > This patch adds a resume function for lspcon, which makes s

[Intel-gfx] [PATCH v6 5/5] drm/i915: Add lspcon resume function

2016-10-14 Thread Shashank Sharma
As per the software design, we are driving lspcon in PCON mode. But while resuming from suspend, lspcon can go in LS mode (which is its default operating mode on power on) This patch adds a resume function for lspcon, which makes sure its operating in PCON mode, post resume. V2: Address review co