From: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx> Clean up a bunch of struct dpll usage, and a few other random things around the same area. Ville Syrjälä (11): drm/i915: Nuke skl_wrpll_context_init() drm/i915: Move a bunch of stuff into rodata from the stack drm/i915: Clean up some struct/array initializers drm/i915: Store the /5 target clock in sturct dpll on vlv/chv drm/i915: Remove bxt m2_frac_en drm/i915: Use designated initializers for bxt_dp_clk_val[] drm/i915: Store the m2 divider as a whole in bxt_clk_div drm/i915: Replace bxt_clk_div with struct dpll drm/i915: Replace hand rolled bxt vco calculation with chv_calc_dpll_params() drm/i915: Populate bxt/glk DPLL clock limits a bit more drm/i915: Remove struct dp_link_dpll drivers/gpu/drm/i915/display/g4x_dp.c | 47 +++---- drivers/gpu/drm/i915/display/intel_dpll.c | 26 ++-- drivers/gpu/drm/i915/display/intel_dpll_mgr.c | 115 ++++++++---------- 3 files changed, 77 insertions(+), 111 deletions(-) -- 2.34.1