drivers/gpu/drm/i915/display/intel_display_params.h

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

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/i915/display/intel_display_params.h
Extension
.h
Size
2202 bytes
Lines
66
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 intel_display_params {
	INTEL_DISPLAY_PARAMS_FOR_EACH(MEMBER);
};
#undef MEMBER

void intel_display_params_dump(const struct intel_display_params *params,
			       const char *driver_name, struct drm_printer *p);
void intel_display_params_copy(struct intel_display_params *dest);
void intel_display_params_free(struct intel_display_params *params);

#endif

Annotation

Implementation Notes