Re: [Intel-gfx] [PATCH] drm/i915/skl: Update the DDI translation values for DP/eDP 1.3

2014-11-26 Thread M, Satheeshakrishna
On 11/26/2014 7:07 PM, Damien Lespiau wrote: Hardware team updated the recommended translation values for DP/eDP 1.3. This should help with some stability and HBR2 issues. Signed-off-by: Damien Lespiau --- drivers/gpu/drm/i915/intel_ddi.c | 12 ++-- 1 file changed, 6 insertions(+), 6

Re: [Intel-gfx] [PATCH] drm/i915/skl: Correcting the flushing of pipe

2014-12-15 Thread M, Satheeshakrishna
On 12/11/2014 5:58 PM, sonika.jin...@intel.com wrote: From: Sonika Jindal We were incorreectly bypassing the flush everytime which led to fifo underrun when more than one plane is enabled. Signed-off-by: Sonika Jindal --- drivers/gpu/drm/i915/intel_pm.c |3 +-- 1 file changed, 1 insert

Re: [Intel-gfx] [PATCH 58/89] drm/i915/skl: Register definitions for SKL Clocks

2014-10-01 Thread M, Satheeshakrishna
On 9/22/2014 11:47 PM, Paulo Zanoni wrote: 2014-09-04 8:27 GMT-03:00 Damien Lespiau: From: Satheeshakrishna M This patch defines the necessary SKL registers for implementing the new clocking mechanism. v2: Addressed review comments by Damien - Added code comment - Introduced

Re: [Intel-gfx] [PATCH 61/89] drm/i915/skl: Determine enabled PLL and its linkrate/pixel clock

2014-10-01 Thread M, Satheeshakrishna
On 9/23/2014 1:42 AM, Paulo Zanoni wrote: 2014-09-04 8:27 GMT-03:00 Damien Lespiau: From: Satheeshakrishna M v2: Fixup compilation due to the removal of the intel_ddi_dpll_id enum. And add a fixme about the abuse of pipe_config here. v3: Rebase on top of the hsw_ddi_clock_get() rename (Damien)

Re: [Intel-gfx] [PATCH 60/89] drm/i915/skl: CD clock back calculation for SKL

2014-10-01 Thread M, Satheeshakrishna
On 9/23/2014 12:49 AM, Paulo Zanoni wrote: 2014-09-04 8:27 GMT-03:00 Damien Lespiau: From: Satheeshakrishna M Determine programmed cd clock for SKL. v2: Fix the LCPLL1 enable warning logic v3: Rebase over the hsw pll rework. v4: Rebase on top of the per-platform split (Damien) Signed-off-by

Re: [Intel-gfx] [PATCH 62/89] drm/i915/skl: Query DPLL attached to port on SKL

2014-10-01 Thread M, Satheeshakrishna
On 9/23/2014 1:54 AM, Paulo Zanoni wrote: 2014-09-04 8:27 GMT-03:00 Damien Lespiau: From: Satheeshakrishna M Modify the implementation to query DPLL attached to a SKL port. v2: Rebase on top of the run-time PM on DPMS series (Damien) Signed-off-by: Satheeshakrishna M Signed-off-by: Damien Les

Re: [Intel-gfx] [PATCH 66/89] drm/i915/skl: Implementation of SKL DPLL programming

2014-10-01 Thread M, Satheeshakrishna
On 9/23/2014 11:35 PM, Paulo Zanoni wrote: 2014-09-04 8:27 GMT-03:00 Damien Lespiau: From: Satheeshakrishna M This patch implements SKL DPLL programming that includes: - DPLL allocation - wide range PLL calculation and programming - DP link rate programming -

Re: [Intel-gfx] [PATCH 63/89] drm/i915/skl: Define shared DPLLs for Skylake

2014-10-01 Thread M, Satheeshakrishna
On 9/23/2014 7:58 PM, Paulo Zanoni wrote: 2014-09-04 8:27 GMT-03:00 Damien Lespiau: From: Satheeshakrishna M On skylake, DPLL 1, 2 and 3 can be used for DP and HDMI. The shared dpll framework allows us to share those DPLLs among DDIs when possible. The most tricky part is to provide a DPLL sta

Re: [Intel-gfx] [PATCH 65/89] drm/i915/skl: Always use DPLL0 for eDP

2014-10-01 Thread M, Satheeshakrishna
On 9/23/2014 8:37 PM, Paulo Zanoni wrote: 2014-09-04 8:27 GMT-03:00 Damien Lespiau: From: Satheeshakrishna M DPLL0 is not part of the shared PLL infrastructure. We'll use on for eDP and rely on what the BIOS does for now. Signed-off-by: Satheeshakrishna M Signed-off-by: Damien Lespiau --- dr