summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@jbarnes-t61.(none)>2008-03-17 14:17:27 -0700
committerJesse Barnes <jbarnes@jbarnes-t61.(none)>2008-03-17 14:18:57 -0700
commit24e6eb2ae683ed6614ac79c0d7811ac9fe94209f (patch)
tree57d4ab471a380f9b5e68e02eb078f710fbafd233 /src/i830.h
parent69fbc17441d0f894d17b058e65ae22300cd2a54c (diff)
Add support for new ->get_crtc output callbacks
Using the new interface allows the server to avoid some flicker at startup.
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i830.h b/src/i830.h
index 9bc538c7..ee0f03ad 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -686,6 +686,8 @@ extern void i830_crtc_dpms_video(xf86CrtcPtr crtc, Bool on);
int
i830_crtc_pipe (xf86CrtcPtr crtc);
+extern xf86CrtcPtr i830_pipe_to_crtc(ScrnInfoPtr pScrn, int pipe);
+
Bool
i830_pipe_a_require_activate (ScrnInfoPtr scrn);