| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbscreen.c | 110 int ysize, int dpix, /* dots per inch */ in fbSetupScreen() argument 164 wfbFinishScreenInit(ScreenPtr pScreen, void *pbits, int xsize, int ysize, in wfbFinishScreenInit() argument 169 fbFinishScreenInit(ScreenPtr pScreen, void *pbits, int xsize, int ysize, in wfbFinishScreenInit() 184 ysize -= 2; in wfbFinishScreenInit() 188 fbSetBits((FbStip *) ((char *) pbits + stride * ysize), in wfbFinishScreenInit() 203 if (!miScreenInit(pScreen, pbits, xsize, ysize, dpix, dpiy, width, in wfbFinishScreenInit() 216 wfbScreenInit(ScreenPtr pScreen, void *pbits, int xsize, int ysize, in wfbScreenInit() argument 220 if (!fbSetupScreen(pScreen, pbits, xsize, ysize, dpix, dpiy, width, bpp)) in wfbScreenInit() 222 if (!wfbFinishScreenInit(pScreen, pbits, xsize, ysize, dpix, dpiy, in wfbScreenInit() 229 fbScreenInit(ScreenPtr pScreen, void *pbits, int xsize, int ysize, in fbScreenInit() argument [all …]
|
| H A D | fboverlay.h | 93 int ysize, 103 int ysize,
|
| H A D | fboverlay.c | 251 int ysize, in fbOverlaySetupScreen() argument 256 pbits1, xsize, ysize, dpix, dpiy, width1, bpp1); in fbOverlaySetupScreen() 264 int ysize, in fbOverlayFinishScreenInit() argument 295 if (!miScreenInit(pScreen, 0, xsize, ysize, dpix, dpiy, 0, in fbOverlayFinishScreenInit()
|
| H A D | fb.h | 1026 int ysize, int dpix, /* dots per inch */ 1035 int ysize, 1046 int ysize, 1058 int ysize, int dpix, int dpiy, int width, int bpp); 1064 int xsize, int ysize, int dpix, int dpiy, int width, int bpp);
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | lcd_simplefb.c | 21 int xsize, ysize; in lcd_dt_simplefb_configure_node() local 37 ysize = uc_priv->ysize; in lcd_dt_simplefb_configure_node() 42 ysize = lcd_get_pixel_height(); in lcd_dt_simplefb_configure_node() 57 return fdt_setup_simplefb_node(blob, off, fb_base, xsize, ysize, in lcd_dt_simplefb_configure_node()
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | console_rotate.c | 24 for (j = 0; j < vid_priv->ysize; j++) { in console_set_row_1() 76 for (j = 0; j < vid_priv->ysize; j++) { in console_move_rows_1() 154 line = vid_priv->fb + vid_priv->ysize * vid_priv->line_length - in console_set_row_2() 199 end = vid_priv->fb + vid_priv->ysize * vid_priv->line_length; in console_move_rows_2() 220 line = vid_priv->fb + (vid_priv->ysize - y - 1) * in console_putc_xy_2() 282 for (j = 0; j < vid_priv->ysize; j++) { in console_set_row_3() 332 for (j = 0; j < vid_priv->ysize; j++) { in console_move_rows_3() 350 (vid_priv->ysize - VID_TO_PIXEL(x_frac) - 1) * in console_putc_xy_3() 412 vc_priv->rows = vid_priv->ysize / VIDEO_FONT_HEIGHT; in console_probe_2() 425 vc_priv->cols = vid_priv->ysize / VIDEO_FONT_WIDTH; in console_probe_1_3() [all …]
|
| H A D | video_bmp.c | 255 video_splash_align_axis(&y, priv->ysize, height); in video_bmp_display() 260 if ((y + height) > priv->ysize) in video_bmp_display() 261 height = priv->ysize - y; in video_bmp_display()
|
| H A D | video-uclass.c | 175 return priv->ysize; in video_get_ysize() 212 priv->fb_size = priv->line_length * priv->ysize; in video_post_probe()
|
| H A D | bcm2835.c | 42 uc_priv->ysize = h; in bcm2835_video_probe()
|
| H A D | atmel_lcdfb.c | 259 uc_priv->ysize = timing->vactive.typ; in atmel_fb_lcd_probe() 263 uc_plat->size, uc_priv->xsize, uc_priv->ysize); in atmel_fb_lcd_probe()
|
| H A D | coreboot.c | 59 printf("%dx%dx%d\n", uc_priv->xsize, uc_priv->ysize, in coreboot_video_probe()
|
| H A D | sandbox_sdl.c | 35 uc_priv->ysize = plat->yres; in sandbox_sdl_probe()
|
| /OK3568_Linux_fs/kernel/tools/edid/ |
| H A D | edid.S | 57 #define ysize pixdpi2mm(YPIX,DPI) macro 103 max_vert_size: .byte ysize/10 218 y_dsp_size: .byte ysize&0xff 222 dsp_size_mbsb: .byte msbs2(xsize,ysize)
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/davinci/ |
| H A D | vpbe_osd.c | 526 !cfg->ysize)) { in osd_enable_layer() 624 win->lconfig.ysize; in _osd_start_layer() 876 if (!lconfig->line_length || !lconfig->xsize || !lconfig->ysize) { in try_layer_config() 886 lconfig->ysize = min(lconfig->ysize, (unsigned)MAX_WIN_SIZE); in try_layer_config() 892 lconfig->ysize &= ~1; in try_layer_config() 1008 osd_write(sd, lconfig->ysize >> 1, OSD_OSDWIN0YL); in _osd_set_layer_config() 1011 osd_write(sd, lconfig->ysize, OSD_OSDWIN0YL); in _osd_set_layer_config() 1064 osd_write(sd, lconfig->ysize >> 1, OSD_VIDWIN0YL); in _osd_set_layer_config() 1069 osd_write(sd, lconfig->ysize >> 1, in _osd_set_layer_config() 1074 osd_write(sd, lconfig->ysize, OSD_VIDWIN0YL); in _osd_set_layer_config() [all …]
|
| H A D | vpbe_display.c | 448 cfg->ysize = pixfmt->height; in vpbe_disp_calculate_scale_factor() 494 cfg->ysize *= v_scale; in vpbe_disp_calculate_scale_factor() 495 if (cfg->ysize < expected_ysize) { in vpbe_disp_calculate_scale_factor() 497 calculated_xsize = (cfg->ysize * in vpbe_disp_calculate_scale_factor() 502 cfg->ysize = calculated_xsize; in vpbe_disp_calculate_scale_factor() 514 cfg->ysize = expected_ysize; in vpbe_disp_calculate_scale_factor() 518 cfg->xsize, cfg->ysize); in vpbe_disp_calculate_scale_factor() 531 vpbe_dev->current_timings.yres - cfg->ysize); in vpbe_disp_adj_position() 731 rect->height = cfg->ysize; in vpbe_display_g_selection() 858 cfg->ysize = pixfmt->height; in vpbe_display_s_fmt()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/solo6x10/ |
| H A D | solo6x10-v4l2.c | 115 int sy, ysize, hsize, i; in solo_v4l2_ch_ext_16up() local 126 ysize = solo_vlines(solo_dev) / 4; in solo_v4l2_ch_ext_16up() 129 for (sy = 0, i = 0; i < 4; i++, sy += ysize) { in solo_v4l2_ch_ext_16up() 131 sy + ysize, 5); in solo_v4l2_ch_ext_16up() 133 hsize * 2, sy + ysize, 5); in solo_v4l2_ch_ext_16up() 135 hsize * 3, sy + ysize, 5); in solo_v4l2_ch_ext_16up() 137 solo_dev->video_hsize, sy + ysize, 5); in solo_v4l2_ch_ext_16up()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miscrinit.c | 238 int xsize, int ysize, /* in pixels */ in miScreenInit() argument 261 pScreen->height = ysize; in miScreenInit() 263 pScreen->mmHeight = (ysize * 254 + dpiy * 5) / (dpiy * 10); in miScreenInit()
|
| /OK3568_Linux_fs/kernel/include/media/davinci/ |
| H A D | vpbe_osd.h | 252 unsigned ysize; member 281 unsigned ysize; member
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/coda/ |
| H A D | coda-bit.c | 479 unsigned int ysize, ycbcr_size; in coda_alloc_framebuffers() local 487 ysize = round_up(q_data->rect.width, 16) * in coda_alloc_framebuffers() 490 ysize = round_up(q_data->rect.width, 8) * q_data->rect.height; in coda_alloc_framebuffers() 493 ycbcr_size = round_up(ysize, 4096) + ysize / 2; in coda_alloc_framebuffers() 495 ycbcr_size = ysize + ysize / 2; in coda_alloc_framebuffers() 506 size += ysize / 4; in coda_alloc_framebuffers() 527 cb = y + ysize; in coda_alloc_framebuffers() 528 cr = y + ysize + ysize/4; in coda_alloc_framebuffers() 529 mvcol = y + ysize + ysize/4 + ysize/4; in coda_alloc_framebuffers() 532 mvcol = cb + ysize/2; in coda_alloc_framebuffers()
|
| /OK3568_Linux_fs/u-boot/drivers/video/sunxi/ |
| H A D | sunxi_de2.c | 218 uc_priv->ysize = timing.vactive.typ; in sunxi_de2_init() 220 debug("fb=%lx, size=%d %d\n", fbbase, uc_priv->xsize, uc_priv->ysize); in sunxi_de2_init()
|
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pci_rom.c | 334 uc_priv->ysize = vesa->y_resolution; in vbe_setup_video_priv() 380 printf("%dx%dx%d\n", uc_priv->xsize, uc_priv->ysize, in vbe_setup_video()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | video.h | 74 ushort ysize; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_tv.c | 1094 int xsize, ysize, xpos, ypos; in intel_tv_get_config() local 1143 ysize = tmp & 0xffff; in intel_tv_get_config() 1153 ypos, mode.vdisplay - ysize - ypos); in intel_tv_get_config() 1434 unsigned int xsize, ysize; in intel_tv_pre_enable() local 1540 ysize = intel_tv_mode_vdisplay(tv_mode); in intel_tv_pre_enable() 1546 ysize -= (tv_conn_state->margins.top + in intel_tv_pre_enable() 1549 intel_de_write(dev_priv, TV_WIN_SIZE, (xsize << 16) | ysize); in intel_tv_pre_enable()
|
| /OK3568_Linux_fs/u-boot/drivers/video/rockchip/ |
| H A D | rk_vop.c | 310 uc_priv->ysize = timing.vactive.typ; in rk_display_init() 312 debug("fb=%lx, size=%d %d\n", fbbase, uc_priv->xsize, uc_priv->ysize); in rk_display_init()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | au1200fb.c | 86 unsigned int ysize; member 123 unsigned int ysize; member 1275 pdata->ysize = ((lcd->screen & LCD_SCREEN_SY) >> 8) + 1; in get_global() 1342 val |= (((pdata->ysize) - 1) & LCD_WINCTRL1_SZY); in set_window() 1374 val |= ((pdata->ysize) & LCD_WINCTRL2_SCY); in set_window() 1403 pdata->ysize = (lcd->window[plane].winctrl1 & LCD_WINCTRL1_SZY) + 1; in get_window()
|