ANDROID: scsi: ufs: Enable zoned write pipelining
From the UFSHCI 4.0 specification, about the legacy (single queue) mode:
"The host controller always process transfer requests in-order according
to the order submitted to the list. In case of multiple commands with
single doorbell register ringing (batch mode), The dispatch order for
these transfer requests by host controller will base on their index in
the List. A transfer request with lower index value will be executed
before a transfer request with higher index value."
From the UFSHCI 4.0 specification, about the MCQ mode:
"Command Submission
1. Host SW writes an Entry to SQ
2. Host SW updates SQ doorbell tail pointer
Command Processing
3. After fetching the Entry, Host Controller updates SQ doorbell head
pointer
4. Host controller sends COMMAND UPIU to UFS device"
In other words, for both legacy and MCQ mode, UFS controllers are
required to forward commands to the UFS device in the order these
commands have been received from the host.
Note: for legacy mode this is only correct if the host submits one
command at a time. The UFS driver does this.
Bug: 264714656
Change-Id: Ib123827a32828ee4dbe3c5e45d5fb83ffe5314da
Signed-off-by:
Bart Van Assche <bvanassche@google.com>
Loading