|
@@ -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;
|
|
};
|
|
};
|