Home
last modified time | relevance | path

Searched refs:other_data (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_helpers.c85 if (edid_buf->detailed_timings[i].data.other_data.type == 0xfc) { in dm_helpers_parse_edid_caps()
86 while (j < 13 && edid_buf->detailed_timings[i].data.other_data.data.str.str[j]) { in dm_helpers_parse_edid_caps()
87 if (edid_buf->detailed_timings[i].data.other_data.data.str.str[j] == '\n') in dm_helpers_parse_edid_caps()
91 edid_buf->detailed_timings[i].data.other_data.data.str.str[j]; in dm_helpers_parse_edid_caps()
Damdgpu_dm.c5327 data = &timing->data.other_data; in amdgpu_dm_add_sink_to_freesync_module()
/Linux-v4.19/include/drm/
Ddrm_edid.h168 struct detailed_non_pixel other_data; member
/Linux-v4.19/drivers/gpu/drm/
Ddrm_edid.c2510 struct detailed_non_pixel *data = &timing->data.other_data; in do_inferred_modes()
2592 struct detailed_non_pixel *data = &timing->data.other_data; in do_established_modes()
2641 struct detailed_non_pixel *data = &timing->data.other_data; in do_standard_modes()
2710 cvt = &(timing->data.other_data.data.cvt[i]); in drm_cvt_modes()
2751 struct detailed_non_pixel *data = &timing->data.other_data; in do_cvt_mode()
3836 if (t->data.other_data.type == EDID_DETAIL_MONITOR_NAME) in monitor_name()
3837 *(u8 **)data = t->data.other_data.data.str.str; in monitor_name()