Searched refs:drm_for_each_detailed_block (Results 1 – 1 of 1) sorted by relevance
/drivers/gpu/drm/ |
D | drm_edid.c | 2293 drm_for_each_detailed_block(u8 *raw_edid, detailed_cb *cb, void *closure) in drm_for_each_detailed_block() function 2339 drm_for_each_detailed_block((u8 *)edid, is_rb, &ret); in drm_monitor_supports_rb() 2364 drm_for_each_detailed_block((u8 *)edid, find_gtf2, &r); in drm_gtf2_hbreak() 2373 drm_for_each_detailed_block((u8 *)edid, find_gtf2, &r); in drm_gtf2_2c() 2382 drm_for_each_detailed_block((u8 *)edid, find_gtf2, &r); in drm_gtf2_m() 2391 drm_for_each_detailed_block((u8 *)edid, find_gtf2, &r); in drm_gtf2_k() 2400 drm_for_each_detailed_block((u8 *)edid, find_gtf2, &r); in drm_gtf2_2j() 2947 drm_for_each_detailed_block((u8 *)edid, do_inferred_modes, in add_inferred_modes() 3027 drm_for_each_detailed_block((u8 *)edid, in add_established_modes() 3086 drm_for_each_detailed_block((u8 *)edid, do_standard_modes, in add_standard_modes() [all …]
|