2 * Copyright 2011-2015, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
6 * Michael Lotz, mmlr@mlotz.ch
7 * Alexander von Gluck IV, kallisti5@unixzen.com
15 #include "intel_extreme.h"
18 #include "FlexibleDisplayInterface.h"
24 void program_pipe_color_modes(uint32 colorMode
);
31 Pipe(pipe_index pipeIndex
);
35 { return fPipeIndex
; }
38 void Enable(bool enable
);
41 void Configure(display_mode
* mode
);
42 void ConfigureTimings(display_mode
* mode
);
44 const pll_divisors
& divisors
,
48 // access to the various parts of the pipe
51 // ::PanelFitter* PanelFitter()
52 // { return fPanelFitter; }
55 void _ConfigureTranscoder(display_mode
* mode
);
60 // PanelFitter* fPanelFitter;
62 pipe_index fPipeIndex
;
69 #endif // INTEL_PIPE_H