drivers/gpu/drm/xe/xe_guc_ads.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/xe/xe_guc_ads.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/xe/xe_guc_ads.h
Extension
.h
Size
561 bytes
Lines
22
Domain
Driver Families
Bucket
drivers/gpu
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _XE_GUC_ADS_H_
#define _XE_GUC_ADS_H_

#include <linux/types.h>

struct xe_guc_ads;

int xe_guc_ads_init(struct xe_guc_ads *ads);
int xe_guc_ads_init_post_hwconfig(struct xe_guc_ads *ads);
void xe_guc_ads_populate(struct xe_guc_ads *ads);
void xe_guc_ads_populate_minimal(struct xe_guc_ads *ads);
void xe_guc_ads_populate_post_load(struct xe_guc_ads *ads);
int xe_guc_ads_scheduler_policy_toggle_reset(struct xe_guc_ads *ads,
					     bool enable_engine_reset);

#endif

Annotation

Implementation Notes