Home
last modified time | relevance | path

Searched refs:dmt_modes (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/video/fbdev/core/
H A Dfbmon.c501 if (std_2byte_code == dmt_modes[i].std_2byte_code) in get_std_timing()
505 if (i < DMT_SIZE && dmt_modes[i].mode) { in get_std_timing()
507 *mode = *dmt_modes[i].mode; in get_std_timing()
509 DPRINTK(" DMT id=%d\n", dmt_modes[i].dmt_id); in get_std_timing()
H A Dmodedb.c449 const struct dmt_videomode dmt_modes[DMT_SIZE] = { variable
531 EXPORT_SYMBOL(dmt_modes);
/openbmc/linux/include/linux/
H A Dfb.h837 extern const struct dmt_videomode dmt_modes[];