mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-01 14:52:32 +00:00
drm/nouveau: remove second map of notifier bo
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
b8a6a8045d
commit
e694438d2f
@ -91,11 +91,6 @@ nouveau_dma_init(struct nouveau_channel *chan)
|
|||||||
if (ret)
|
if (ret)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
/* Map M2MF notifier object - fbcon. */
|
|
||||||
ret = nouveau_bo_map(chan->notifier_bo);
|
|
||||||
if (ret)
|
|
||||||
return ret;
|
|
||||||
|
|
||||||
/* Insert NOPS for NOUVEAU_DMA_SKIPS */
|
/* Insert NOPS for NOUVEAU_DMA_SKIPS */
|
||||||
ret = RING_SPACE(chan, NOUVEAU_DMA_SKIPS);
|
ret = RING_SPACE(chan, NOUVEAU_DMA_SKIPS);
|
||||||
if (ret)
|
if (ret)
|
||||||
|
Loading…
Reference in New Issue
Block a user