mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 20:10:23 +09:00
Revert "ANDROID: scsi: ufs: Disable zoned write pipelining"
Prepare for applying the FROMLIST version of this patch.
This reverts commit ca743f9d51.
Bug: 234829282
Change-Id: Id95600f80be575da720b098a86aa46b84d33a733
Signed-off-by: Bart Van Assche <bvanassche@google.com>
This commit is contained in:
@@ -5145,9 +5145,7 @@ static int ufshcd_slave_configure(struct scsi_device *sdev)
|
||||
|
||||
ufshcd_hpb_configure(hba, sdev);
|
||||
|
||||
#if 0
|
||||
blk_queue_flag_set(QUEUE_FLAG_PIPELINE_ZONED_WRITES, q);
|
||||
#endif
|
||||
blk_queue_update_dma_pad(q, PRDT_DATA_BYTE_COUNT_PAD - 1);
|
||||
if (hba->quirks & UFSHCD_QUIRK_4KB_DMA_ALIGNMENT)
|
||||
blk_queue_update_dma_alignment(q, 4096 - 1);
|
||||
|
||||
Reference in New Issue
Block a user