summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJerome Glisse <glisse@freedesktop.org>2007-06-14 11:44:29 +0200
committerJerome Glisse <glisse@freedesktop.org>2007-06-14 11:44:29 +0200
commit39ec89b5e1569b340e9b4310d646541116fddc84 (patch)
tree14caf3e7095c3c83339dff42c64a12ca77b30824 /include
parent23730b5c0988627f0a0bb6f948a35dfb3ec1b47c (diff)
avivo: more randr 1.2 work on crtc (not activated yet)
Diffstat (limited to 'include')
-rw-r--r--include/avivo.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/avivo.h b/include/avivo.h
index c9c8243..e4815e6 100644
--- a/include/avivo.h
+++ b/include/avivo.h
@@ -85,12 +85,15 @@ struct avivo_crtc {
struct avivo_crtc_private {
int crtc_number;
+ unsigned long crtc_offset;
+ INT16 cursor_x;
+ INT16 cursor_y;
+ unsigned long cursor_offset;
unsigned long fb_offset;
int h_total, h_blank, h_sync_wid, h_sync_pol;
int v_total, v_blank, v_sync_wid, v_sync_pol;
int fb_format, fb_length;
int fb_pitch, fb_width, fb_height;
- struct avivo_info *avivo;
};
enum avivo_output_status {
@@ -263,6 +266,7 @@ struct avivo_info
struct avivo_connector *connectors;
struct avivo_connector *connector_default;
+ int bpp;
unsigned long cursor_offset;
int cursor_format, cursor_fg, cursor_bg;
int cursor_width, cursor_height;