Added support for Frequency APIs

- Added support for the Frequency APIs in the new sysman design.
- Added ULTs for the Frequency APIs in the new sysman design.

Related-To: LOCI-4096

Signed-off-by: Bari, Pratik <pratik.bari@intel.com>
This commit is contained in:
Bari, Pratik
2023-03-13 08:43:44 +00:00
committed by Compute-Runtime-Automation
parent 9a056318a4
commit 593bd13d4d
27 changed files with 4247 additions and 37 deletions

View File

@@ -23,3 +23,6 @@ struct _zes_pwr_handle_t {
struct _zes_engine_handle_t {
virtual ~_zes_engine_handle_t() = default;
};
struct _zes_freq_handle_t {
virtual ~_zes_freq_handle_t() = default;
};