summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nv50_graph.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2011-02-07 04:27:04 (GMT)
committerBen Skeggs <bskeggs@redhat.com>2011-02-24 20:45:17 (GMT)
commitd7117e0d4e21034202833088e51fc21f8c8271f9 (patch)
tree09e1b038a47385c16fd03722e704a5c8cdf8eed4 /drivers/gpu/drm/nouveau/nv50_graph.c
parent1d3fac0c2ae3bb1b054df2f203fdaf08a1d42370 (diff)
downloadlinux-fsl-qoriq-d7117e0d4e21034202833088e51fc21f8c8271f9.tar.xz
drm/nv50: enable page flipping
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv50_graph.c')
-rw-r--r--drivers/gpu/drm/nouveau/nv50_graph.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/gpu/drm/nouveau/nv50_graph.c b/drivers/gpu/drm/nouveau/nv50_graph.c
index 37e21d2..7b7b5e7 100644
--- a/drivers/gpu/drm/nouveau/nv50_graph.c
+++ b/drivers/gpu/drm/nouveau/nv50_graph.c
@@ -409,12 +409,7 @@ static int
nv50_graph_nvsw_mthd_page_flip(struct nouveau_channel *chan,
u32 class, u32 mthd, u32 data)
{
- struct nouveau_page_flip_state s;
-
- if (!nouveau_finish_page_flip(chan, &s)) {
- /* XXX - Do something here */
- }
-
+ nouveau_finish_page_flip(chan, NULL);
return 0;
}