mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-23 09:40:29 +01:00
init mgaScreen->irq (Tilman Sauerbeck)
This commit is contained in:
parent
6d460af6af
commit
948dff8932
1 changed files with 1 additions and 0 deletions
|
|
@ -248,6 +248,7 @@ mgaInitDriver(__DRIscreenPrivate *sPriv)
|
|||
|
||||
gp.param = MGA_PARAM_IRQ_NR;
|
||||
gp.value = &mgaScreen->irq;
|
||||
mgaScreen->irq = 0;
|
||||
|
||||
ret = drmCommandWriteRead( sPriv->fd, DRM_MGA_GETPARAM,
|
||||
&gp, sizeof(gp));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue