• Ville Syrjälä's avatar
    drm/i915: Adjust system agent voltage on CNL if required by DDI ports · 53e9bf5e
    Ville Syrjälä authored
    On CNL we may need to bump up the system agent voltage not only due
    to CDCLK but also when driving DDI port with a sufficiently high clock.
    To that end start tracking the minimum acceptable voltage for each crtc.
    We do the tracking via crtcs because we don't have any kind of encoder
    state. Also there's no downside to doing it this way, and it matches how
    we track cdclk requirements on account of pixel rate.
    
    v2: Allow disabled crtcs to use the min voltage
        Add IS_CNL check to intel_ddi_compute_min_voltage() since
        we're using CNL specific values there
        s/intel_compute_min_voltage/cnl_compute_min_voltage/ since
        the function makes hw specific assumptions about the voltage
        values
    v3: Drop the test hack leftovers from skl_modeset_calc_cdclk()
    v4: s/voltage/voltage_level/ (Rodrigo)
        Replace DPLL DVFS FIXMEs with an explanation why we don't
        do anything there (Rodrigo)
    
    Cc: Mika Kahola <mika.kahola@intel.com>
    Cc: Manasi Navare <manasi.d.navare@intel.com>
    Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
    Signed-off-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
    Reviewed-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20171024095216.1638-9-ville.syrjala@linux.intel.com
    53e9bf5e
intel_display.c 435 KB