Hi all, After merging the drm-misc-fixes tree, today's linux-next build (x86_allmodconfig) failed like this:
CC [M] drivers/gpu/drm/i915/i915_gem_evict.o
drivers/gpu/drm/i915/i915_gem_evict.c: In function ‘i915_gem_evict_for_node’:
drivers/gpu/drm/i915/i915_gem_evict.c:318:31: error: implicit declaration of
function ‘i915_vma_has_userfault’; did you mean ‘i915_vma_pin_count’?
[-Werror=implicit-function-declaration]
if (flags & PIN_NONFAULT && i915_vma_has_userfault(vma)) {
^~~~~~~~~~~~~~~~~~~~~~
i915_vma_pin_count
Caused by commit
72872c99b6dbc ("drm/i915: Check PIN_NONFAULT overlaps in evict_for_node")
in the drm-intel-fixes tree. I've used the tree from yesterday.
signature.asc
Description: PGP signature

