Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ccb377f authored by Dave Airlie's avatar Dave Airlie
Browse files

drm/nouveau: add delayed switch complete callback.



this just adds the callback on the delayed switch mechanism.

Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 851ab954
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1054,6 +1054,7 @@ int nouveau_load(struct drm_device *dev, unsigned long flags)

void nouveau_lastclose(struct drm_device *dev)
{
	vga_switcheroo_process_delayed_switch();
}

int nouveau_unload(struct drm_device *dev)