提交 ac7af83a 编写于 作者: V Ville Syrjälä

drm/i915: Rename some VBT bits

The allow vs. block display switch bits are named rather
inconsistently. Fix it up.
Signed-off-by: NVille Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220715202044.11153-11-ville.syrjala@linux.intel.comReviewed-by: NJani Nikula <jani.nikula@intel.com>
上级 5a856cc2
...@@ -553,8 +553,8 @@ struct bdb_psr { ...@@ -553,8 +553,8 @@ struct bdb_psr {
struct bdb_driver_features { struct bdb_driver_features {
/* Driver bits */ /* Driver bits */
u8 boot_dev_algorithm:1; u8 boot_dev_algorithm:1;
u8 block_display_switch:1; u8 allow_display_switch_dvd:1;
u8 allow_display_switch:1; u8 allow_display_switch_dos:1;
u8 hotplug_dvo:1; u8 hotplug_dvo:1;
u8 dual_view_zoom:1; u8 dual_view_zoom:1;
u8 int15h_hook:1; u8 int15h_hook:1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册