mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-03 07:00:17 +01:00
openchrome: Reinstate the old register used for the pause address.
0x40c isn't implemented on old unichromes, and seems to cause occasional lockups on newer ones.
This commit is contained in:
parent
feb4a2b2de
commit
033d3a9f95
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ void via_dma_initialize(struct drm_via_private *dev_priv)
|
|||
dev_priv->dma_offset = dev_priv->agpc_bo->offset;
|
||||
dev_priv->last_pause_ptr = NULL;
|
||||
dev_priv->hw_addr_ptr =
|
||||
(uint32_t __iomem *) (dev_priv->mmio_map + 0x40c);
|
||||
(uint32_t __iomem *) (dev_priv->mmio_map + 0x418);
|
||||
|
||||
via_cmdbuf_start(dev_priv);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue