drm/i915/skl: Reduce the number of holes in struct skl_wm_level
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 4 Nov 2014 17:06:56 +0000 (17:06 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 7 Nov 2014 17:42:11 +0000 (18:42 +0100)
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.h

index 84e8cdb1c57111be0130f75a25360c6586bac3bd..cf84b6d30eaef2157c7147cf15987f518db206a5 100644 (file)
@@ -1422,9 +1422,9 @@ struct skl_wm_values {
 
 struct skl_wm_level {
        bool plane_en[I915_MAX_PLANES];
+       bool cursor_en;
        uint16_t plane_res_b[I915_MAX_PLANES];
        uint8_t plane_res_l[I915_MAX_PLANES];
-       bool cursor_en;
        uint16_t cursor_res_b;
        uint8_t cursor_res_l;
 };