[Intel-gfx] [PATCH 4/8] drm/i915/skl: Reduce the number of holes in struct skl_wm_level
Damien Lespiau
damien.lespiau at intel.com
Tue Oct 14 18:31:02 CEST 2014
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
drivers/gpu/drm/i915/i915_drv.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index 0320698..2e800db 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -1452,9 +1452,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;
};
--
1.8.3.1
More information about the Intel-gfx
mailing list