Home
last modified time | relevance | path

Searched refs:need_bounce (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmd.c303 bool need_bounce = false; in vmw_local_fifo_reserve() local
317 need_bounce = true; in vmw_local_fifo_reserve()
342 need_bounce = true; in vmw_local_fifo_reserve()
346 if (need_bounce) { in vmw_local_fifo_reserve()
/linux/drivers/i3c/master/mipi-i3c-hci/
H A Ddma.c444 bool need_bounce = device_iommu_mapped(dev) && xfer->rnw && (xfer->data_len & 3); in hci_dma_map_xfer() local
446 return i3c_master_dma_map_single(dev, xfer->data, xfer->data_len, need_bounce, dir); in hci_dma_map_xfer()