Lines Matching defs:uvesafb_par
117 struct uvesafb_par { struct
118 struct vbe_ib vbe_ib; /* VBE Info Block */
119 struct vbe_mode_ib *vbe_modes; /* list of supported VBE modes */
120 int vbe_modes_cnt;
122 u8 nocrtc;
123 u8 ypan; /* 0 - nothing, 1 - ypan, 2 - ywrap */
124 u8 pmi_setpal; /* PMI for palette changes */
125 u16 *pmi_base; /* protected mode interface location */
126 void *pmi_start;
127 void *pmi_pal;
128 u8 *vbe_state_orig; /*
132 u8 *vbe_state_saved; /* state saved by fb_save_state */
133 int vbe_state_size;
134 atomic_t ref_count;
136 int mode_idx;
137 struct vbe_crtc_ib crtc;
138 int mtrr_handle;