Merge amd-staging into amd-master 20240321

Signed-off-by: guanyu12 <guanyu12@amd.com>
Change-Id: I006fc6c187f134a4851e262fa53ab6bf8d58759d
Этот коммит содержится в:
guanyu12
2024-03-21 14:03:51 +08:00
родитель ab8ebd4dea c5acd4ee88
Коммит 8d4261c5c5
4 изменённых файлов: 321 добавлений и 154 удалений
+1 -1
Просмотреть файл
@@ -3819,7 +3819,7 @@ if __name__ == '__main__':
groupDisplayPages.add_argument('--showretiredpages', help='Show retired pages', action='store_true')
groupDisplayPages.add_argument('--showunreservablepages', help='Show unreservable pages', action='store_true')
groupDisplayHw.add_argument('-f', '--showfan', help='Show current fan speed', action='store_true')
groupDisplayHw.add_argument('-P', '--showpower', help='Show current Average Graphics Package Power Consumption',
groupDisplayHw.add_argument('-P', '--showpower', help='Show current average or instant socket graphics package power consumption',
action='store_true')
groupDisplayHw.add_argument('-t', '--showtemp', help='Show current temperature', action='store_true')
groupDisplayHw.add_argument('-u', '--showuse', help='Show current GPU use', action='store_true')