drivers/gpu/drm/i915/gt/gen7_renderclear.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/i915/gt/gen7_renderclear.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/i915/gt/gen7_renderclear.h
Extension
.h
Size
328 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 __GEN7_RENDERCLEAR_H__
#define __GEN7_RENDERCLEAR_H__

struct intel_engine_cs;
struct i915_vma;

int gen7_setup_clear_gpr_bb(struct intel_engine_cs * const engine,
			    struct i915_vma * const vma);

#endif /* __GEN7_RENDERCLEAR_H__ */

Annotation

Implementation Notes