Re: [Intel-gfx] [PATCH v2 3/3] drm/i915/mst: Drop pre_pll_enable null check

2018-11-05 Thread Rodrigo Vivi
On Mon, Nov 05, 2018 at 12:25:52PM -0800, José Roberto de Souza wrote: > MST is only supported in DDI ports that have this hook, so the null > check can be dropped. > > Suggested-by: Imre Deak > Cc: Imre Deak > Signed-off-by: José Roberto de Souza I feel that the extra check doesn't hurt since

[Intel-gfx] [PATCH v2 3/3] drm/i915/mst: Drop pre_pll_enable null check

2018-11-05 Thread José Roberto de Souza
MST is only supported in DDI ports that have this hook, so the null check can be dropped. Suggested-by: Imre Deak Cc: Imre Deak Signed-off-by: José Roberto de Souza --- drivers/gpu/drm/i915/intel_dp_mst.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i91