Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dadv7842.c104 } hdmi_edid; member
692 int present = state->hdmi_edid.present; in adv7842_delayed_work_enable_hotplug()
760 const u8 *edid = state->hdmi_edid.edid; in edid_write_hdmi_segment()
761 u32 blocks = state->hdmi_edid.blocks; in edid_write_hdmi_segment()
776 if (!state->hdmi_edid.present) { in edid_write_hdmi_segment()
819 rep_write_and_or(sd, 0x77, 0xf3, state->hdmi_edid.present); in edid_write_hdmi_segment()
822 if (rep_read(sd, 0x7d) & state->hdmi_edid.present) in edid_write_hdmi_segment()
2468 if (state->hdmi_edid.present & (0x04 << edid->pad)) { in adv7842_get_edid()
2469 data = state->hdmi_edid.edid; in adv7842_get_edid()
2470 blocks = state->hdmi_edid.blocks; in adv7842_get_edid()
[all …]
/linux/drivers/media/cec/usb/extron-da-hd-4k-plus/
H A Dextron-da-hd-4k-plus.c56 static const u8 hdmi_edid[256] = { variable
539 (has_4kp30 ? hdmi_edid_4k_300 : hdmi_edid), 2); in update_edid_work()
1562 extron_write_edid(port, hdmi_edid, 2); in extron_setup()