]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/skl: Remove spurious warn in get_ddi_pll()
authorDamien Lespiau <damien.lespiau@intel.com>
Fri, 14 Nov 2014 17:24:32 +0000 (17:24 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 17 Nov 2014 15:00:47 +0000 (16:00 +0100)
commit88a2dacf8de596fbbd2ee8163c15a552de2f25a3
tree83d0f7741098bd701d8400aec3cc4967f90df0ac
parent16344f547e547e38234f22b696a577cff4785e0b
drm/i915/skl: Remove spurious warn in get_ddi_pll()

When reading out a DDI config that uses a PLL that is not part of the
shared_dpll scheme (DPLL0), it's totally normal to end up in the
default: case of that switch.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c