CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/12 04:05:43
Modified files:
sys/dev/pci/drm: drm_memory.c
Log message:
Since we don't support CONFIG_SWIOTLB, make drm_need_swiotlb() just return
false. In theory somebody could plug an old radeon card into a machine
with a ridiculous amount of memory (or a really old PCI/AGP card in a
machine with >4GB of memory) but supporting that scenario just isn't
worth it.
ok jsg@
