summaryrefslogtreecommitdiff
path: root/src/i810_reg.h
diff options
context:
space:
mode:
authorZhenyu Wang <zhenyu.z.wang@intel.com>2008-09-11 15:35:27 +0800
committerZhenyu Wang <zhenyu.z.wang@intel.com>2008-09-11 15:35:27 +0800
commitf9c625e1e5ddfff06b38fdd4e596fd8eae5934d5 (patch)
treef8918c87bec6e2478953b1bd5056cd94d62a06f4 /src/i810_reg.h
parent58a3817305ef1455a11be6ead8a8521dfc5875c7 (diff)
Disable render standby
Render standby is known to cause possible hang issue on some mobile chips, so always disable it.
Diffstat (limited to 'src/i810_reg.h')
-rw-r--r--src/i810_reg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i810_reg.h b/src/i810_reg.h
index 9a85d09e..5b90e12e 100644
--- a/src/i810_reg.h
+++ b/src/i810_reg.h
@@ -2838,4 +2838,7 @@ typedef enum {
#define PEG_BAND_GAP_DATA 0x14d68
+#define MCHBAR_RENDER_STANDBY 0x111B8
+#define RENDER_STANDBY_ENABLE (1 << 30)
+
#endif /* _I810_REG_H */