Searched refs:drm_for_each_detailed_block (Results 1 – 1 of 1) sorted by relevance
/drivers/gpu/drm/ |
D | drm_edid.c | 2296 drm_for_each_detailed_block(u8 *raw_edid, detailed_cb *cb, void *closure) in drm_for_each_detailed_block() function 2342 drm_for_each_detailed_block((u8 *)edid, is_rb, &ret); in drm_monitor_supports_rb() 2367 drm_for_each_detailed_block((u8 *)edid, find_gtf2, &r); in drm_gtf2_hbreak() 2376 drm_for_each_detailed_block((u8 *)edid, find_gtf2, &r); in drm_gtf2_2c() 2385 drm_for_each_detailed_block((u8 *)edid, find_gtf2, &r); in drm_gtf2_m() 2394 drm_for_each_detailed_block((u8 *)edid, find_gtf2, &r); in drm_gtf2_k() 2403 drm_for_each_detailed_block((u8 *)edid, find_gtf2, &r); in drm_gtf2_2j() 2950 drm_for_each_detailed_block((u8 *)edid, do_inferred_modes, in add_inferred_modes() 3030 drm_for_each_detailed_block((u8 *)edid, in add_established_modes() 3089 drm_for_each_detailed_block((u8 *)edid, do_standard_modes, in add_standard_modes() [all …]
|