| /rk3399_rockchip-uboot/common/ |
| H A D | edid.c | 36 #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 D | edid.h | 754 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 D | rk3399_hdmi.c | 24 const struct display_timing *edid) in rk3399_hdmi_enable()
|
| H A D | rk3288_hdmi.c | 24 const struct display_timing *edid) in rk3288_hdmi_enable()
|
| H A D | rk_vop.c | 38 const struct display_timing *edid) in rkvop_enable() 138 const struct display_timing *edid, in rkvop_mode_set()
|
| H A D | rk_lvds.c | 52 const struct display_timing *edid) in rk_lvds_enable()
|
| H A D | rk_edp.c | 695 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 D | sunxi_dw_hdmi.c | 243 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 D | sunxi_display.c | 1189 int ret, hpd, hpd_delay, edid; local
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | dw_hdmi.c | 390 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 D | anx6345.c | 24 u8 edid[EDID_SIZE]; member
|
| /rk3399_rockchip-uboot/drivers/video/exynos/ |
| H A D | exynos_dp.c | 71 unsigned char edid[EDID_BLOCK_LENGTH * 2]; in exynos_dp_read_edid() local
|
| H A D | exynos_dp_lowlevel.c | 766 unsigned char edid[]) in exynos_dp_read_bytes_from_i2c()
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | inno_hdmi.c | 746 struct edid *edid = (struct edid *)conn_state->edid; in rockchip_inno_hdmi_get_timing() local
|
| H A D | sii902x.c | 341 struct edid *edid = (struct edid *)conn_state->edid; in sii902x_bridge_mode_set() local
|
| H A D | analogix_dp_reg.c | 644 unsigned char edid[]) in analogix_dp_read_bytes_from_i2c()
|
| H A D | dw_hdmi_qp.c | 1464 struct edid *edid = (struct edid *)conn_state->edid; in _rockchip_dw_hdmi_qp_get_timing() local
|
| H A D | rockchip_display.h | 261 u8 *edid; member
|
| H A D | dw_hdmi.c | 2638 struct edid *edid = (struct edid *)conn_state->edid; in rockchip_dw_hdmi_get_timing() local
|
| H A D | analogix_dp.h | 664 unsigned char edid[EDID_BLOCK_LENGTH * 2]; member
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | i2c.c | 1657 struct edid1_info edid; in do_edid() local
|