Re: [Intel-gfx] [RFC 1/4] drm/i915: Define a common data structure for Panel Info

2015-01-05 Thread Kumar, Shobhit
On 1/5/2015 9:14 PM, Jani Nikula wrote: On Mon, 05 Jan 2015, Daniel Vetter wrote: On Fri, Dec 26, 2014 at 03:53:27PM +0530, Shobhit Kumar wrote: As of now this includes only PPS and BLC delays. New things can be added as and when needed Signed-off-by: Shobhit Kumar --- drivers/gpu/drm/i915

Re: [Intel-gfx] [RFC 1/4] drm/i915: Define a common data structure for Panel Info

2015-01-05 Thread Jani Nikula
On Mon, 05 Jan 2015, Daniel Vetter wrote: > On Fri, Dec 26, 2014 at 03:53:27PM +0530, Shobhit Kumar wrote: >> As of now this includes only PPS and BLC delays. New things can be added >> as and when needed >> >> Signed-off-by: Shobhit Kumar >> --- >> drivers/gpu/drm/i915/intel_drv.h |

Re: [Intel-gfx] [RFC 1/4] drm/i915: Define a common data structure for Panel Info

2015-01-05 Thread Daniel Vetter
On Fri, Dec 26, 2014 at 03:53:27PM +0530, Shobhit Kumar wrote: > As of now this includes only PPS and BLC delays. New things can be added > as and when needed > > Signed-off-by: Shobhit Kumar > --- > drivers/gpu/drm/i915/intel_drv.h | 11 +++ > drivers/gpu/drm/i915/intel_dsi.h

[Intel-gfx] [RFC 1/4] drm/i915: Define a common data structure for Panel Info

2014-12-26 Thread Shobhit Kumar
As of now this includes only PPS and BLC delays. New things can be added as and when needed Signed-off-by: Shobhit Kumar --- drivers/gpu/drm/i915/intel_drv.h | 11 +++ drivers/gpu/drm/i915/intel_dsi.h | 7 +-- drivers/gpu/drm/i915/intel_dsi_panel_vbt.c | 10 +