Re: [Intel-gfx] [v2] drm/i915: Add support for Generic MIPI panel driver

2014-05-27 Thread Damien Lespiau
On Tue, May 27, 2014 at 01:51:22PM +0200, Daniel Vetter wrote: > > Hmm, I will check my vim config and be more careful next time. Thanks for > > pointing out. Have you taken care of these or I will push another patch to > > fix the alignment issues ? > > Yeah, a quick fixup patch would be pretty.

Re: [Intel-gfx] [v2] drm/i915: Add support for Generic MIPI panel driver

2014-05-27 Thread Daniel Vetter
On Tue, May 27, 2014 at 1:42 PM, Kumar, Shobhit wrote: > On 5/27/2014 5:09 PM, Daniel Vetter wrote: >> >> On Tue, May 27, 2014 at 04:51:55PM +0530, Kumar, Shobhit wrote: >>> >>> On 5/27/2014 4:32 PM, Damien Lespiau wrote: On Fri, May 23, 2014 at 09:35:27PM +0530, Shobhit Kumar wrote: >>>

Re: [Intel-gfx] [v2] drm/i915: Add support for Generic MIPI panel driver

2014-05-27 Thread Kumar, Shobhit
On 5/27/2014 5:09 PM, Daniel Vetter wrote: On Tue, May 27, 2014 at 04:51:55PM +0530, Kumar, Shobhit wrote: On 5/27/2014 4:32 PM, Damien Lespiau wrote: On Fri, May 23, 2014 at 09:35:27PM +0530, Shobhit Kumar wrote: This driver makes use of the generic panel information from the VBT. Panel infor

Re: [Intel-gfx] [v2] drm/i915: Add support for Generic MIPI panel driver

2014-05-27 Thread Daniel Vetter
On Tue, May 27, 2014 at 04:51:55PM +0530, Kumar, Shobhit wrote: > On 5/27/2014 4:32 PM, Damien Lespiau wrote: > >On Fri, May 23, 2014 at 09:35:27PM +0530, Shobhit Kumar wrote: > >>This driver makes use of the generic panel information from the VBT. > >>Panel information is classified into two - pan

Re: [Intel-gfx] [v2] drm/i915: Add support for Generic MIPI panel driver

2014-05-27 Thread Daniel Vetter
On Tue, May 27, 2014 at 04:51:55PM +0530, Kumar, Shobhit wrote: > On 5/27/2014 4:32 PM, Damien Lespiau wrote: > >On Fri, May 23, 2014 at 09:35:27PM +0530, Shobhit Kumar wrote: > >>This driver makes use of the generic panel information from the VBT. > >>Panel information is classified into two - pan

Re: [Intel-gfx] [v2] drm/i915: Add support for Generic MIPI panel driver

2014-05-27 Thread Kumar, Shobhit
On 5/27/2014 4:32 PM, Damien Lespiau wrote: On Fri, May 23, 2014 at 09:35:27PM +0530, Shobhit Kumar wrote: This driver makes use of the generic panel information from the VBT. Panel information is classified into two - panel configuration and panel power sequence which is unique to each panel. T

Re: [Intel-gfx] [v2] drm/i915: Add support for Generic MIPI panel driver

2014-05-27 Thread Damien Lespiau
On Fri, May 23, 2014 at 09:35:27PM +0530, Shobhit Kumar wrote: > This driver makes use of the generic panel information from the VBT. > Panel information is classified into two - panel configuration and panel > power sequence which is unique to each panel. The generic driver uses the > panel config

[Intel-gfx] [v2] drm/i915: Add support for Generic MIPI panel driver

2014-05-23 Thread Shobhit Kumar
This driver makes use of the generic panel information from the VBT. Panel information is classified into two - panel configuration and panel power sequence which is unique to each panel. The generic driver uses the panel configuration and sequence parsed from VBT block #52 and #53 v2: Address rev