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

/freebsd-11-stable/sys/dev/drm/
H A Di915_suspend.c112 static void i915_write_indexed(struct drm_device *dev, u16 index_port, u16 data_port, u8 reg, u8 val) function
142 i915_write_indexed(dev, cr_index, cr_data, 0x11,
198 i915_write_indexed(dev, VGA_SR_INDEX, VGA_SR_DATA, i,
203 i915_write_indexed(dev, cr_index, cr_data, 0x11, dev_priv->saveCR[0x11]);
205 i915_write_indexed(dev, cr_index, cr_data, i, dev_priv->saveCR[i]);
209 i915_write_indexed(dev, VGA_GR_INDEX, VGA_GR_DATA, i,
212 i915_write_indexed(dev, VGA_GR_INDEX, VGA_GR_DATA, 0x10,
214 i915_write_indexed(dev, VGA_GR_INDEX, VGA_GR_DATA, 0x11,
216 i915_write_indexed(dev, VGA_GR_INDEX, VGA_GR_DATA, 0x18,
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_suspend.c122 static void i915_write_indexed(struct drm_device *dev, u16 index_port, u16 data_port, u8 reg, u8 val) function
152 i915_write_indexed(dev, cr_index, cr_data, 0x11,
208 i915_write_indexed(dev, VGA_SR_INDEX, VGA_SR_DATA, i,
213 i915_write_indexed(dev, cr_index, cr_data, 0x11, dev_priv->regfile.saveCR[0x11]);
215 i915_write_indexed(dev, cr_index, cr_data, i, dev_priv->regfile.saveCR[i]);
219 i915_write_indexed(dev, VGA_GR_INDEX, VGA_GR_DATA, i,
222 i915_write_indexed(dev, VGA_GR_INDEX, VGA_GR_DATA, 0x10,
224 i915_write_indexed(dev, VGA_GR_INDEX, VGA_GR_DATA, 0x11,
226 i915_write_indexed(dev, VGA_GR_INDEX, VGA_GR_DATA, 0x18,

Completed in 67 milliseconds