summaryrefslogtreecommitdiff
path: root/tools/intel_watermark.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/intel_watermark.c')
-rw-r--r--tools/intel_watermark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/intel_watermark.c b/tools/intel_watermark.c
index 133c058a..68bd8ec8 100644
--- a/tools/intel_watermark.c
+++ b/tools/intel_watermark.c
@@ -909,7 +909,7 @@ int main(int argc, char *argv[])
g4x_wm_dump();
} else if (IS_GEN4(devid)) {
gen4_wm_dump();
- } else if (IS_IGD(devid)) {
+ } else if (IS_PINEVIEW(devid)) {
pnv_wm_dump();
} else if (IS_GEN3(devid)) {
gen3_wm_dump();