Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/mediatek/
H A Dmtk_dpi.c107 u16 y_bottom; member
229 mtk_dpi_mask(dpi, DPI_Y_LIMIT, limit->y_bottom << Y_LIMINT_BOT, in mtk_dpi_config_channel_limit()
443 limit.y_bottom = 0x0010; in mtk_dpi_set_display_mode()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dacornfb.c593 u_int y_bottom = var->yoffset; in acornfb_pan_display() local
596 y_bottom += info->var.yres; in acornfb_pan_display()
598 if (y_bottom > info->var.yres_virtual) in acornfb_pan_display()
H A 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()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dstb_truetype.h1904 float y_bottom = y_top+1; in stbtt__fill_active_edges_new() local
1916 stbtt__handle_clipped_edge(scanline,(int) x0,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new()
1917 stbtt__handle_clipped_edge(scanline_fill-1,(int) x0+1,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new()
1919 stbtt__handle_clipped_edge(scanline_fill-1,0,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new()
1929 STBTT_assert(e->sy <= y_bottom && e->ey >= y_top); in stbtt__fill_active_edges_new()
1941 if (e->ey < y_bottom) { in stbtt__fill_active_edges_new()
1946 sy1 = y_bottom; in stbtt__fill_active_edges_new()
1967 sy0 = y_bottom - (sy0 - y_top); in stbtt__fill_active_edges_new()
1968 sy1 = y_bottom - (sy1 - y_top); in stbtt__fill_active_edges_new()
2025 float y3 = y_bottom; in stbtt__fill_active_edges_new()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/include/linux/
H A Datomisp.h326 int y_bottom; member
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c6381 sel.r.height = arg->y_bottom - arg->y_top + 1; in atomisp_s_ae_window()