Re: [Intel-gfx] [PATCH] drm/i915/display: Fix the dsc check while selecting min_cdclk

2021-09-28 Thread Shankar, Uma
> -Original Message- > From: Intel-gfx On Behalf Of Jani > Nikula > Sent: Monday, September 27, 2021 3:09 PM > To: Kulkarni, Vandita ; > intel-gfx@lists.freedesktop.org > Cc: Kulkarni, Vandita > Subject: Re: [Intel-gfx] [PATCH] drm/i915/display: Fix the dsc

Re: [Intel-gfx] [PATCH] drm/i915/display: Fix the dsc check while selecting min_cdclk

2021-09-27 Thread Jani Nikula
On Wed, 15 Sep 2021, Vandita Kulkarni wrote: > The right parameter that selects second dsc engine is dsc_split. > Hence use dsc_split instead of slice_count while selecting the > cdclk in order to accommodate 1ppc limitaion of vdsc. > > Fixes: fe01883fdcef ("drm/i915: Get proper min cdclk if vDSC

[Intel-gfx] [PATCH] drm/i915/display: Fix the dsc check while selecting min_cdclk

2021-09-14 Thread Vandita Kulkarni
The right parameter that selects second dsc engine is dsc_split. Hence use dsc_split instead of slice_count while selecting the cdclk in order to accommodate 1ppc limitaion of vdsc. Fixes: fe01883fdcef ("drm/i915: Get proper min cdclk if vDSC enabled") Suggested-by: Jani Nikula Signed-off-by: Van