Searched refs:xe_guc_ads (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_ads.h11 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);
H A Dxe_guc_ads_types.h14 * struct xe_guc_ads - GuC additional data structures (ADS)
16 struct xe_guc_ads { struct
H A Dxe_guc_ads.c6 #include "xe_guc_ads.h"
30 ads_to_guc(struct xe_guc_ads *ads)
36 ads_to_gt(struct xe_guc_ads *ads)
42 ads_to_xe(struct xe_guc_ads *ads)
48 ads_to_map(struct xe_guc_ads *ads)
127 static size_t guc_ads_regset_size(struct xe_guc_ads *ads)
136 static size_t guc_ads_golden_lrc_size(struct xe_guc_ads *ads)
141 static u32 guc_ads_waklv_size(struct xe_guc_ads *ads)
146 static size_t guc_ads_capture_size(struct xe_guc_ads *ads)
152 static size_t guc_ads_um_queues_size(struct xe_guc_ads *ad
[all...]
H A Dxe_guc_types.h58 struct xe_guc_ads ads;
H A DMakefile52 $(obj)/xe_guc_ads.o \
96 xe_guc_ads.o \

Completed in 127 milliseconds