summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/r600_reg.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2010-11-30 19:11:45 -0500
committerDave Airlie <airlied@redhat.com>2010-12-01 12:13:10 +1000
commit0ec80d645661dda50acd417bdfcb33df2e5dd31e (patch)
treeb87d6dab03b0185d7e556666874cfa83d03cae52 /drivers/gpu/drm/radeon/r600_reg.h
parent150f8815bbd15c1a91f74033c048fadcd5f3c715 (diff)
downloadlinux-0ec80d645661dda50acd417bdfcb33df2e5dd31e.tar.bz2
drm/radeon/kms: fix typos in disabled vbios code
6xx/7xx was hitting the wrong BUS_CNTL reg and bits. Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Cc: stable@kernel.org Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/r600_reg.h')
-rw-r--r--drivers/gpu/drm/radeon/r600_reg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/r600_reg.h b/drivers/gpu/drm/radeon/r600_reg.h
index d84612ae47e0..33cda016b083 100644
--- a/drivers/gpu/drm/radeon/r600_reg.h
+++ b/drivers/gpu/drm/radeon/r600_reg.h
@@ -86,6 +86,7 @@
#define R600_HDP_NONSURFACE_BASE 0x2c04
#define R600_BUS_CNTL 0x5420
+# define R600_BIOS_ROM_DIS (1 << 1)
#define R600_CONFIG_CNTL 0x5424
#define R600_CONFIG_MEMSIZE 0x5428
#define R600_CONFIG_F0_BASE 0x542C