The DRM generic code and the i915 DRM driver started to replace the use of memchr_inv() by a mem_is_zero() in Linux 6.12. We reuse the previous use of memchr_inv() to implement mem_is_zero().
This is part of the update of DRM drivers to Linux 6.12.
Sponsored by: The FreeBSD Foundation