Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/mediatek/
Dmtk_dpi.c105 u16 y_bottom; member
227 mtk_dpi_mask(dpi, DPI_Y_LIMIT, limit->y_bottom << Y_LIMINT_BOT, in mtk_dpi_config_channel_limit()
449 limit.y_bottom = 0x0010; in mtk_dpi_set_display_mode()
/Linux-v5.4/drivers/video/fbdev/
Dacornfb.c594 u_int y_bottom = var->yoffset; in acornfb_pan_display() local
597 y_bottom += info->var.yres; in acornfb_pan_display()
599 if (y_bottom > info->var.yres_virtual) in acornfb_pan_display()
Dmx3fb.c1137 u32 y_bottom; in mx3fb_pan_display() local
1158 y_bottom = var->yoffset; in mx3fb_pan_display()
1161 y_bottom += fbi->var.yres; in mx3fb_pan_display()
1163 if (y_bottom > fbi->var.yres_virtual) in mx3fb_pan_display()