projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
851ab95
)
drm/nouveau: add delayed switch complete callback.
author
Dave Airlie
<airlied@redhat.com>
Tue, 7 Dec 2010 03:56:26 +0000
(13:56 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Wed, 5 Jan 2011 03:43:22 +0000
(13:43 +1000)
this just adds the callback on the delayed switch mechanism.
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/nouveau/nouveau_state.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/nouveau/nouveau_state.c
b/drivers/gpu/drm/nouveau/nouveau_state.c
index d5b17b6ccd3a5493a69f6d30b833f2a2328667ea..db4b410f4a8cbd19d90f4a5bab308e5244dc9943 100644
(file)
--- a/
drivers/gpu/drm/nouveau/nouveau_state.c
+++ b/
drivers/gpu/drm/nouveau/nouveau_state.c
@@
-1054,6
+1054,7
@@
err_out:
void nouveau_lastclose(struct drm_device *dev)
{
+ vga_switcheroo_process_delayed_switch();
}
int nouveau_unload(struct drm_device *dev)