Home
last modified time | relevance | path

Searched refs:slimport_edid_p (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/bridge/analogix/
Danx7625.h465 struct s_edid_data slimport_edid_p; member
Danx7625.c467 struct edid *edid = (struct edid *)ctx->slimport_edid_p.edid_raw_data; in anx7625_set_k_value()
1508 ctx->slimport_edid_p.edid_block_num = -1; in anx7625_remove_edid()
1767 struct s_edid_data *p_edid = &ctx->slimport_edid_p; in anx7625_get_edid()
1777 if (ctx->slimport_edid_p.edid_block_num > 0) { in anx7625_get_edid()
1778 memcpy(edid, ctx->slimport_edid_p.edid_raw_data, in anx7625_get_edid()
1796 memcpy(edid, ctx->slimport_edid_p.edid_raw_data, FOUR_BLOCK_SIZE); in anx7625_get_edid()