commit | 13d723a1177d63f3aa9cea8bc9aae9f7617adc4f | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon Jul 01 19:05:47 2019 +0300 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Jul 11 19:25:03 2019 +0300 |
tree | 10ac6902d97d7dd7950fd03047ecaefdf02090b5 | |
parent | afe0c21b6228ac241a9e537f71db418771225090 [diff] |
drm/i915: Polish intel_shared_dpll_swap_state() Use swap() instead of hand rolling it in intel_shared_dpll_swap_state(), and pass in the intel_atomic_state instead of drm_atomic_state. Makes the code less convoluted. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190701160550.24205-3-ville.syrjala@linux.intel.com Reviewed-by: Imre Deak <imre.deak@intel.com>