commit | 186a7ef13a8fa3bc7cca1ccd33bd469b931e46de | [log] [tgz] |
---|---|---|
author | Andiry Xu <andiry.xu@amd.com> | Mon Mar 05 17:49:36 2012 +0800 |
committer | Sarah Sharp <sarah.a.sharp@linux.intel.com> | Tue Mar 13 09:30:15 2012 -0700 |
tree | 9416923f77f39ae4dd9f7af9a17335d106965e92 | |
parent | 70d43601773b9f270b62867a51495846d746b5d4 [diff] |
xHCI: set cycle state when allocate rings In the past all the rings were allocated with cycle state equal to 1. Now the driver may expand an existing ring, and the new segments shall be allocated with the same cycle state as the old one. This affects ring allocation and cached ring re-initialization. Signed-off-by: Andiry Xu <andiry.xu@amd.com> Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com> Tested-by: Paul Zimmerman <Paul.Zimmerman@synopsys.com>