summaryrefslogtreecommitdiff
path: root/src/radeon_probe.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2008-07-21 23:47:45 -0400
committerAlex Deucher <alexdeucher@gmail.com>2008-07-21 23:47:45 -0400
commit1c5858484da4fb1c9bc3ac3b4d7a97863ab99730 (patch)
treec24aaa9ca5188bae1fb9f85aa838579040933d00 /src/radeon_probe.h
parentb0378bb145c8a915c943bef7d17f2cdecfccc891 (diff)
First pass at InitDispBandwidth() for AVIVO chips
- support for LB allocation - MC priority bumps for display1/2 on RV515 variants and RS690 If you are having display underflow problems (flickering on sides of screen in high res modes, etc.) on RV515 or RS690 boards, try setting: Option "DisplayPriority" "HIGH" in your config. - still no support for full display watermark programming yet Something similar might be useful in rhd as well.
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r--src/radeon_probe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h
index 35d622dd..944ab9fa 100644
--- a/src/radeon_probe.h
+++ b/src/radeon_probe.h
@@ -328,6 +328,7 @@ struct avivo_state
uint32_t crtc_master_en;
uint32_t crtc_tv_control;
+ uint32_t dc_lb_memory_split;
struct avivo_pll_state pll1;
struct avivo_pll_state pll2;