]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Remove redundant on stack dpll_hw_state from bxt_get_dpll()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 7 Feb 2019 17:32:23 +0000 (19:32 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 19 Mar 2019 10:55:12 +0000 (12:55 +0200)
commitd7ea783f50b78582f1e117621c3f3ba128033383
treeda08a2c3991caed132fafeae7e381a49f7efaf66
parented2b9f7ca7403c4fe3418a772ec07b8c83c96333
drm/i915: Remove redundant on stack dpll_hw_state from bxt_get_dpll()

Just store the stuff directly into crtc_state->dpll_hw_state rather
than to a temp and copying the whole thing over.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190207173230.22368-6-ville.syrjala@linux.intel.com
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/i915/intel_dpll_mgr.c