drivers/gpu/drm/xe/tests/xe_kunit_helpers.h

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

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/xe/tests/xe_kunit_helpers.h
Extension
.h
Size
436 bytes
Lines
20
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_KUNIT_HELPERS_H_
#define _XE_KUNIT_HELPERS_H_

struct device;
struct kunit;
struct xe_device;

struct xe_device *xe_kunit_helper_alloc_xe_device(struct kunit *test,
						  struct device *dev);
int xe_kunit_helper_xe_device_test_init(struct kunit *test);

int xe_kunit_helper_xe_device_live_test_init(struct kunit *test);

#endif

Annotation

Implementation Notes