drm/i915: use funcs from intel_shared_dpll.info
authorLucas De Marchi <[email protected]>
Tue, 20 Mar 2018 22:06:33 +0000 (15:06 -0700)
committerRodrigo Vivi <[email protected]>
Tue, 27 Mar 2018 17:35:21 +0000 (10:35 -0700)
commitee1398ba01b308015e568d46fd62a38ceebd7abe
treed904a71e75d7e1deda7f514c6c2c4d0798004552
parente30379637fc712991ec8fff1f79344f384ace0aa
drm/i915: use funcs from intel_shared_dpll.info

Replace all users of pll->funcs.* to use
pll->info->funcs->*. The extra indirection here is not on any critical
path and we can leave all const data together.

Signed-off-by: Lucas De Marchi <[email protected]>
Reviewed-by: Ville Syrjälä <[email protected]>
Signed-off-by: Rodrigo Vivi <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_dpll_mgr.c
drivers/gpu/drm/i915/intel_dpll_mgr.h