- 論壇徽章:
- 0
|
我剛才跑去問(wèn)了一下PM方面的專家,下面是答復(fù)
drivers' suspend/resume are invoked at two cases:
a) device specific Dx transition, like D0->D3
b) system level sleep request with all drivers forced with a D0->D3 request
For b), normally S3/S4 are in this category. S1 by definition doesn't require due to all device contexts preserved, but at least Linux is lazy and thus reuse same S3 path for S1.
然后是我繼續(xù)確認(rèn)一下有沒(méi)有理解錯(cuò):
Oops, what does "lazy" here mean? We usually say "lazy" as doing things until they have to be done, such as "demanding page". But here seem the "lazy" means linux doesn't implement S1 path, right?
最后是得到肯定的答復(fù)
Yes, Linux treats S1/S3 exactly same.
[ 本帖最后由 zx_wing 于 2008-3-21 15:56 編輯 ] |
評(píng)分
-
查看全部評(píng)分
|