]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/video/aty/atyfb.h
atyfb: fix alignment for block writes
[karo-tx-linux.git] / drivers / video / aty / atyfb.h
index dc62f8e282b4ac9bfe3361ebd632bf9a288ac4ae..1f39a62f899be953384320f9bb25da13427c4374 100644 (file)
@@ -126,6 +126,7 @@ union aty_pll {
      */
 
 struct atyfb_par {
+       u32 pseudo_palette[16];
        struct { u8 red, green, blue; } palette[256];
        const struct aty_dac_ops *dac_ops;
        const struct aty_pll_ops *pll_ops;
@@ -186,6 +187,8 @@ struct atyfb_par {
        int mtrr_reg;
 #endif
        u32 mem_cntl;
+       struct crtc saved_crtc;
+       union aty_pll saved_pll;
 };
 
     /*
@@ -216,6 +219,7 @@ struct atyfb_par {
 #define M64F_XL_DLL            0x00080000
 #define M64F_MFB_FORCE_4       0x00100000
 #define M64F_HW_TRIPLE         0x00200000
+#define M64F_XL_MEM            0x00400000
     /*
      *  Register access
      */