i915_suspend.c | 91 static u8 i915_read_ar(struct drm_device *dev, u16 st01, u8 reg, u16 palette_enable) 95 I915_READ8(st01); 100 static void i915_write_ar(struct drm_device *dev, u16 st01, u8 reg, u8 val, u16 palette_enable) 104 I915_READ8(st01); 121 u16 cr_index, cr_data, st01; local in function:i915_save_vga 136 st01 = VGA_ST01_CGA; 140 st01 = VGA_ST01_MDA; 154 I915_READ8(st01); 157 dev_priv->saveAR[i] = i915_read_ar(dev, st01, i, 0); 158 I915_READ8(st01); 184 u16 cr_index, cr_data, st01; local in function:i915_restore_vga [all...] |