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:
Bart Van Assche
2023-08-04 09:51:37 -07:00
parent a0565250b3
commit e08f97fe80

View File

@@ -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);