Re: [Intel-gfx] [PATCH 1/4] drm/i915: Add more dev ops for MIPI sub encoder

2013-10-24 Thread Shobhit Kumar
On 10/24/2013 01:54 PM, Jani Nikula wrote: On Thu, 24 Oct 2013, Shobhit Kumar wrote: On 10/23/2013 07:52 PM, Jani Nikula wrote: So I think let's keep trying to find the right abstractions to separate the DSI core and the panel drivers, make it possible to support several panels with one driver

Re: [Intel-gfx] [PATCH 1/4] drm/i915: Add more dev ops for MIPI sub encoder

2013-10-24 Thread Jani Nikula
On Thu, 24 Oct 2013, Shobhit Kumar wrote: > On 10/23/2013 07:52 PM, Jani Nikula wrote: >> So I think let's keep trying to find the right abstractions to separate >> the DSI core and the panel drivers, make it possible to support several >> panels with one driver, and make it possible to have indep

Re: [Intel-gfx] [PATCH 1/4] drm/i915: Add more dev ops for MIPI sub encoder

2013-10-24 Thread Shobhit Kumar
On 10/23/2013 07:52 PM, Jani Nikula wrote: On Wed, 23 Oct 2013, Shobhit Kumar wrote: Hi Jani, On 10/22/2013 05:23 PM, Jani Nikula wrote: On Tue, 22 Oct 2013, Shobhit Kumar wrote: On 10/21/2013 6:57 PM, Jani Nikula wrote: Hi Shobhit - On Mon, 21 Oct 2013, Shobhit Kumar wrote: Also add ne

Re: [Intel-gfx] [PATCH 1/4] drm/i915: Add more dev ops for MIPI sub encoder

2013-10-23 Thread Jani Nikula
On Wed, 23 Oct 2013, Shobhit Kumar wrote: > Hi Jani, > On 10/22/2013 05:23 PM, Jani Nikula wrote: >> On Tue, 22 Oct 2013, Shobhit Kumar wrote: >>> On 10/21/2013 6:57 PM, Jani Nikula wrote: Hi Shobhit - On Mon, 21 Oct 2013, Shobhit Kumar wrote: > Also add new fields in int

Re: [Intel-gfx] [PATCH 1/4] drm/i915: Add more dev ops for MIPI sub encoder

2013-10-23 Thread Shobhit Kumar
Hi Jani, On 10/22/2013 05:23 PM, Jani Nikula wrote: On Tue, 22 Oct 2013, Shobhit Kumar wrote: On 10/21/2013 6:57 PM, Jani Nikula wrote: Hi Shobhit - On Mon, 21 Oct 2013, Shobhit Kumar wrote: Also add new fields in intel_dsi to have all dphy related parameters. These will be useful even whe

Re: [Intel-gfx] [PATCH 1/4] drm/i915: Add more dev ops for MIPI sub encoder

2013-10-22 Thread Jani Nikula
On Tue, 22 Oct 2013, Shobhit Kumar wrote: > On 10/21/2013 6:57 PM, Jani Nikula wrote: >> >> Hi Shobhit - >> >> On Mon, 21 Oct 2013, Shobhit Kumar wrote: >>> Also add new fields in intel_dsi to have all dphy related parameters. >>> These will be useful even when we go for pure generic MIPI design

Re: [Intel-gfx] [PATCH 1/4] drm/i915: Add more dev ops for MIPI sub encoder

2013-10-22 Thread Shobhit Kumar
On 10/21/2013 6:57 PM, Jani Nikula wrote: Hi Shobhit - On Mon, 21 Oct 2013, Shobhit Kumar wrote: Also add new fields in intel_dsi to have all dphy related parameters. These will be useful even when we go for pure generic MIPI design I feel like we have a different idea of what the ideal gen

Re: [Intel-gfx] [PATCH 1/4] drm/i915: Add more dev ops for MIPI sub encoder

2013-10-21 Thread Jani Nikula
Hi Shobhit - On Mon, 21 Oct 2013, Shobhit Kumar wrote: > Also add new fields in intel_dsi to have all dphy related parameters. > These will be useful even when we go for pure generic MIPI design I feel like we have a different idea of what the ideal generic design is. For me, the goal is that w

[Intel-gfx] [PATCH 1/4] drm/i915: Add more dev ops for MIPI sub encoder

2013-10-21 Thread Shobhit Kumar
Also add new fields in intel_dsi to have all dphy related parameters. These will be useful even when we go for pure generic MIPI design Yogesh Mohan Marimuthu Signed-off-by: Shobhit Kumar --- drivers/gpu/drm/i915/intel_dsi.c |9 - drivers/gpu/drm/i915/intel_dsi.h | 29