-
- Downloads
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
Showing
- drivers/gpu/drm/i915/display/icl_dsi.c 6 additions, 6 deletionsdrivers/gpu/drm/i915/display/icl_dsi.c
- drivers/gpu/drm/i915/display/intel_ddi.c 6 additions, 6 deletionsdrivers/gpu/drm/i915/display/intel_ddi.c
- drivers/gpu/drm/i915/display/intel_display.c 5 additions, 3 deletionsdrivers/gpu/drm/i915/display/intel_display.c
- drivers/gpu/drm/i915/display/intel_display_debugfs.c 2 additions, 2 deletionsdrivers/gpu/drm/i915/display/intel_display_debugfs.c
- drivers/gpu/drm/i915/display/intel_dpll_mgr.c 30 additions, 30 deletionsdrivers/gpu/drm/i915/display/intel_dpll_mgr.c
- drivers/gpu/drm/i915/i915_drv.h 12 additions, 10 deletionsdrivers/gpu/drm/i915/i915_drv.h
Loading
Please register or sign in to comment