Home
last modified time | relevance | path

Searched refs:edid_version (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/
H A Dinterpret_edid.c39 static void get_version_section(Uchar *, struct edid_version *);
41 struct edid_version *);
45 struct edid_version *);
46 static void fetch_detailed_block(Uchar * c, struct edid_version *ver,
48 static void get_dt_md_section(Uchar *, struct edid_version *,
52 struct edid_version *);
56 static Bool validate_version(int scrnIndex, struct edid_version *);
455 get_version_section(Uchar * c, struct edid_version *r) in get_version_section()
462 get_display_section(Uchar * c, struct disp_features *r, struct edid_version *v) in get_display_section()
547 get_std_timing_section(Uchar * c, struct std_timings *r, struct edid_version *v) in get_std_timing_section()
[all …]
H A Dprint_edid.c51 print_version(int scrnIndex, struct edid_version *c) in print_version()
69 struct edid_version *v) in print_input_features()
130 struct edid_version *v) in print_dpms_features()
209 print_display(int scrnIndex, struct disp_features *disp, struct edid_version *v) in print_display()
H A Dedid.h405 struct edid_version { struct
563 struct edid_version ver;
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/hdmirx/
H A Drk_hdmirx.c216 int edid_version; member
1111 hdmirx_dev->edid_version = HDMIRX_EDID_USER; in hdmirx_set_edid()
3475 if (hdmirx_dev->edid_version == HDMIRX_EDID_600M) in hdmirx_edid_init_config()
3594 edid = hdmirx_dev->edid_version; in edid_show()
3615 if (hdmirx_dev->edid_version != edid) { in edid_store()
3622 hdmirx_dev->edid_version = edid; in edid_store()
4170 hdmirx_dev->edid_version = HDMIRX_EDID_340M; in hdmirx_probe()