freebsd / drm-kmod

drm driver for FreeBSD
148 stars 68 forks source link

List of exclusion to use with `diff -X` when comparing Linux and `drm-kmod` #235

Closed dumbbell closed 1 year ago

dumbbell commented 1 year ago

I use it to do a final comparison between Linux drivers and drm-kmod, just in case I missed some changes, or changes that were made in merge commits which don't appear in individual patches.

Example of use:

diff -Nau -pX scripts/diffignore \
  drm-kmod/drivers/gpu/drm/ \
  linux/drivers/gpu/drm/
evadot commented 1 year ago

Looks good