commit | 15dc88a87765f4e081fb8ff2b2e21fa234951ee6 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Feb 07 19:32:21 2019 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Tue Mar 19 12:54:16 2019 +0200 |
tree | 2692318e8adca84a6adeb4a0c3016014d60a9a5f | |
parent | 98b6072c2a3ad6214d652917c60022693dd34243 [diff] |
drm/i915: Remove redundant on stack dpll_hw_state from skl_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-4-ville.syrjala@linux.intel.com Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>