include/drm/bridge/dw_dp.h

Source file repositories/reference/linux-study-clean/include/drm/bridge/dw_dp.h

File Facts

System
Linux kernel
Corpus path
include/drm/bridge/dw_dp.h
Extension
.h
Size
495 bytes
Lines
28
Domain
Repository Root And Misc
Bucket
include
Inferred role
Repository Root And Misc: implementation source
Status
source implementation candidate

Why This File Exists

Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.

Dependency Surface

Detected Declarations

Annotated Snippet

struct dw_dp_plat_data {
	u32 max_link_rate;
	u8 pixel_mode;
};

struct dw_dp *dw_dp_bind(struct device *dev, struct drm_encoder *encoder,
			 const struct dw_dp_plat_data *plat_data);
#endif /* __DW_DP__ */

Annotation

Implementation Notes