]> 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)
commit0407c39a59a4d5ea942dfbfbc4163110495f520b
tree1dddfb4241161de6b2e076a6d7ef83d3c7c7dbaa
parent421db84e3083f07b02f33736aa7544b43ad7291d
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