Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/i915: fix broken build

I guess this was missed in the conversion or something.

Fixes: 7bc80a5462c3 ("dma-buf: add enum dma_resv_usage v4")
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Cc: Christian König <christian.koenig@amd.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20220407164532.1242578-1-matthew.auld@intel.com
Signed-off-by: Christian König <christian.koenig@amd.com>

authored by

Matthew Auld and committed by
Christian König
17b048d4 efc3acbc

+1 -1
+1 -1
drivers/gpu/drm/i915/i915_deps.c
··· 226 226 struct dma_fence *fence; 227 227 228 228 dma_resv_assert_held(resv); 229 - dma_resv_for_each_fence(&iter, resv, true, fence) { 229 + dma_resv_for_each_fence(&iter, resv, dma_resv_usage_rw(true), fence) { 230 230 int ret = i915_deps_add_dependency(deps, fence, ctx); 231 231 232 232 if (ret)