Home
last modified time | relevance | path

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

/linux-4.4.14/include/drm/
Ddrm_edid.h164 struct detailed_non_pixel other_data; member
/linux-4.4.14/drivers/gpu/drm/
Ddrm_edid.c2158 struct detailed_non_pixel *data = &timing->data.other_data; in do_inferred_modes()
2240 struct detailed_non_pixel *data = &timing->data.other_data; in do_established_modes()
2289 struct detailed_non_pixel *data = &timing->data.other_data; in do_standard_modes()
2358 cvt = &(timing->data.other_data.data.cvt[i]); in drm_cvt_modes()
2399 struct detailed_non_pixel *data = &timing->data.other_data; in do_cvt_mode()
3196 if (t->data.other_data.type == EDID_DETAIL_MONITOR_NAME) in monitor_name()
3197 *(u8 **)data = t->data.other_data.data.str.str; in monitor_name()