mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 08:58:02 +02:00
Fix for bug #111744 which caused any application to never render and dma to
stall on certain mga cards
This commit is contained in:
parent
cba4d3504c
commit
3e42514360
1 changed files with 1 additions and 1 deletions
|
|
@ -765,7 +765,7 @@ static int mga_dma_initialize(drm_device_t *dev, drm_mga_init_t *init) {
|
|||
dev_priv->mAccess = init->mAccess;
|
||||
init_waitqueue_head(&dev_priv->flush_queue);
|
||||
init_waitqueue_head(&dev_priv->buf_queue);
|
||||
dev_priv->WarpPipe = -1;
|
||||
dev_priv->WarpPipe = 0xff000000;
|
||||
|
||||
DRM_DEBUG("chipset: %d ucode_size: %d backOffset: %x depthOffset: %x\n",
|
||||
dev_priv->chipset, dev_priv->warp_ucode_size,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue