diff options
author | Alex Deucher <alex@t41p.(none)> | 2006-10-01 18:46:05 -0400 |
---|---|---|
committer | Alex Deucher <alex@t41p.(none)> | 2006-10-01 18:46:05 -0400 |
commit | cb53fe7c1e45937746e43437ae6adb0355306ae9 (patch) | |
tree | 609b7b31adada2bb6ad12f96aa31fe6d1ad637cf /src/radeon.h | |
parent | 145c716de6d42778e447581578f3e4db13c9a653 (diff) |
fix LVDS plus internal TMDS
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/radeon.h b/src/radeon.h index 8068cd9a..a97fe49e 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -279,8 +279,6 @@ typedef struct { /* Flat panel registers */ CARD32 fp_crtc_h_total_disp; CARD32 fp_crtc_v_total_disp; - CARD32 fp_crtc2_h_total_disp; - CARD32 fp_crtc2_v_total_disp; CARD32 fp_gen_cntl; CARD32 fp2_gen_cntl; CARD32 fp_h_sync_strt_wid; |