diff options
-rw-r--r-- | src/i830.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -964,7 +964,7 @@ static inline int i830_fb_compression_supported(intel_screen_private *intel) * that device. See this bug report for more details: * https://bugs.freedesktop.org/show_bug.cgi?id=16257 */ - if (IS_I965GM(intel)) + if (IS_I965GM(intel) || IS_I915GM(intel) || IS_I945GM(intel)) return FALSE; return TRUE; } |