/aosp_15_r20/external/igt-gpu-tools/lib/ |
H A D | igt_edid.h | 316 struct edid { struct 317 char header[8]; 319 uint8_t mfg_id[2]; 320 uint8_t prod_code[2]; 321 uint8_t serial[4]; 322 uint8_t mfg_week; 323 uint8_t mfg_year; 325 uint8_t version; 326 uint8_t revision; 328 uint8_t input; [all …]
|
H A D | igt_edid.c | 197 void edid_get_mfg(const struct edid *edid, char out[static 3]) in edid_get_mfg() 205 static void edid_set_mfg(struct edid *edid, const char mfg[static 3]) in edid_set_mfg() 211 static void edid_set_gamma(struct edid *edid, float gamma) in edid_set_gamma() 227 void edid_init(struct edid *edid) in edid_init() 272 void edid_init_with_mode(struct edid *edid, drmModeModeInfo *mode) in edid_init_with_mode() 302 void edid_update_checksum(struct edid *edid) in edid_update_checksum() 323 size_t edid_get_size(const struct edid *edid) in edid_get_size()
|
H A D | igt_chamelium.c | 556 const struct edid *edid) in chamelium_upload_edid() 591 const struct edid *edid) in chamelium_new_edid() 609 struct edid *edid) in chamelium_port_tag_edid() 635 const struct edid *chamelium_edid_get_raw(struct chamelium_edid *edid, in chamelium_edid_get_raw() 667 struct chamelium_edid *edid) in chamelium_port_set_edid() 2066 const struct edid *edid; in port_id_from_edid() local 2143 struct chamelium_edid *edid; in chamelium_autodiscover() local
|
/aosp_15_r20/external/coreboot/src/include/ |
H A D | edid.h | 49 struct edid { struct 72 struct edid_mode mode; argument 95 /* Defined in src/lib/edid.c */ argument
|
/aosp_15_r20/external/coreboot/src/soc/rockchip/rk3399/ |
H A D | mipi.c | 28 const struct edid *edid) in rk_mipi_dsi_wait_for_two_frames() 275 const struct edid *edid, in rk_mipi_dsi_get_lane_bps() 398 const struct edid *edid, in rk_mipi_dsi_video_packet_config() 423 const struct edid *edid) in rk_mipi_dsi_get_hcomponent_lbcc() 435 const struct edid *edid) in rk_mipi_dsi_line_timer_config() 453 const struct edid *edid) in rk_mipi_dsi_vertical_timing_config() 652 const struct edid *edid, in rk_mipi_enable() 676 void rk_mipi_prepare(const struct edid *edid, in rk_mipi_prepare()
|
/aosp_15_r20/external/coreboot/src/soc/qualcomm/common/display/ |
H A D | mdss.c | 11 static void mdss_source_pipe_config(struct edid *edid) in mdss_source_pipe_config() 58 static void mdss_intf_fetch_start_config(struct edid *edid) in mdss_intf_fetch_start_config() 96 static void mdss_layer_mixer_setup(struct edid *edid) in mdss_layer_mixer_setup() 141 void mdp_dsi_video_config(struct edid *edid) in mdp_dsi_video_config()
|
/aosp_15_r20/external/coreboot/src/soc/mediatek/common/ |
H A D | display.c | 40 __weak int mtk_edp_init(struct edid *edid) in mtk_edp_init() 47 const struct edid *edid, const u8 *init_commands) in mtk_dsi_init() 55 struct edid edid; in mtk_display_init() local
|
H A D | dsi.c | 33 const struct edid *edid) in mtk_dsi_get_data_rate() 168 const struct edid *edid, in mtk_dsi_config_vdo_timing() 361 int mtk_dsi_init(u32 mode_flags, u32 format, u32 lanes, const struct edid *edid, in mtk_dsi_init()
|
/aosp_15_r20/external/coreboot/src/drivers/aspeed/common/ |
H A D | ast_mode_corebootfb.c | 44 static void ast_edid_to_drmmode(struct edid *edid, struct drm_display_mode *mode) in ast_edid_to_drmmode() 82 struct edid *edid) in ast_select_mode() 183 struct edid edid; in ast_driver_framebuffer_init() local
|
/aosp_15_r20/external/coreboot/src/drivers/ti/sn65dsi86bridge/ |
H A D | sn65dsi86bridge.c | 223 u8 edid[EDID_LENGTH * 2]; in sn65dsi86_bridge_read_edid() local 318 struct edid *edid, in sn65dsi86_bridge_set_dsi_clock_range() 338 struct edid *edid, uint32_t num_of_lanes) in sn65dsi86_bridge_set_dp_clock_range() 372 struct edid *edid) in sn65dsi86_bridge_set_bridge_active_timing() 482 struct edid *edid, uint32_t num_of_lanes, in sn65dsi86_bridge_configure()
|
/aosp_15_r20/external/coreboot/src/lib/ |
H A D | edid.c | 1018 static void print_subsection(const char *name, unsigned char *edid, int start, in print_subsection() 1031 static void dump_breakdown(unsigned char *edid) in dump_breakdown() 1081 int set_display_mode(struct edid *edid, enum edid_modes mode) in set_display_mode() 1104 int decode_edid(unsigned char *edid, int size, struct edid *out) in decode_edid() 1666 void edid_set_framebuffer_bits_per_pixel(struct edid *edid, int fb_bpp, in edid_set_framebuffer_bits_per_pixel()
|
/aosp_15_r20/external/coreboot/src/soc/rockchip/rk3288/ |
H A D | hdmi.c | 480 static void hdmi_av_composer(const struct edid *edid) in hdmi_av_composer() 602 static int hdmi_setup(const struct edid *edid) in hdmi_setup() 765 int rk_hdmi_get_edid(struct edid *edid) in rk_hdmi_get_edid() 809 int rk_hdmi_enable(const struct edid *edid) in rk_hdmi_enable()
|
/aosp_15_r20/external/coreboot/src/soc/mediatek/common/dp/ |
H A D | dp_intf.c | 209 static int mtk_dpintf_power_on(const struct mtk_dpintf *dpintf, const struct edid *edid) in mtk_dpintf_power_on() 232 const struct edid *edid) in mtk_dpintf_set_display_mode() 293 void dp_intf_config(const struct edid *edid) in dp_intf_config()
|
/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A D | kms_chamelium.c | 200 const struct edid *edid; in check_analog_bridge() local 287 enum test_edid edid) in set_edid() 293 test_edid_read(data_t *data, struct chamelium_port *port, enum test_edid edid) in test_edid_read() 448 enum test_edid edid, in test_suspend_resume_edid_change() 489 prepare_output(data_t *data, struct chamelium_port *port, enum test_edid edid) in prepare_output() 1080 struct edid *edid; in get_aspect_ratio_edid() local 1829 const char *audio_device, enum test_edid edid) in test_display_audio() 1918 enum test_edid edid) in test_display_audio_edid() 2524 static const struct edid *get_edid(enum test_edid edid) in get_edid()
|
H A D | kms_hdmi_inject.c | 81 const struct edid *edid; in hdmi_inject_4k() local 142 const struct edid *edid; in hdmi_inject_audio() local
|
/aosp_15_r20/external/coreboot/src/mainboard/google/corsola/ |
H A D | panel_anx7625.c | 26 static int bridge_anx7625_get_edid(struct edid *edid) in bridge_anx7625_get_edid() 39 static int bridge_anx7625_post_power_on(const struct edid *edid) in bridge_anx7625_post_power_on()
|
/aosp_15_r20/frameworks/native/libs/ui/ |
H A D | DisplayIdentification.cpp | 77 DeviceProductInfo buildDeviceProductInfo(const Edid& edid) { in buildDeviceProductInfo() 166 std::optional<Edid> parseEdid(const DisplayIdentificationData& edid) { in parseEdid() 411 const auto edid = parseEdid(data); in parseDisplayIdentificationData() local
|
/aosp_15_r20/external/coreboot/src/soc/qualcomm/sc7280/display/ |
H A D | edp_ctrl.c | 1079 static void edp_ctrl_calc_tu(struct edp_ctrl *ctrl, struct edid *edid, in edp_ctrl_calc_tu() 1238 static void edp_ctrl_config_TU(struct edp_ctrl *ctrl, struct edid *edid) in edp_ctrl_config_TU() 1252 static void edp_ctrl_timing_cfg(struct edid *edid) in edp_ctrl_timing_cfg() 1310 struct edid *edid, uint8_t *dpcd, int enable) in edp_ctrl_link_enable() 1340 static int edp_ctrl_training(struct edp_ctrl *ctrl, struct edid *edid, uint8_t *dpcd) in edp_ctrl_training() 1359 static int edp_ctrl_on(struct edp_ctrl *ctrl, struct edid *edid, uint8_t *dpcd) in edp_ctrl_on() 1446 enum cb_err edp_ctrl_init(struct edid *edid) in edp_ctrl_init()
|
/aosp_15_r20/external/coreboot/src/mainboard/google/oak/ |
H A D | mainboard.c | 184 static int read_edid_from_ps8640(struct edid *edid) in read_edid_from_ps8640() 209 struct edid edid; in display_startup() local
|
/aosp_15_r20/external/coreboot/src/soc/rockchip/common/ |
H A D | vop.c | 26 void rkvop_prepare(u32 vop_id, const struct edid *edid) in rkvop_prepare() 83 void rkvop_mode_set(u32 vop_id, const struct edid *edid, u32 mode) in rkvop_mode_set()
|
H A D | edp.c | 668 u8 edid[]) in rk_edp_read_bytes_from_i2c() 734 static int rk_edp_read_edid(struct rk_edp *edp, struct edid *edid) in rk_edp_read_edid() 950 int rk_edp_get_edid(struct edid *edid) in rk_edp_get_edid()
|
/aosp_15_r20/external/coreboot/src/mainboard/google/kukui/ |
H A D | mainboard.c | 135 const struct edid *edid = &panel->s->edid; in get_active_panel() local 156 struct edid *edid = &panel->s->edid; in configure_display() local
|
/aosp_15_r20/external/coreboot/src/drivers/analogix/anx7625/ |
H A D | anx7625.c | 772 static void anx7625_parse_edid(const struct edid *edid, in anx7625_parse_edid() 811 int anx7625_dp_start(uint8_t bus, const struct edid *edid) in anx7625_dp_start() 832 u8 edid[FOUR_BLOCK_SIZE]; in anx7625_dp_get_edid() local
|
/aosp_15_r20/external/coreboot/src/soc/qualcomm/sc7180/display/ |
H A D | dsi_phy.c | 668 static uint32_t dsi_calc_desired_bitclk(struct edid *edid, uint32_t num_lines, uint32_t bpp) in dsi_calc_desired_bitclk() 683 static enum cb_err mdss_dsi_phy_pll_setup(struct edid *edid, in mdss_dsi_phy_pll_setup() 748 enum cb_err mdss_dsi_phy_10nm_init(struct edid *edid, uint32_t num_of_lanes, uint32_t bpp) in mdss_dsi_phy_10nm_init()
|
H A D | dsi.c | 99 void mdss_dsi_video_mode_config(struct edid *edid, uint32_t bpp) in mdss_dsi_video_mode_config() 141 enum cb_err mdss_dsi_config(struct edid *edid, uint32_t num_of_lanes, uint32_t bpp) in mdss_dsi_config()
|