CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2021/07/08 07:07:54

Modified files:
        sys/dev/pci/drm/include/drm: drm_mm.h 
        sys/dev/pci/drm: drm_mm.c 

Log message:
revert drm_mm to our previous drm 5.7.y version

Josh Rickmar and several developers reported X would sometimes fail to
start on laptops with raven ridge and picasso apus using amdgpu.

drm:pid71504:amdgpu_bo_pin_restricted *ERROR* 0xffff800001836e18 pin failed
[drm] *ERROR* Failed to pin framebuffer with error -12

ttm_bo_mem_space()      ret -ENOMEM
ttm_bo_move_buffer()
ttm_bo_validate()
amdgpu_bo_pin_restricted()

By all reports this does not occur with the old drm_mm.

Reply via email to