commit | 353ad959a0bc6d702218f9d77ff47bf80e3c2075 | [log] [tgz] |
---|---|---|
author | Imre Deak <imre.deak@intel.com> | Wed Feb 26 22:34:45 2020 +0200 |
committer | Imre Deak <imre.deak@intel.com> | Mon Mar 02 19:36:21 2020 +0200 |
tree | d6b80a9c0cc7c60004377c359c5fe799f93b7f4a | |
parent | 830b2cdcf4cc0c5cb05f8d5e432fda22faee330d [diff] |
drm/i915: Keep the global DPLL state in a DPLL specific struct For clarity add a new DPLL specific struct to the i915 device struct and move all DPLL fields into it. Accordingly remove the dpll_ prefixes, as the new struct already provides the required namespacing. Signed-off-by: Imre Deak <imre.deak@intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200226203455.23032-4-imre.deak@intel.com