diff options
author | 2021-02-01 10:56:32 +1000 | |
---|---|---|
committer | 2021-02-04 06:56:06 +1000 | |
commit | f295c8cfec833c2707ff1512da10d65386dde7af (patch) | |
tree | dbaa5d3a89ce16a6feed5f3a5de8dd6fe7990fcc /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 5.11-rc6 (diff) | |
download | wireguard-linux-f295c8cfec833c2707ff1512da10d65386dde7af.tar.xz wireguard-linux-f295c8cfec833c2707ff1512da10d65386dde7af.zip |
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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions