diff options
author | Jesse Barnes <jbarnes@jbarnes-t61.(none)> | 2008-03-17 14:17:27 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@jbarnes-t61.(none)> | 2008-03-17 14:18:57 -0700 |
commit | 24e6eb2ae683ed6614ac79c0d7811ac9fe94209f (patch) | |
tree | 57d4ab471a380f9b5e68e02eb078f710fbafd233 /src/i830.h | |
parent | 69fbc17441d0f894d17b058e65ae22300cd2a54c (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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |