Re: [Intel-gfx] [PATCH v5 18/28] drm/i915/dp: Enable/Disable DSC in DP Sink

2018-10-22 Thread Manasi Navare
On Fri, Oct 05, 2018 at 04:22:56PM -0700, Manasi Navare wrote: > From: Gaurav K Singh > > This patch enables decompression support in sink device > before link training and disables the same during the > DDI disabling. > > v2:(From Manasi) > * Change the enable/disable function to take crtc_stat

[Intel-gfx] [PATCH v5 18/28] drm/i915/dp: Enable/Disable DSC in DP Sink

2018-10-05 Thread Manasi Navare
From: Gaurav K Singh This patch enables decompression support in sink device before link training and disables the same during the DDI disabling. v2:(From Manasi) * Change the enable/disable function to take crtc_state instead of intel_dp as an argument (Manasi) * Use the compression_enable flag