drm/i915: Use named initializers for DPLL info
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 12 Oct 2023 12:35:19 +0000 (15:35 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 31 Oct 2023 06:27:10 +0000 (08:27 +0200)
commitf215038f4133ea9d1b525e9bb812527fe002db2b
tree60fbc7b176973a81664824f4eaf871a5d109ac52
parent9e372744c0f24d358967a9a2bbde69dee1491b76
drm/i915: Use named initializers for DPLL info

Use named initializers when populating the DPLL info. This
is just more convenient and less error prone as we no longer
have to keep the initializers in a specific order.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231012123522.26045-2-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_dpll_mgr.c