diff options
author | Dave Airlie <airlied@redhat.com> | 2009-09-18 14:29:32 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-09-18 14:29:32 +1000 |
commit | 52279251fae9df99c569c16e2522bbd346d8ec38 (patch) | |
tree | dfad5936a0c623e1fa26ab92d13ff2497dd72913 /src/radeon_probe.h | |
parent | 2c46bafcb77c4125a27c18ad6ca2f6de5f143a2d (diff) |
avivo: disable VGA rendering core when starting X.
this thing can be rendering to VRAM when we don't expect it.
turn it off.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r-- | src/radeon_probe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h index 9cac15c5..9b2cd704 100644 --- a/src/radeon_probe.h +++ b/src/radeon_probe.h @@ -341,6 +341,7 @@ struct avivo_state uint32_t vga1_cntl; uint32_t vga2_cntl; + uint32_t vga_render_control; uint32_t crtc_master_en; uint32_t crtc_tv_control; |