|
@@ -45,6 +45,10 @@ struct i915_params {
|
|
int enable_ips;
|
|
int enable_ips;
|
|
int invert_brightness;
|
|
int invert_brightness;
|
|
int enable_cmd_parser;
|
|
int enable_cmd_parser;
|
|
|
|
+ int guc_log_level;
|
|
|
|
+ int use_mmio_flip;
|
|
|
|
+ int mmio_debug;
|
|
|
|
+ int edp_vswing;
|
|
/* leave bools at the end to not create holes */
|
|
/* leave bools at the end to not create holes */
|
|
bool enable_hangcheck;
|
|
bool enable_hangcheck;
|
|
bool fastboot;
|
|
bool fastboot;
|
|
@@ -54,12 +58,8 @@ struct i915_params {
|
|
bool disable_display;
|
|
bool disable_display;
|
|
bool disable_vtd_wa;
|
|
bool disable_vtd_wa;
|
|
bool enable_guc_submission;
|
|
bool enable_guc_submission;
|
|
- int guc_log_level;
|
|
|
|
- int use_mmio_flip;
|
|
|
|
- int mmio_debug;
|
|
|
|
bool verbose_state_checks;
|
|
bool verbose_state_checks;
|
|
bool nuclear_pageflip;
|
|
bool nuclear_pageflip;
|
|
- int edp_vswing;
|
|
|
|
};
|
|
};
|
|
|
|
|
|
extern struct i915_params i915 __read_mostly;
|
|
extern struct i915_params i915 __read_mostly;
|