Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/tegra124/
H A Ddp.c799 u8 ce_done = 1; in tegra_dp_channel_eq_status() local
808 ce_done = (data & (0x1 << in tegra_dp_channel_eq_status()
824 if (ce_done) { in tegra_dp_channel_eq_status()
831 ce_done = 0; in tegra_dp_channel_eq_status()
834 return ce_done ? 0 : -EIO; in tegra_dp_channel_eq_status()
/openbmc/linux/drivers/gpu/drm/xlnx/
H A Dzynqmp_dp.c749 bool ce_done; in zynqmp_dp_link_train_ce() local
773 ce_done = drm_dp_channel_eq_ok(link_status, lane_cnt); in zynqmp_dp_link_train_ce()
774 if (ce_done) in zynqmp_dp_link_train_ce()
780 if (!ce_done) in zynqmp_dp_link_train_ce()