]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9a852f36e6e33ef788f8b5e6daef6deac251f1b0
tree1dddfb4241161de6b2e076a6d7ef83d3c7c7dbaa
parent6021fced3e9deac21e8265786222e1c38804293b
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