Searched refs:other_data (Results 1 – 5 of 5) sorted by relevance
536 .data.other_data.type = 0xfd, /* Monitor ranges */537 .data.other_data.data.range.min_vfreq = 59,538 .data.other_data.data.range.max_vfreq = 61,539 .data.other_data.data.range.min_hfreq_khz = 29,540 .data.other_data.data.range.max_hfreq_khz = 32,541 .data.other_data.data.range.pixel_clock_mhz = 4, /* 40 MHz */542 .data.other_data.data.range.flags = 0,543 .data.other_data.data.range.formula.cvt = {547 .data.other_data.type = 0xfc, /* Model string */548 .data.other_data.data.str.str = {[all …]
84 if (edid_buf->detailed_timings[i].data.other_data.type == 0xfc) { in dm_helpers_parse_edid_caps()85 while (j < 13 && edid_buf->detailed_timings[i].data.other_data.data.str.str[j]) { in dm_helpers_parse_edid_caps()86 if (edid_buf->detailed_timings[i].data.other_data.data.str.str[j] == '\n') in dm_helpers_parse_edid_caps()90 edid_buf->detailed_timings[i].data.other_data.data.str.str[j]; in dm_helpers_parse_edid_caps()
7533 data = &timing->data.other_data; in amdgpu_dm_update_freesync_caps()
169 struct detailed_non_pixel other_data; member
2574 struct detailed_non_pixel *data = &timing->data.other_data; in do_inferred_modes()2656 struct detailed_non_pixel *data = &timing->data.other_data; in do_established_modes()2705 struct detailed_non_pixel *data = &timing->data.other_data; in do_standard_modes()2774 cvt = &(timing->data.other_data.data.cvt[i]); in drm_cvt_modes()2815 struct detailed_non_pixel *data = &timing->data.other_data; in do_cvt_mode()4019 if (t->data.other_data.type == EDID_DETAIL_MONITOR_NAME) in monitor_name()4020 *(u8 **)data = t->data.other_data.data.str.str; in monitor_name()