Re: [Intel-gfx] [PATCH 1/3 V2] drm/i915: Using the bpp value wrt the pixel format

2016-02-19 Thread Jani Nikula
On Fri, 19 Feb 2016, Mika Kahola wrote: > On Fri, 2016-02-19 at 10:50 +0200, Jani Nikula wrote: >> On Thu, 11 Feb 2016, Ramalingam C wrote: >> > From: Deepak M >> > >> > The bpp value which is used while calulating the txbyteclkhs values >> > should be wrt the pixel format value. Currently bpp i

Re: [Intel-gfx] [PATCH 1/3 V2] drm/i915: Using the bpp value wrt the pixel format

2016-02-19 Thread Mika Kahola
On Fri, 2016-02-19 at 10:50 +0200, Jani Nikula wrote: > On Thu, 11 Feb 2016, Ramalingam C wrote: > > From: Deepak M > > > > The bpp value which is used while calulating the txbyteclkhs values > > should be wrt the pixel format value. Currently bpp is coming > > from pipe config to calculate txbyt

Re: [Intel-gfx] [PATCH 1/3 V2] drm/i915: Using the bpp value wrt the pixel format

2016-02-19 Thread Jani Nikula
On Thu, 11 Feb 2016, Ramalingam C wrote: > From: Deepak M > > The bpp value which is used while calulating the txbyteclkhs values > should be wrt the pixel format value. Currently bpp is coming > from pipe config to calculate txbyteclkhs. Fix it in this patch. > > V2: dsi_pixel_format_bpp is used

[Intel-gfx] [PATCH 1/3 V2] drm/i915: Using the bpp value wrt the pixel format

2016-02-11 Thread Ramalingam C
From: Deepak M The bpp value which is used while calulating the txbyteclkhs values should be wrt the pixel format value. Currently bpp is coming from pipe config to calculate txbyteclkhs. Fix it in this patch. V2: dsi_pixel_format_bpp is used to retrieve the bpp from pixel_format [Review