Commit 95f4cbc8 authored by Ville Syrjälä's avatar Ville Syrjälä

drm/i915/bios: Define VBT block 18 (Driver Rotation) contents

Define the contents of block 18 (Driver Rotation).
Signed-off-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240503122449.27266-19-ville.syrjala@linux.intel.comReviewed-by: default avatarJani Nikula <jani.nikula@intel.com>
parent 8e94221f
......@@ -845,6 +845,18 @@ struct bdb_sv_test_functions {
u8 sv_bits[8];
} __packed;
/*
* Block 18 - Driver Rotation
*/
struct bdb_driver_rotation {
u8 rotation_enable;
u8 rotation_flags_1;
u16 rotation_flags_2;
u32 rotation_flags_3;
u32 rotation_flags_4;
} __packed;
/*
* Block 22 - SDVO LVDS General Options
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment