Skip to content
Commit 6de363d7 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Dom Cobley
Browse files

dma-buf: DMABUF_MOVE_NOTIFY should depend on DMA_SHARED_BUFFER



[ Upstream commit c4f3a346 ]

Move notify between drivers is an option of DMA-BUF.  Enabling
DMABUF_MOVE_NOTIFY without DMA_SHARED_BUFFER does not have any impact,
as drivers/dma-buf/ is not entered during the build when
DMA_SHARED_BUFFER is disabled.

Fixes: bb42df46 ("dma-buf: add dynamic DMA-buf handling v15")
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20210902124913.2698760-2-geert@linux-m68k.org


Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 0fea104c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment