xref: /dflybsd-src/sys/dev/drm/scripts/i915_enum_pipe.sh (revision 220c9d77d60dd995be5edb6a5022087b33616d20)
1*220c9d77SFrançois Tigeot#!/bin/sh
2*220c9d77SFrançois Tigeot
3*220c9d77SFrançois Tigeot# The DragonFly kernel already uses a "pipe" identifier
4*220c9d77SFrançois Tigeot
5*220c9d77SFrançois Tigeotgsed -i 's/enum pipe/enum i915_pipe/g' $*
6