--- - branch: MAIN date: Mon Aug 27 15:32:06 UTC 2018 files: - new: '1.31' old: '1.30' path: src/sys/external/bsd/drm2/dist/include/drm/drmP.h pathrev: src/sys/external/bsd/drm2/dist/include/drm/drmP.h@1.31 type: modified - new: '1.13' old: '1.12' path: src/sys/external/bsd/drm2/drm/drm_memory.c pathrev: src/sys/external/bsd/drm2/drm/drm_memory.c@1.13 type: modified - new: '1.29' old: '1.28' path: src/sys/external/bsd/drm2/pci/drm_pci.c pathrev: src/sys/external/bsd/drm2/pci/drm_pci.c@1.29 type: modified id: 20180827T153206Z.2d03426cea6ac40d1021104d3d0158a53d3968b5 log: | Tread carefully around DMA subregions. Not all platforms support it. - If we want to limit to 32-bit DMA, just use a known 32-bit DMA tag. - If we want to limit to >32-bit DMA, but the host only has a known 32-bit DMA tag, then just use that anyway. - If we want to limit to >32-bit DMA, but the host doesn't support bus_dmatag_subregion, then just use the 32-bit DMA tag anyway. Gives powerpc, sparc a chance of working. module: src subject: 'CVS commit: src/sys/external/bsd/drm2' unixtime: '1535383926' user: riastradh