mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-22 19:48:15 +02:00
Fixed initialization bug
This commit is contained in:
parent
34ceadf4eb
commit
286d3f0688
1 changed files with 1 additions and 0 deletions
|
|
@ -192,6 +192,7 @@ static int mga_dma_initialize(drm_device_t *dev, drm_mga_init_t *init) {
|
|||
for(i = 0 ; i < 4096; i++) mga_delay();
|
||||
}
|
||||
|
||||
MGA_WRITE(MGAREG_PRIMADDRESS, phys_head | TT_GENERAL);
|
||||
|
||||
MGA_WRITE(MGAREG_PRIMEND, ((phys_head + num_dwords * 4) |
|
||||
PDEA_pagpxfer_enable));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue