提交 7eaa4d56 编写于 作者: V Ville Syrjälä 提交者: Daniel Vetter

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: NVille Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: NPaulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
上级 b380ca3c
...@@ -2213,7 +2213,6 @@ struct intel_wm_config { ...@@ -2213,7 +2213,6 @@ struct intel_wm_config {
unsigned int num_pipes_active; unsigned int num_pipes_active;
bool sprites_enabled; bool sprites_enabled;
bool sprites_scaled; bool sprites_scaled;
bool fbc_wm_enabled;
}; };
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册