drivers/gpu/drm/i915/i915_params.h

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

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/i915/i915_params.h
Extension
.h
Size
3278 bytes
Lines
81
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

struct i915_params {
	I915_PARAMS_FOR_EACH(MEMBER);
};
#undef MEMBER

extern struct i915_params i915_modparams __read_mostly;

void i915_params_dump(const struct i915_params *params, struct drm_printer *p);
void i915_params_copy(struct i915_params *dest, const struct i915_params *src);
void i915_params_free(struct i915_params *params);

#endif

Annotation

Implementation Notes