Re: [Intel-gfx] [PATCH v7 04/23] drm/i915/dsi: abstract intel_dsi_tlpx_ns()

2018-10-20 Thread Madhav Chauhan
On 10/16/2018 6:36 PM, Jani Nikula wrote: On Tue, 16 Oct 2018, Madhav Chauhan wrote: On 10/15/2018 7:57 PM, Jani Nikula wrote: Will be needed in the future. No functional changes. Agree, will be needing this while setting up DSI protocol timeouts for ICL. Cc: Madhav Chauhan Cc: Ville Syrja

Re: [Intel-gfx] [PATCH v7 04/23] drm/i915/dsi: abstract intel_dsi_tlpx_ns()

2018-10-16 Thread Jani Nikula
On Tue, 16 Oct 2018, Madhav Chauhan wrote: > On 10/15/2018 7:57 PM, Jani Nikula wrote: >> Will be needed in the future. No functional changes. > > Agree, will be needing this while setting up DSI protocol timeouts for ICL. > >> >> Cc: Madhav Chauhan >> Cc: Ville Syrjala >> Signed-off-by: Jani Ni

Re: [Intel-gfx] [PATCH v7 04/23] drm/i915/dsi: abstract intel_dsi_tlpx_ns()

2018-10-16 Thread Madhav Chauhan
On 10/15/2018 7:57 PM, Jani Nikula wrote: Will be needed in the future. No functional changes. Agree, will be needing this while setting up DSI protocol timeouts for ICL. Cc: Madhav Chauhan Cc: Ville Syrjala Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/intel_dsi.c | 13 ++

[Intel-gfx] [PATCH v7 04/23] drm/i915/dsi: abstract intel_dsi_tlpx_ns()

2018-10-15 Thread Jani Nikula
Will be needed in the future. No functional changes. Cc: Madhav Chauhan Cc: Ville Syrjala Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/intel_dsi.c | 13 + drivers/gpu/drm/i915/intel_dsi.h | 1 + drivers/gpu/drm/i915/intel_dsi_vbt.c | 16 +--- 3 files cha