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

2019-08-16 Thread Manasi Navare
On Thu, Aug 15, 2019 at 01:54:20PM -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] [v3] drm/dp/dsc: Add Support for all BPCs supported by TGL

2019-08-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