Home
last modified time | relevance | path

Searched refs:EDID_DETAIL_MONITOR_RANGE (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_edid.h166 #define EDID_DETAIL_MONITOR_RANGE 0xfd macro
/OK3568_Linux_fs/u-boot/include/
H A Dedid.h186 #define EDID_DETAIL_MONITOR_RANGE 0xfd macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_edid.c2510 if (!is_display_descriptor(r, EDID_DETAIL_MONITOR_RANGE)) in is_rb()
2536 if (!is_display_descriptor(r, EDID_DETAIL_MONITOR_RANGE)) in find_gtf2()
3092 if (!is_display_descriptor((const u8 *)timing, EDID_DETAIL_MONITOR_RANGE)) in do_inferred_modes()
5435 if (!is_display_descriptor((const u8 *)timing, EDID_DETAIL_MONITOR_RANGE)) in get_monitor_range()
/OK3568_Linux_fs/u-boot/common/
H A Dedid.c4150 if (r[3] == EDID_DETAIL_MONITOR_RANGE && r[10] == 0x02) in find_gtf2()
4234 if (r[3] == EDID_DETAIL_MONITOR_RANGE) in is_rb()
5227 if (data->type != EDID_DETAIL_MONITOR_RANGE) in do_inferred_modes()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c9161 if (data->type != EDID_DETAIL_MONITOR_RANGE) in amdgpu_dm_update_freesync_caps()