summaryrefslogtreecommitdiff
path: root/linux-core/radeon_mode.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2008-10-07 14:10:39 -0400
committerAlex Deucher <alexdeucher@gmail.com>2008-10-07 14:10:39 -0400
commite4fa03f7ddb86720fa19cfc839689e1df72bb928 (patch)
tree29076bbb9bbd0f054e12e2515026dbfb563670a9 /linux-core/radeon_mode.h
parent4d1031a9f0e5cddb6ca403afdbd1f019c9c3df2e (diff)
radeon: pull in recent fixes from ddx
- fixup atom digital encoder setup - pull in add get edid (currently disabled due to lack of support for atom fb/scratch space)
Diffstat (limited to 'linux-core/radeon_mode.h')
-rw-r--r--linux-core/radeon_mode.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/linux-core/radeon_mode.h b/linux-core/radeon_mode.h
index fef27380..64608e35 100644
--- a/linux-core/radeon_mode.h
+++ b/linux-core/radeon_mode.h
@@ -116,6 +116,8 @@ struct radeon_i2c_bus_rec {
uint32_t get_data_mask;
uint32_t a_clk_mask;
uint32_t a_data_mask;
+ int hw_line;
+ bool hw_capable;
};
struct radeon_bios_connector {
@@ -227,6 +229,10 @@ struct radeon_encoder {
bool use_bios_dividers;
uint32_t lvds_gen_cntl;
+ /* atom lvds */
+ int lvds_misc;
+ int lvds_ss_id;
+
/* legacy primary dac */
uint32_t ps2_pdac_adj;