Merge tag 'rtc-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
[linux-block.git] / drivers / gpu / drm / xe / xe_guc_ads.h
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2022 Intel Corporation
4  */
5
6 #ifndef _XE_GUC_ADS_H_
7 #define _XE_GUC_ADS_H_
8
9 #include "xe_guc_ads_types.h"
10
11 int xe_guc_ads_init(struct xe_guc_ads *ads);
12 int xe_guc_ads_init_post_hwconfig(struct xe_guc_ads *ads);
13 void xe_guc_ads_populate(struct xe_guc_ads *ads);
14 void xe_guc_ads_populate_minimal(struct xe_guc_ads *ads);
15 void xe_guc_ads_populate_post_load(struct xe_guc_ads *ads);
16
17 #endif