Re: [Intel-gfx] [PATCH 04/14] drm: Add DSI panel power on/off sequence programming

2017-02-09 Thread Srinivas, Vidya
> -Original Message- > From: Jani Nikula [mailto:jani.nik...@linux.intel.com] > Sent: Wednesday, February 8, 2017 4:47 PM > To: Srinivas, Vidya ; intel- > g...@lists.freedesktop.org > Subject: RE: [Intel-gfx] [PATCH 04/14] drm: Add DSI panel power on/off > sequenc

Re: [Intel-gfx] [PATCH 04/14] drm: Add DSI panel power on/off sequence programming

2017-02-08 Thread Jani Nikula
On Wed, 08 Feb 2017, "Srinivas, Vidya" wrote: >> In the mean time, there's been discussion that we might just drop the use of >> drm_panel altogether because we're really not sure it buys us anything. And >> then we could use the granularity we want. > > Extremely sorry for the delay in replying t

Re: [Intel-gfx] [PATCH 04/14] drm: Add DSI panel power on/off sequence programming

2017-02-08 Thread Srinivas, Vidya
> -Original Message- > From: Jani Nikula [mailto:jani.nik...@linux.intel.com] > Sent: Wednesday, February 8, 2017 4:20 PM > To: Srinivas, Vidya ; intel- > g...@lists.freedesktop.org > Subject: RE: [Intel-gfx] [PATCH 04/14] drm: Add DSI panel power on/off > sequenc

Re: [Intel-gfx] [PATCH 04/14] drm: Add DSI panel power on/off sequence programming

2017-02-08 Thread Jani Nikula
vas, Vidya >> Subject: Re: [Intel-gfx] [PATCH 04/14] drm: Add DSI panel power on/off >> sequence programming >> >> On Mon, 09 Jan 2017, Vidya Srinivas wrote: >> > Panel Power On/Off sequences are part of Panel spec. >> > Enabling the support o

Re: [Intel-gfx] [PATCH 04/14] drm: Add DSI panel power on/off sequence programming

2017-02-08 Thread Srinivas, Vidya
> -Original Message- > From: Jani Nikula [mailto:jani.nik...@linux.intel.com] > Sent: Monday, January 9, 2017 3:54 PM > To: Srinivas, Vidya ; intel- > g...@lists.freedesktop.org > Cc: Srinivas, Vidya > Subject: Re: [Intel-gfx] [PATCH 04/14] drm: Add DSI panel po

Re: [Intel-gfx] [PATCH 04/14] drm: Add DSI panel power on/off sequence programming

2017-01-09 Thread kbuild test robot
Hi Vidya, [auto build test WARNING on drm-intel/for-linux-next] [also build test WARNING on v4.10-rc3 next-20170106] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Vidya-Srinivas/drm-i915-Check-

Re: [Intel-gfx] [PATCH 04/14] drm: Add DSI panel power on/off sequence programming

2017-01-09 Thread Jani Nikula
On Mon, 09 Jan 2017, Vidya Srinivas wrote: > Panel Power On/Off sequences are part of Panel spec. > Enabling the support of same in DRM layer for fine grained > panel control. http://lkml.kernel.org/r/20160302152549.ga21...@ulmo.nvidia.com > > Signed-off-by: Uma Shankar > --- > include/drm/drm

[Intel-gfx] [PATCH 04/14] drm: Add DSI panel power on/off sequence programming

2017-01-09 Thread Vidya Srinivas
Panel Power On/Off sequences are part of Panel spec. Enabling the support of same in DRM layer for fine grained panel control. Signed-off-by: Uma Shankar --- include/drm/drm_panel.h | 18 ++ 1 file changed, 18 insertions(+) diff --git a/include/drm/drm_panel.h b/include/drm/drm_