Home
last modified time | relevance | path

Searched defs:edid (Results 1 – 21 of 21) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dedid.c36 #define version_greater(edid, maj, min) \ argument
75 struct edid *edid; member
1731 int edid_get_ranges(struct edid1_info *edid, unsigned int *hmin, in edid_get_ranges()
1888 static bool edid_vendor(struct edid *edid, char *vendor) in edid_vendor()
1962 struct edid1_info *edid = (struct edid1_info *)buf; in edid_get_drm_mode() local
2010 struct edid1_info *edid = (struct edid1_info *)buf; in edid_get_timing() local
2149 static void edid_get_manufacturer_name(struct edid1_info *edid, char *name) in edid_get_manufacturer_name()
3050 static u32 edid_get_quirks(struct edid *edid) in edid_get_quirks()
3369 static int edid_hfeeodb_extension_block_count(const struct edid *edid) in edid_hfeeodb_extension_block_count()
3397 static int edid_hfeeodb_block_count(const struct edid *edid) in edid_hfeeodb_block_count()
[all …]
/rk3399_rockchip-uboot/include/
H A Dedid.h754 struct edid { struct
755 u8 header[8];
757 u8 mfg_id[2];
758 u8 prod_code[2];
759 u32 serial; /* FIXME: byte order */
760 u8 mfg_week;
761 u8 mfg_year;
763 u8 version;
764 u8 revision;
766 u8 input;
[all …]
/rk3399_rockchip-uboot/drivers/video/rockchip/
H A Drk3399_hdmi.c24 const struct display_timing *edid) in rk3399_hdmi_enable()
H A Drk3288_hdmi.c24 const struct display_timing *edid) in rk3288_hdmi_enable()
H A Drk_vop.c38 const struct display_timing *edid) in rkvop_enable()
138 const struct display_timing *edid, in rkvop_mode_set()
H A Drk_lvds.c52 const struct display_timing *edid) in rk_lvds_enable()
H A Drk_edp.c695 unsigned int val_addr, unsigned int count, u8 edid[]) in rk_edp_i2c_read()
932 const struct display_timing *edid) in rk_edp_enable()
/rk3399_rockchip-uboot/drivers/video/sunxi/
H A Dsunxi_dw_hdmi.c243 static void sunxi_dw_hdmi_lcdc_init(int mux, const struct display_timing *edid, in sunxi_dw_hdmi_lcdc_init()
294 const struct display_timing *edid) in sunxi_dw_hdmi_enable()
H A Dsunxi_display.c1189 int ret, hpd, hpd_delay, edid; local
/rk3399_rockchip-uboot/drivers/video/
H A Ddw_hdmi.c390 const struct display_timing *edid) in hdmi_av_composer()
713 int dw_hdmi_enable(struct dw_hdmi *hdmi, const struct display_timing *edid) in dw_hdmi_enable()
/rk3399_rockchip-uboot/drivers/video/bridge/
H A Danx6345.c24 u8 edid[EDID_SIZE]; member
/rk3399_rockchip-uboot/drivers/video/exynos/
H A Dexynos_dp.c71 unsigned char edid[EDID_BLOCK_LENGTH * 2]; in exynos_dp_read_edid() local
H A Dexynos_dp_lowlevel.c766 unsigned char edid[]) in exynos_dp_read_bytes_from_i2c()
/rk3399_rockchip-uboot/drivers/video/drm/
H A Dinno_hdmi.c746 struct edid *edid = (struct edid *)conn_state->edid; in rockchip_inno_hdmi_get_timing() local
H A Dsii902x.c341 struct edid *edid = (struct edid *)conn_state->edid; in sii902x_bridge_mode_set() local
H A Danalogix_dp_reg.c644 unsigned char edid[]) in analogix_dp_read_bytes_from_i2c()
H A Ddw_hdmi_qp.c1464 struct edid *edid = (struct edid *)conn_state->edid; in _rockchip_dw_hdmi_qp_get_timing() local
H A Drockchip_display.h261 u8 *edid; member
H A Ddw_hdmi.c2638 struct edid *edid = (struct edid *)conn_state->edid; in rockchip_dw_hdmi_get_timing() local
H A Danalogix_dp.h664 unsigned char edid[EDID_BLOCK_LENGTH * 2]; member
/rk3399_rockchip-uboot/cmd/
H A Di2c.c1657 struct edid1_info edid; in do_edid() local