Home
last modified time | relevance | path

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

/linux-4.1.27/include/drm/
Ddrm_edid.h164 struct detailed_non_pixel other_data; member
/linux-4.1.27/drivers/gpu/drm/
Ddrm_edid.c2106 struct detailed_non_pixel *data = &timing->data.other_data; in do_inferred_modes()
2188 struct detailed_non_pixel *data = &timing->data.other_data; in do_established_modes()
2237 struct detailed_non_pixel *data = &timing->data.other_data; in do_standard_modes()
2306 cvt = &(timing->data.other_data.data.cvt[i]); in drm_cvt_modes()
2347 struct detailed_non_pixel *data = &timing->data.other_data; in do_cvt_mode()
3096 if (t->data.other_data.type == EDID_DETAIL_MONITOR_NAME) in monitor_name()
3097 *(u8 **)data = t->data.other_data.data.str.str; in monitor_name()