Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/core/
H A Dfbmon.c499 for (i = 0; i < DMT_SIZE; i++) { in get_std_timing()
505 if (i < DMT_SIZE && dmt_modes[i].mode) { in get_std_timing()
H A Dmodedb.c449 const struct dmt_videomode dmt_modes[DMT_SIZE] = {
/openbmc/linux/include/linux/
H A Dfb.h777 #define DMT_SIZE 0x50 macro