summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2007-11-20 13:02:43 +1000
committerDave Airlie <airlied@redhat.com>2007-11-20 13:02:43 +1000
commit5d023e2c3c2ab44ea57ffadc9607025d602c376c (patch)
tree473ee40a46e603e3c0df6c153e8b8d5a371be395 /src/radeon.h
parent0d1e0c7805b3d8e56ccb49465e6b144afb7bdc51 (diff)
parentc8872603454e6a4ffed9fc7d9adc2c364a429608 (diff)
Merge branch 'master' into atombios-support
Conflicts: src/radeon_chipset.h src/radeon_driver.c src/radeon_probe.c
Diffstat (limited to 'src/radeon.h')
-rw-r--r--src/radeon.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h
index 8fffafe2..d503f928 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -548,6 +548,16 @@ typedef enum {
typedef struct _atomBiosHandle *atomBiosHandlePtr;
typedef struct {
+ CARD32 pci_device_id;
+ RADEONChipFamily chip_family;
+ int mobility;
+ int igp;
+ int nocrtc2;
+ int nointtvout;
+ int singledac;
+} RADEONCardInfo;
+
+typedef struct {
EntityInfoPtr pEnt;
pciVideoPtr PciInfo;
PCITAG PciTag;