]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/gpu/drm/i915/intel_bios.h
drm/i915: Fix LVDS dither setting
[mv-sheeva.git] / drivers / gpu / drm / i915 / intel_bios.h
index 5ea715ace3a0030f3d3c4ddcc24d79ee45df9f9a..de621aad85b56c9789f1149d6b3806a74c7f8799 100644 (file)
@@ -162,13 +162,13 @@ struct bdb_lvds_options {
        u8 panel_type;
        u8 rsvd1;
        /* LVDS capabilities, stored in a dword */
-       u8 rsvd2:1;
-       u8 lvds_edid:1;
-       u8 pixel_dither:1;
-       u8 pfit_ratio_auto:1;
-       u8 pfit_gfx_mode_enhanced:1;
-       u8 pfit_text_mode_enhanced:1;
        u8 pfit_mode:2;
+       u8 pfit_text_mode_enhanced:1;
+       u8 pfit_gfx_mode_enhanced:1;
+       u8 pfit_ratio_auto:1;
+       u8 pixel_dither:1;
+       u8 lvds_edid:1;
+       u8 rsvd2:1;
        u8 rsvd4;
 } __attribute__((packed));