[Intel-gfx] [PATCH] drm/dp/dsc: Add Support for all BPCs supported by TGL

2019-07-18 Thread Anusha Srivatsa
DSC engine on ICL supports only 8 and 10 BPC as the input BPC. But DSC engine in TGL supports 8, 10 and 12 BPC. Add 12 BPC support for DSC while calculating compression configuration. v2: Remove the separate define TGL_DP_DSC_MAX_SUPPORTED_BPC and use the value directly.(More such defines can be r

Re: [Intel-gfx] [PATCH] drm/dp/dsc: Add Support for all BPCs supported by TGL

2019-07-16 Thread Manasi Navare
On Tue, Jul 16, 2019 at 01:26:19PM -0700, Srivatsa, Anusha wrote: > > > >-Original Message- > >From: Navare, Manasi D > >Sent: Tuesday, July 16, 2019 11:15 AM > >To: Srivatsa, Anusha > >Cc: intel-gfx@lists.freedesktop.org; Ville Syrjälä > > > >Subject: Re: [PATCH] drm/dp/dsc: Add Suppor

Re: [Intel-gfx] [PATCH] drm/dp/dsc: Add Support for all BPCs supported by TGL

2019-07-16 Thread Srivatsa, Anusha
>-Original Message- >From: Navare, Manasi D >Sent: Tuesday, July 16, 2019 11:15 AM >To: Srivatsa, Anusha >Cc: intel-gfx@lists.freedesktop.org; Ville Syrjälä > >Subject: Re: [PATCH] drm/dp/dsc: Add Support for all BPCs supported by TGL > >On Mon, Jul 15, 2019 at 04:40:56PM -0700, Anusha

Re: [Intel-gfx] [PATCH] drm/dp/dsc: Add Support for all BPCs supported by TGL

2019-07-16 Thread Manasi Navare
On Mon, Jul 15, 2019 at 04:40:56PM -0700, Anusha Srivatsa wrote: > DSC engine on ICL supports only 8 and 10 BPC as the input > BPC. But DSC engine in TGL supports 8, 10 and 12 BPC. > Add 12 BPC support for DSC while calculating compression > configuration. > > v2: Remove the separate define TGL_DP

[Intel-gfx] [PATCH] drm/dp/dsc: Add Support for all BPCs supported by TGL

2019-07-15 Thread Anusha Srivatsa
DSC engine on ICL supports only 8 and 10 BPC as the input BPC. But DSC engine in TGL supports 8, 10 and 12 BPC. Add 12 BPC support for DSC while calculating compression configuration. v2: Remove the separate define TGL_DP_DSC_MAX_SUPPORTED_BPC and use the value directly.(More such defines can be r

Re: [Intel-gfx] [PATCH] drm/dp/dsc: Add Support for all BPCs supported by TGL

2019-07-12 Thread Srivatsa, Anusha
>-Original Message- >From: Ville Syrjälä [mailto:ville.syrj...@linux.intel.com] >Sent: Friday, July 12, 2019 10:34 AM >To: Srivatsa, Anusha >Cc: Navare, Manasi D ; intel- >g...@lists.freedesktop.org >Subject: Re: [Intel-gfx] [PATCH] drm/dp/dsc: Add Support for all B

Re: [Intel-gfx] [PATCH] drm/dp/dsc: Add Support for all BPCs supported by TGL

2019-07-12 Thread Ville Syrjälä
> >Subject: Re: [Intel-gfx] [PATCH] drm/dp/dsc: Add Support for all BPCs > >supported > >by TGL > > > >On Thu, Jul 11, 2019 at 04:47:17PM +0300, Ville Syrjälä wrote: > >> On Wed, Jul 10, 2019 at 04:09:21PM -0700, Anusha Srivatsa wrote: > >> >

Re: [Intel-gfx] [PATCH] drm/dp/dsc: Add Support for all BPCs supported by TGL

2019-07-12 Thread Srivatsa, Anusha
>-Original Message- >From: Navare, Manasi D >Sent: Thursday, July 11, 2019 10:24 AM >To: Ville Syrjälä >Cc: Srivatsa, Anusha ; intel- >g...@lists.freedesktop.org >Subject: Re: [Intel-gfx] [PATCH] drm/dp/dsc: Add Support for all BPCs supported >by TGL > >

Re: [Intel-gfx] [PATCH] drm/dp/dsc: Add Support for all BPCs supported by TGL

2019-07-11 Thread Manasi Navare
On Thu, Jul 11, 2019 at 04:47:17PM +0300, Ville Syrjälä wrote: > On Wed, Jul 10, 2019 at 04:09:21PM -0700, Anusha Srivatsa wrote: > > DSC engine on ICL supports only 8 and 10 BPC as the input > > BPC. But DSC engine in TGL supports 8, 10 and 12 BPC. > > Add 12 BPC support for DSC while calculating

Re: [Intel-gfx] [PATCH] drm/dp/dsc: Add Support for all BPCs supported by TGL

2019-07-11 Thread Ville Syrjälä
On Wed, Jul 10, 2019 at 04:09:21PM -0700, Anusha Srivatsa wrote: > DSC engine on ICL supports only 8 and 10 BPC as the input > BPC. But DSC engine in TGL supports 8, 10 and 12 BPC. > Add 12 BPC support for DSC while calculating compression > configuration. > > Cc: Manasi Navare > Signed-off-by: A

[Intel-gfx] [PATCH] drm/dp/dsc: Add Support for all BPCs supported by TGL

2019-07-10 Thread Anusha Srivatsa
DSC engine on ICL supports only 8 and 10 BPC as the input BPC. But DSC engine in TGL supports 8, 10 and 12 BPC. Add 12 BPC support for DSC while calculating compression configuration. Cc: Manasi Navare Signed-off-by: Anusha Srivatsa --- drivers/gpu/drm/i915/display/intel_dp.c | 9 +++-- 1 f