diff options
author | Dave Airlie <airlied@redhat.com> | 2021-02-01 10:56:32 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2021-02-04 06:56:06 +1000 |
commit | f295c8cfec833c2707ff1512da10d65386dde7af (patch) | |
tree | dbaa5d3a89ce16a6feed5f3a5de8dd6fe7990fcc /scripts/bpf_helpers_doc.py | |
parent | 1048ba83fb1c00cd24172e23e8263972f6b5d9ac (diff) |
drm/nouveau: fix dma syncing warning with debugging on.
Since I wrote the below patch if you run a debug kernel you can a
dma debug warning like:
nouveau 0000:1f:00.0: DMA-API: device driver tries to sync DMA memory it has not allocated [device address=0x000000016e012000] [size=4096 bytes]
The old nouveau code wasn't consolidate the pages like the ttm code,
but the dma-debug expects the sync code to give it the same base/range
pairs as the allocator.
Fix the nouveau sync code to consolidate pages before calling the
sync code.
Fixes: bd549d35b4be0 ("nouveau: use ttm populate mapping functions. (v2)")
Reported-by: Lyude Paul <lyude@redhat.com>
Reviewed-by: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/417588/
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions