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

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
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment