drivers/gpu/drm/i915/selftests/igt_reset.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/i915/selftests/igt_reset.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/i915/selftests/igt_reset.h
Extension
.h
Size
356 bytes
Lines
19
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 __I915_SELFTESTS_IGT_RESET_H__
#define __I915_SELFTESTS_IGT_RESET_H__

#include <linux/types.h>

struct intel_gt;

void igt_global_reset_lock(struct intel_gt *gt);
void igt_global_reset_unlock(struct intel_gt *gt);
bool igt_force_reset(struct intel_gt *gt);

#endif

Annotation

Implementation Notes