Module Name: src Committed By: riastradh Date: Sun Dec 19 09:59:05 UTC 2021
Modified Files: src/sys/external/bsd/drm2/dist/drm/i915/display: intel_display.h Log Message: Re-introduce: Hackily rename enum pipe for drm, without patching. The patch we used to maintain to do this rename doubled the pain of merging drm updates. But ctf gets confused if we have a struct and an enum both called `pipe', and it's technically against C99 to do so. So #define it in all drm code for now to fix dtrace. Author: Maya Rashish <m...@netbsd.org> To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ src/sys/external/bsd/drm2/dist/drm/i915/display/intel_display.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.