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

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

parent 8e94221f
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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
 */