~ubuntu-branches/ubuntu/natty/xserver-xorg-video-radeonhd/natty

« back to all changes in this revision

Viewing changes to src/rhd_vga.h

  • Committer: Bazaar Package Importer
  • Author(s): Brice Goglin
  • Date: 2009-04-10 08:09:08 UTC
  • mfrom: (6.2.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090410080908-zoz25ktobo22dn4a
Tags: 1.2.5-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright 2007  Luc Verhaegen <lverhaegen@novell.com>
3
 
 * Copyright 2007  Matthias Hopf <mhopf@novell.com>
4
 
 * Copyright 2007  Egbert Eich   <eich@novell.com>
5
 
 * Copyright 2007  Advanced Micro Devices, Inc.
 
2
 * Copyright 2007-2008  Luc Verhaegen <libv@exsuse.de>
 
3
 * Copyright 2007-2008  Matthias Hopf <mhopf@novell.com>
 
4
 * Copyright 2007-2008  Egbert Eich   <eich@novell.com>
6
5
 *
7
6
 * Permission is hereby granted, free of charge, to any person obtaining a
8
7
 * copy of this software and associated documentation files (the "Software"),
26
25
#ifndef _RHD_VGA_H
27
26
#define _RHD_VGA_H
28
27
 
29
 
struct rhdVGA {
30
 
    Bool Stored;
31
 
 
32
 
    CARD32 FBBase;
33
 
    CARD8 *FB;
34
 
    int FBSize; /* most cases, 256kB */
35
 
 
36
 
    CARD32 Render_Control;
37
 
    CARD32 Mode_Control;
38
 
    CARD32 HDP_Control;
39
 
    CARD32 D1_Control;
40
 
    CARD32 D2_Control;
41
 
};
42
 
 
43
28
void RHDVGAInit(RHDPtr rhdPtr);
44
29
void RHDVGASave(RHDPtr rhdPtr);
45
30
void RHDVGARestore(RHDPtr rhdPtr);