drivers/gpu/drm/xe/xe_bo_evict.h

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

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/xe/xe_bo_evict.h
Extension
.h
Size
566 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_BO_EVICT_H_
#define _XE_BO_EVICT_H_

struct xe_device;

int xe_bo_evict_all(struct xe_device *xe);
int xe_bo_evict_all_user(struct xe_device *xe);
int xe_bo_notifier_prepare_all_pinned(struct xe_device *xe);
void xe_bo_notifier_unprepare_all_pinned(struct xe_device *xe);
int xe_bo_restore_early(struct xe_device *xe);
int xe_bo_restore_late(struct xe_device *xe);

void xe_bo_pci_dev_remove_all(struct xe_device *xe);

int xe_bo_pinned_init(struct xe_device *xe);
#endif

Annotation

Implementation Notes