Lines Matching refs:edid
44 struct edid *raw_edid;
248 ctx->raw_edid = (struct edid *)fake_edid_info; in vidi_store_connection()
251 if (ctx->raw_edid != (struct edid *)fake_edid_info) { in vidi_store_connection()
288 struct edid *raw_edid = (struct edid *)(uint32_t)vidi->edid; in vidi_connection_ioctl()
304 (struct edid *)fake_edid_info) { in vidi_connection_ioctl()
346 struct edid *edid; in vidi_get_modes() local
359 edid = kmemdup(ctx->raw_edid, edid_len, GFP_KERNEL); in vidi_get_modes()
360 if (!edid) { in vidi_get_modes()
365 drm_mode_connector_update_edid_property(connector, edid); in vidi_get_modes()
367 return drm_add_edid_modes(connector, edid); in vidi_get_modes()
539 if (ctx->raw_edid != (struct edid *)fake_edid_info) { in vidi_remove()