summaryrefslogtreecommitdiff
path: root/drivers/gpu
diff options
context:
space:
mode:
authorKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>2009-08-19 11:01:37 +0900
committerJesse Barnes <jbarnes@virtuousgeek.org>2009-09-09 13:29:48 -0700
commitb7206cbf024dd43c42f9585e2017db1c1facd566 (patch)
treecf84dccb916f90e445c08b244939a25203874aec /drivers/gpu
parent07d92760d2ee542fe932f4e8b5807dd98481d1fd (diff)
PCI ASPM: support partial aspm enablement
In the current implementation, ASPM L0s/L1 is disabled for all links in the hierarchy if one of the link doesn't meet latency requirement. But we can partially enable ASPM L0s/L1 on sub-tree in the hierarchy. This patch allows partial L0s/L1 enablement in the hierarchy. And it also reduce the calculation cost of ASPM configuration very much. In the previous implementation, all links were enabled with the same state. With this patch, enabled state for each link is determined simply as follows (the 'requested' is from policy_to_aspm_state()). enabled = requested & (link->aspm_capable & link->aspm_disable) Acked-by: Shaohua Li <shaohua.li@intel.com> Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers/gpu')
0 files changed, 0 insertions, 0 deletions