On Tue, 2024-07-02 at 13:27 -0700, Bart Van Assche wrote: > > External email : Please do not click links or open attachments until > you have verified the sender or the content. > > On 7/1/24 11:29 PM, Peter Wang (王信友) wrote: > > Before ufshcd_mcq_enable, > > here read REG_CONTROLLER_CAPABILITIES should be SDB value. > > Beacuse MCQ is not enable. > > I think this needs to be fixed in another way, namely by enabling MCQ > before ufshcd_mcq_decide_queue_depth() is called. See also v3 of this > patch series. > > Thanks, > > Bart. > Hi Bart, Yes, enable mcq before ufshcd_mcq_decide_queue_depth is right. Thanks. Peter