Searched refs:hdmi_edid_data (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | edid.h | 991 struct hdmi_edid_data { struct 1020 int drm_add_edid_modes(struct hdmi_edid_data *data, u8 *edid); 1023 int do_cea_modes(struct hdmi_edid_data *data, const u8 *db, u8 len); 1031 void drm_mode_sort(struct hdmi_edid_data *edid_data); 1032 int drm_mode_prune_invalid(struct hdmi_edid_data *edid_data); 1033 void drm_rk_filter_whitelist(struct hdmi_edid_data *edid_data); 1034 void drm_rk_select_mode(struct hdmi_edid_data *edid_data,
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | edid.c | 76 struct hdmi_edid_data *data; 2642 static void drm_add_hdmi_modes(struct hdmi_edid_data *data, in drm_add_hdmi_modes() 2722 int do_cea_modes(struct hdmi_edid_data *data, const u8 *db, u8 len) in do_cea_modes() 2764 do_y420vdb_modes(struct hdmi_edid_data *data, const u8 *svds, u8 svds_len) in do_y420vdb_modes() 2813 static int add_hdmi_mandatory_stereo_modes(struct hdmi_edid_data *data) in add_hdmi_mandatory_stereo_modes() 2844 static int add_3d_struct_modes(struct hdmi_edid_data *data, u16 structure, in add_3d_struct_modes() 2887 static int add_hdmi_mode(struct hdmi_edid_data *data, u8 vic) in add_hdmi_mode() 2909 struct hdmi_edid_data *data) in do_hdmi_vsdb_modes() 3066 static void drm_parse_y420cmdb_bitmap(struct hdmi_edid_data *data, in drm_parse_y420cmdb_bitmap() 3141 static void drm_parse_ycbcr420_deep_color_info(struct hdmi_edid_data *data, in drm_parse_ycbcr420_deep_color_info() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rockchip_dw_hdmi.c | 204 static unsigned int drm_rk_select_color(struct hdmi_edid_data *edid_data, in drm_rk_select_color() 344 void drm_rk_selete_output(struct hdmi_edid_data *edid_data, in drm_rk_selete_output()
|
| H A D | rockchip_display.h | 305 void drm_mode_max_resolution_filter(struct hdmi_edid_data *edid_data,
|
| H A D | rockchip_display_helper.c | 57 void drm_mode_max_resolution_filter(struct hdmi_edid_data *edid_data, in drm_mode_max_resolution_filter()
|
| H A D | dw-dp.c | 1545 static int dw_dp_mode_valid(struct dw_dp *dp, struct hdmi_edid_data *edid_data) in dw_dp_mode_valid() 1571 static u32 dw_dp_get_output_bus_fmts(struct dw_dp *dp, struct hdmi_edid_data *edid_data) in dw_dp_get_output_bus_fmts() 1612 struct hdmi_edid_data edid_data; in dw_dp_connector_get_timing() 1622 memset(&edid_data, 0, sizeof(struct hdmi_edid_data)); in dw_dp_connector_get_timing()
|
| H A D | rockchip_dw_hdmi_qp.c | 769 static unsigned int drm_rk_select_color(struct hdmi_edid_data *edid_data, in drm_rk_select_color() 904 void dw_hdmi_qp_selete_output(struct hdmi_edid_data *edid_data, in dw_hdmi_qp_selete_output()
|
| H A D | dw_hdmi_qp.c | 88 struct hdmi_edid_data edid_data; 1253 struct hdmi_edid_data *edid_data = &hdmi->edid_data; in rockchip_dw_hdmi_qp_mode_valid()
|
| H A D | dw_hdmi_qp.h | 935 void dw_hdmi_qp_selete_output(struct hdmi_edid_data *edid_data,
|
| H A D | dw_hdmi.h | 1408 void drm_rk_selete_output(struct hdmi_edid_data *edid_data,
|
| H A D | inno_hdmi.c | 140 struct hdmi_edid_data edid_data;
|
| H A D | dw_hdmi.c | 173 struct hdmi_edid_data edid_data; 2705 struct hdmi_edid_data *edid_data = &hdmi->edid_data; in inno_dw_hdmi_mode_valid()
|