CVSROOT:        /cvs
Module name:    src
Changes by:     kette...@cvs.openbsd.org        2019/06/09 06:58:30

Modified files:
        sys/dev/pci/drm: drm_linux.c 
        sys/dev/pci/drm/include/linux: gfp.h 
        sys/dev/pci/drm/ttm: ttm_tt.c 

Log message:
Let drm(4) allocate memory without constraints if the hardware supports
64-bit DMA.  Should reduce the pressure on DMA-reachable memory, which is
important since there are still cases where the pagedaemon ends up being
triggered continuously if we run out of DMA-reachable memory but have
plenty of memory left.

ok jsg@

Reply via email to