Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1044b1bb authored by Felipe Franciosi's avatar Felipe Franciosi Committed by Jens Axboe
Browse files

mtip32xx: Set queue bounce limit



We need to set the queue bounce limit during the device initialization to
prevent excessive bouncing on 32 bit architectures.

Signed-off-by: default avatarFelipe Franciosi <felipe@paradoxo.org>
Cc: stable@kernel.org
Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent be577fab
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4213,6 +4213,7 @@ static int mtip_block_initialize(struct driver_data *dd)
	blk_queue_max_hw_sectors(dd->queue, 0xffff);
	blk_queue_max_segment_size(dd->queue, 0x400000);
	blk_queue_io_min(dd->queue, 4096);
	blk_queue_bounce_limit(dd->queue, dd->pdev->dma_mask);

	/*
	 * write back cache is not supported in the device. FUA depends on