mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-22 17:10:32 +01:00
nv30: check nouveau_bo_map output of notify bo
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
parent
921917c8d8
commit
c922758685
1 changed files with 1 additions and 1 deletions
|
|
@ -524,7 +524,7 @@ nv30_screen_create(struct nouveau_device *dev)
|
|||
|
||||
ret = nouveau_bo_wrap(screen->base.device, fifo->notify, &screen->notify);
|
||||
if (ret == 0)
|
||||
nouveau_bo_map(screen->notify, 0, screen->base.client);
|
||||
ret = nouveau_bo_map(screen->notify, 0, screen->base.client);
|
||||
if (ret)
|
||||
FAIL_SCREEN_INIT("error mapping notifier memory: %d\n", ret);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue