CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2018/01/12 04:03:15
Modified files: sys/dev/pci/drm: drm_linux.c Log message: Constrain alloc_pages() to the dma_constraint range. Avoids a "Non dma-reachable buffer" panic when trying to use it from ttm code on a machine with 8GB of physmem and a radeon. ok kettenis@ dlg@ visa@ deraadt@