drivers/gpu/drm/xe/xe_reg_whitelist.h

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

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/xe/xe_reg_whitelist.h
Extension
.h
Size
523 bytes
Lines
24
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_REG_WHITELIST_H_
#define _XE_REG_WHITELIST_H_

#include <linux/types.h>

struct drm_printer;
struct xe_hw_engine;
struct xe_reg_sr;
struct xe_reg_sr_entry;

void xe_reg_whitelist_process_engine(struct xe_hw_engine *hwe);

void xe_reg_whitelist_print_entry(struct drm_printer *p, unsigned int indent,
				  u32 reg, struct xe_reg_sr_entry *entry);

void xe_reg_whitelist_dump(struct xe_reg_sr *sr, struct drm_printer *p);

#endif

Annotation

Implementation Notes