Searched refs:i915_write_indexed (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/external/bsd/drm/dist/shared-core/
H A Di915_suspend.c109 static void i915_write_indexed(struct drm_device *dev, u16 index_port, u16 data_port, u8 reg, u8 val) function
144 i915_write_indexed(dev, cr_index, cr_data, 0x11,
200 i915_write_indexed(dev, VGA_SR_INDEX, VGA_SR_DATA, i,
205 i915_write_indexed(dev, cr_index, cr_data, 0x11, dev_priv->saveCR[0x11]);
207 i915_write_indexed(dev, cr_index, cr_data, i, dev_priv->saveCR[i]);
211 i915_write_indexed(dev, VGA_GR_INDEX, VGA_GR_DATA, i,
214 i915_write_indexed(dev, VGA_GR_INDEX, VGA_GR_DATA, 0x10,
216 i915_write_indexed(dev, VGA_GR_INDEX, VGA_GR_DATA, 0x11,
218 i915_write_indexed(dev, VGA_GR_INDEX, VGA_GR_DATA, 0x18,

Completed in 121 milliseconds