HomeSort by: relevance | last modified time | path
    Searched refs:use_bus_addr (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ih.h 43 bool use_bus_addr; member in struct:amdgpu_ih_ring
79 unsigned ring_size, bool use_bus_addr);
amdgpu_ih.c 40 * @use_bus_addr: true when we can use dma_alloc_coherent
47 unsigned ring_size, bool use_bus_addr)
58 ih->use_bus_addr = use_bus_addr;
60 if (use_bus_addr) {
155 if (ih->use_bus_addr) {
amdgpu_navi10_ih.c 86 MC_SPACE, ih->use_bus_addr ? 1 : 4);
136 if (ih->use_bus_addr) {
321 bool use_bus_addr; local in function:navi10_ih_sw_init
326 use_bus_addr =
328 r = amdgpu_ih_ring_init(adev, &adev->irq.ih, 256 * 1024, use_bus_addr);
amdgpu_vega10_ih.c 176 MC_SPACE, ih->use_bus_addr ? 1 : 4);
258 if (adev->irq.ih.use_bus_addr) {

Completed in 14 milliseconds