diff options
author | Dave Airlie <airlied@linux.ie> | 2006-12-02 19:16:41 +1100 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2006-12-02 19:50:41 +1100 |
commit | 13efd1f75fbd29a4d1f69d7d5a5bb2b8d90ad820 (patch) | |
tree | f28610767e81e40762544a02cd20f2680f70dcfb /src/radeon.h | |
parent | 3933b86390eb2f4198d490acd4914fb470c40f47 (diff) |
move HasCRTC2 to pRADEONEnt from info
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h index 646b742e..3592b2b9 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -442,7 +442,7 @@ typedef struct { RADEONMonitorType DisplayType; /* Monitor connected on */ RADEONDDCType DDCType; RADEONConnectorType ConnectorType; - Bool HasCRTC2; /* All cards except original Radeon */ + Bool IsMobility; /* Mobile chips for laptops */ Bool IsIGP; /* IGP chips */ Bool HasSingleDAC; /* only TVDAC on chip */ |