CVSROOT:        /cvs
Module name:    src
Changes by:     j...@cvs.openbsd.org    2020/10/19 22:22:18

Modified files:
        sys/dev/pci/drm: drm_mm.c drm_vma_manager.c 
        sys/dev/pci/drm/i915/gem: i915_gem_execbuffer.c 
        sys/dev/pci/drm/i915: i915_gem.c 
        sys/dev/pci/drm/include/drm: drm_mm.h drm_vma_manager.h 
        sys/dev/pci/drm/include/linux: rbtree.h 

Log message:
use drm_mm from linux 5.7.y

Without this boot time tests from setting amdgpu_testing = 1 fail.
For example on Vega 56:

drm: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
...
[drm] Tested GTT->VRAM and VRAM->GTT copy for GTT offset 0xa00000
[drm] Tested GTT->VRAM and VRAM->GTT copy for GTT offset 0xb00000
...
[drm] Tested GTT->VRAM and VRAM->GTT copy for GTT offset 0x1fe00000
[drm] Tested GTT->VRAM and VRAM->GTT copy for GTT offset 0x1ff00000
[drm] *ERROR* 0xffff80000135f858 bind failed
Error while testing BO move

ok kettenis@

Reply via email to