summaryrefslogtreecommitdiff
path: root/linux-core/nv50_crtc.h
diff options
context:
space:
mode:
authorMaarten Maathuis <madman2003@gmail.com>2008-06-23 20:33:32 +0200
committerMaarten Maathuis <madman2003@gmail.com>2008-06-23 20:33:32 +0200
commit0a45f150669eaa2737d7485c9b68ea4c483f3048 (patch)
treec2186fd0fe85b6ea6963bb84ce71e515adc1799d /linux-core/nv50_crtc.h
parent30f153a7c2a9bc69e615b7fff3fb060af0e3ed83 (diff)
NV50: Improve set_config and fix some minor bugs.
Diffstat (limited to 'linux-core/nv50_crtc.h')
-rw-r--r--linux-core/nv50_crtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/nv50_crtc.h b/linux-core/nv50_crtc.h
index 5eb815a5..0eadc3d4 100644
--- a/linux-core/nv50_crtc.h
+++ b/linux-core/nv50_crtc.h
@@ -54,6 +54,7 @@ struct nv50_crtc {
int (*validate_mode) (struct nv50_crtc *crtc, struct nouveau_hw_mode *mode);
int (*set_mode) (struct nv50_crtc *crtc, struct nouveau_hw_mode *mode);
int (*execute_mode) (struct nv50_crtc *crtc);
+ int (*set_fb) (struct nv50_crtc *crtc);
int (*blank) (struct nv50_crtc *crtc, bool blanked);
int (*set_dither) (struct nv50_crtc *crtc);
int (*set_scale) (struct nv50_crtc *crtc);