drivers/gpu/drm/amd/display/modules/inc/mod_info_packet.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/amd/display/modules/inc/mod_info_packet.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/amd/display/modules/inc/mod_info_packet.h
Extension
.h
Size
2642 bytes
Lines
80
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 frame_duration_op {
	bool          support;
	unsigned char frame_duration_hex;
};

struct AS_Df_params {
	bool   supportMode;
	struct frame_duration_op increase;
	struct frame_duration_op decrease;
};

void mod_build_adaptive_sync_infopacket(const struct dc_stream_state *stream,
		enum adaptive_sync_type asType, const struct AS_Df_params *param,
		struct dc_info_packet *info_packet);

void mod_build_adaptive_sync_infopacket_v2(const struct dc_stream_state *stream,
		const struct AS_Df_params *param, struct dc_info_packet *info_packet);

void mod_build_adaptive_sync_infopacket_v1(struct dc_info_packet *info_packet);

#endif

Annotation

Implementation Notes