Re: [PATCH 1/4] interconnect: qcom: Support bcm-voter-specific TCS wait behavior

2020-07-02 Thread Mike Tipton
On 7/2/2020 2:02 AM, Georgi Djakov wrote: Hi Mike, On 6/23/20 07:08, Mike Tipton wrote: Currently, all bcm-voters set tcs_cmd::wait=true for the last VCD command in each TCS (AMC, WAKE, and SLEEP). However, some bcm-voters don't need the completion and instead need to optimize for latency. For

Re: [PATCH 1/4] interconnect: qcom: Support bcm-voter-specific TCS wait behavior

2020-07-02 Thread Georgi Djakov
Hi Mike, On 6/23/20 07:08, Mike Tipton wrote: > Currently, all bcm-voters set tcs_cmd::wait=true for the last VCD > command in each TCS (AMC, WAKE, and SLEEP). However, some bcm-voters > don't need the completion and instead need to optimize for latency. For > instance, disabling

[PATCH 1/4] interconnect: qcom: Support bcm-voter-specific TCS wait behavior

2020-06-22 Thread Mike Tipton
Currently, all bcm-voters set tcs_cmd::wait=true for the last VCD command in each TCS (AMC, WAKE, and SLEEP). However, some bcm-voters don't need the completion and instead need to optimize for latency. For instance, disabling wait-for-completion in the WAKE set can decrease resume latency and