aboutsummaryrefslogtreecommitdiff
path: root/util/i915tool/spatches/fx.cocci
diff options
context:
space:
mode:
Diffstat (limited to 'util/i915tool/spatches/fx.cocci')
-rw-r--r--util/i915tool/spatches/fx.cocci10
1 files changed, 10 insertions, 0 deletions
diff --git a/util/i915tool/spatches/fx.cocci b/util/i915tool/spatches/fx.cocci
new file mode 100644
index 0000000000..e47ddcab69
--- /dev/null
+++ b/util/i915tool/spatches/fx.cocci
@@ -0,0 +1,10 @@
+@@
+identifier f;
+type T;
+@@
+T f(...){...
+-\(DRM_DEBUG_KMS|DRM_ERRRO\)(
++fprintf(stderr,
+...);
+...}
+