Lines Matching refs:edid
44 struct edid *raw_edid;
284 ctx->raw_edid = (struct edid *)fake_edid_info; in vidi_store_connection()
287 if (ctx->raw_edid != (struct edid *)fake_edid_info) { in vidi_store_connection()
341 struct edid *raw_edid = (struct edid *)(uint32_t)vidi->edid; in vidi_connection_ioctl()
357 (struct edid *)fake_edid_info) { in vidi_connection_ioctl()
396 struct edid *edid; in vidi_get_modes() local
409 edid = kmemdup(ctx->raw_edid, edid_len, GFP_KERNEL); in vidi_get_modes()
410 if (!edid) { in vidi_get_modes()
415 drm_mode_connector_update_edid_property(connector, edid); in vidi_get_modes()
417 return drm_add_edid_modes(connector, edid); in vidi_get_modes()
565 if (ctx->raw_edid != (struct edid *)fake_edid_info) { in vidi_remove()