Searched refs:cea_db_offsets (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_edid.c | 3044 cea_db_offsets(const u8 *cea, int *start, int *end) in cea_db_offsets() function 3085 if (cea_db_offsets(cea, &start, &end)) in add_cea_modes() 3247 if (cea_db_offsets(cea, &start, &end)) { in drm_edid_to_eld() 3316 if (cea_db_offsets(cea, &start, &end)) { in drm_edid_to_sad() 3377 if (cea_db_offsets(cea, &start, &end)) { in drm_edid_to_speaker_allocation() 3488 if (cea_db_offsets(edid_ext, &start_offset, &end_offset)) in drm_detect_hdmi_monitor() 3534 if (cea_db_offsets(edid_ext, &start_offset, &end_offset)) in drm_detect_monitor_audio() 3570 if (cea_db_offsets(edid_ext, &start, &end)) in drm_rgb_quant_range_selectable() 3609 if (cea_db_offsets(edid_ext, &start_offset, &end_offset)) in drm_assign_hdmi_deep_color_info()
|