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

drm/i915: Reorder i915_params fields to not create holes

Signed-off-by: NDamien Lespiau <damien.lespiau@intel.com>
Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
上级 76c4ac04
...@@ -1944,18 +1944,19 @@ struct i915_params { ...@@ -1944,18 +1944,19 @@ struct i915_params {
int vbt_sdvo_panel_type; int vbt_sdvo_panel_type;
int enable_rc6; int enable_rc6;
int enable_fbc; int enable_fbc;
bool enable_hangcheck;
int enable_ppgtt; int enable_ppgtt;
int enable_psr; int enable_psr;
unsigned int preliminary_hw_support; unsigned int preliminary_hw_support;
int disable_power_well; int disable_power_well;
int enable_ips; int enable_ips;
bool fastboot;
int enable_pc8; int enable_pc8;
int pc8_timeout; int pc8_timeout;
int invert_brightness;
/* leave bools at the end to not create holes */
bool enable_hangcheck;
bool fastboot;
bool prefault_disable; bool prefault_disable;
bool reset; bool reset;
int invert_brightness;
}; };
extern struct i915_params i915 __read_mostly; extern struct i915_params i915 __read_mostly;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册