summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/intel_reg_decode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/intel_reg_decode.c b/tools/intel_reg_decode.c
index bb8f5b30..470fecc1 100644
--- a/tools/intel_reg_decode.c
+++ b/tools/intel_reg_decode.c
@@ -2580,7 +2580,7 @@ static bool is_945gm(uint32_t devid, uint32_t pch)
static bool is_gen234(uint32_t devid, uint32_t pch)
{
- return IS_GEN2(devid) || IS_GEN3(devid) || IS_GEN3(devid);
+ return IS_GEN2(devid) || IS_GEN3(devid) || IS_GEN4(devid);
}
#define DECLARE_REGS(d,r,m) \