diff options
author | Luc Verhaegen <libv@skynet.be> | 2007-08-04 17:37:18 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-08-04 17:37:18 +1000 |
commit | a156db5e8b037ed12a448f70045453baf9d0c504 (patch) | |
tree | 6cc370ef4da1719cddbc70b70aa4b533a9ac149d /src/radeon_probe.h | |
parent | 165a07cbbfcd94e3d1fac434b8fada8d29428a09 (diff) |
Clean up PortInfo to CRTC mapping
Also sanitise blanking and DPMS functions
Fixes from Novell Bug 264720, and fd.o 10772
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r-- | src/radeon_probe.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h index dc30e2e9..dfec12f8 100644 --- a/src/radeon_probe.h +++ b/src/radeon_probe.h @@ -119,9 +119,6 @@ typedef struct RADEONConnectorType ConnectorType; RADEONMonitorType MonType; xf86MonPtr MonInfo; - - /* one connector can be bound to one CRTC */ - int crtc_num; } RADEONConnector; |