selftests: thermal: intel: workload_hint: add missing gitignoreThe 'workload_hint_test' test generates an object with the same name,but there is no .gitignore file in the directory to add the obje
selftests: thermal: intel: workload_hint: add missing gitignoreThe 'workload_hint_test' test generates an object with the same name,but there is no .gitignore file in the directory to add the object asstated in the selftest documentation.Add the missing .gitignore file and include 'workload_hint_test'.Signed-off-by: Javier Carrasco <[email protected]>Signed-off-by: Shuah Khan <[email protected]>
show more ...
selftests/thermel/intel: Add test to read workload hintSome SoCs have in built firmware support to classify current runningworkload and pass to OS for making power management decisions.This test
selftests/thermel/intel: Add test to read workload hintSome SoCs have in built firmware support to classify current runningworkload and pass to OS for making power management decisions.This test program waits for notification of workload type changeand prints. This program can be used to test this feature and alsoallows other user space programs to use as a reference.Signed-off-by: Srinivas Pandruvada <[email protected]>Signed-off-by: Rafael J. Wysocki <[email protected]>