提交 b99f58da 编写于 作者: D Damien Lespiau 提交者: Daniel Vetter

drm/i915/skl: Reduce the number of holes in struct skl_wm_level

Reviewed-by: NVille Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: NDamien Lespiau <damien.lespiau@intel.com>
Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
上级 e6d66171
...@@ -1422,9 +1422,9 @@ struct skl_wm_values { ...@@ -1422,9 +1422,9 @@ struct skl_wm_values {
struct skl_wm_level { struct skl_wm_level {
bool plane_en[I915_MAX_PLANES]; bool plane_en[I915_MAX_PLANES];
bool cursor_en;
uint16_t plane_res_b[I915_MAX_PLANES]; uint16_t plane_res_b[I915_MAX_PLANES];
uint8_t plane_res_l[I915_MAX_PLANES]; uint8_t plane_res_l[I915_MAX_PLANES];
bool cursor_en;
uint16_t cursor_res_b; uint16_t cursor_res_b;
uint8_t cursor_res_l; uint8_t cursor_res_l;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册