Searched refs:other_data (Results 1 – 4 of 4) sorted by relevance
85 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()
5327 data = &timing->data.other_data; in amdgpu_dm_add_sink_to_freesync_module()
168 struct detailed_non_pixel other_data; member
2510 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()