commit | ee1398ba01b308015e568d46fd62a38ceebd7abe | [log] [tgz] |
---|---|---|
author | Lucas De Marchi <lucas.demarchi@intel.com> | Tue Mar 20 15:06:33 2018 -0700 |
committer | Rodrigo Vivi <rodrigo.vivi@intel.com> | Tue Mar 27 10:35:21 2018 -0700 |
tree | d904a71e75d7e1deda7f514c6c2c4d0798004552 | |
parent | e30379637fc712991ec8fff1f79344f384ace0aa [diff] |
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 <lucas.demarchi@intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180320220637.21480-4-lucas.demarchi@intel.com