drivers/gpu/drm/xe/xe_guc_pagefault.h

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

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/xe/xe_guc_pagefault.h
Extension
.h
Size
260 bytes
Lines
16
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_PAGEFAULT_H_
#define _XE_GUC_PAGEFAULT_H_

#include <linux/types.h>

struct xe_guc;

int xe_guc_pagefault_handler(struct xe_guc *guc, u32 *msg, u32 len);

#endif

Annotation

Implementation Notes