]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Kill fbc_wm_enabled from intel_wm_config
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 9 Oct 2013 16:18:02 +0000 (19:18 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 15 Oct 2013 08:19:18 +0000 (10:19 +0200)
commit0318b83ca69d323ede8feb223f5d60dbe4c2f2f6
tree5ca5978674cb1a6a0a5906c5a24ef5cd8a6515cc
parent83c6fa14f8398787146672f6de0ad9f28030863c
drm/i915: Kill fbc_wm_enabled from intel_wm_config

The fbc_wm_enabled member in intel_wm_config is useless for the time
being. The original idea for it was that we'd pre-compute it and so
that the WM merging process could know whether it needs to worry
about FBC watermarks at all.

But we don't have a convenient way to pre-check for the possibility
of FBC being used. intel_update_fbc() should be split up for that.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_pm.c