diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2011-02-07 14:27:04 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2011-02-25 06:45:17 +1000 |
commit | d7117e0d4e21034202833088e51fc21f8c8271f9 (patch) | |
tree | 09e1b038a47385c16fd03722e704a5c8cdf8eed4 /drivers/gpu/drm/nouveau/nv50_graph.c | |
parent | 1d3fac0c2ae3bb1b054df2f203fdaf08a1d42370 (diff) | |
download | linux-d7117e0d4e21034202833088e51fc21f8c8271f9.tar.gz |
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.c | 7 |
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 37e21d2be95b..7b7b5e77d99e 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; } |