OSDN Git Service

drm/i915: Move skip_intermediate_wm handling into ilk_compute_intermediate_wm()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 8 Nov 2018 15:10:13 +0000 (17:10 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 13 Nov 2018 15:03:11 +0000 (17:03 +0200)
commitf255c624c11a5f58ff7c866f2bef6d850905dc20
tree1dddfb4241161de6b2e076a6d7ef83d3c7c7dbaa
parente7a278a329dd8aa2c70c564849f164cb5673689c
drm/i915: Move skip_intermediate_wm handling into ilk_compute_intermediate_wm()

No point in cluttering the common codepaths with the
skip_intermediate_wm handling. Just move it into
ilk_compute_intermediate_wm() as those are the only
platforms using this.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181108151013.24064-1-ville.syrjala@linux.intel.com
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> #irc
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_pm.c