| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | fsl_diu_fb.c | 26 .yres = 480, 43 .yres = 600, 65 .yres = 768, 81 .yres = 1024, 97 .yres = 720, 113 .yres = 1080, 222 static struct diu_ad *allocate_fb(unsigned int xres, unsigned int yres, in allocate_fb() argument 225 unsigned long size = xres * yres * depth; in allocate_fb() 240 ad->aoi_size = cpu_to_le32((yres << 16) | xres); in allocate_fb() 241 ad->src_size_g_alpha = cpu_to_le32((yres << 12) | xres); in allocate_fb() [all …]
|
| H A D | videomodes.c | 201 GET_OPTION ("y:", pPar->yres) in video_get_params() 235 int video_get_video_mode(unsigned int *xres, unsigned int *yres, in video_get_video_mode() argument 257 *yres = simple_strtoul(p, &p, 10); in video_get_video_mode() 258 if (!*yres) in video_get_video_mode() 298 unsigned int i, xres, yres, depth, refresh; in video_get_ctfb_res_modes() local 304 if (!video_get_video_mode(&xres, &yres, &depth, &refresh, options)) in video_get_ctfb_res_modes() 309 res_mode_init[i].yres == yres && in video_get_ctfb_res_modes() 318 xres, yres, depth, refresh, (*mode_ret)->xres, in video_get_ctfb_res_modes() 319 (*mode_ret)->yres, *depth_ret, (*mode_ret)->refresh); in video_get_ctfb_res_modes() 408 mode->yres = EDID_DETAILED_TIMING_VERTICAL_ACTIVE(*t); in video_edid_dtd_to_ctfb_res_modes() [all …]
|
| H A D | sandbox_sdl.c | 29 ret = sandbox_sdl_init_display(plat->xres, plat->yres, plat->bpix); in sandbox_sdl_probe() 35 uc_priv->ysize = plat->yres; in sandbox_sdl_probe() 53 plat->yres = fdtdec_get_int(blob, node, "yres", LCD_MAX_HEIGHT); in sandbox_sdl_bind() 55 uc_plat->size = plat->xres * plat->yres * (1 << plat->bpix) / 8; in sandbox_sdl_bind()
|
| H A D | mxsfb.c | 95 writel((mode->yres << LCDIF_TRANSFER_COUNT_V_COUNT_OFFSET) | mode->xres, in mxs_lcd_init() 103 mode->vsync_len + mode->yres, in mxs_lcd_init() 174 mode.xres, mode.yres, bpp); in video_hw_init() 177 panel.winSizeY = mode.yres; in video_hw_init() 179 panel.plnSizeY = mode.yres; in video_hw_init() 200 panel.memSize = mode.xres * mode.yres * panel.gdfBytesPP; in video_hw_init()
|
| H A D | fsl_dcu_fb.c | 92 .yres = 272, 111 .yres = 480, 127 .yres = 480, 143 .yres = 480, 159 .yres = 600, 250 DCU_CTRLDESCLN_1_HEIGHT(info.var.yres) | in layer_ctrldesc_init() 298 int fsl_dcu_init(unsigned int xres, unsigned int yres, in fsl_dcu_init() argument 305 info.var.xres * info.var.yres * (info.var.bits_per_pixel / 8); in fsl_dcu_init() 322 DCU_DISP_SIZE_DELTA_Y(info.var.yres) | in fsl_dcu_init() 410 info.var.yres = fsl_dcu_mode_db->yres; in video_hw_init()
|
| H A D | mxc_ipuv3_fb.c | 43 var->yres = mode->yres; in fb_videomode_to_var() 45 var->yres_virtual = mode->yres; in fb_videomode_to_var() 186 fbi->var.yres, in setup_disp_channel2() 190 (fbi->fix.line_length * fbi->var.yres)); in setup_disp_channel2() 194 fbi->var.xres, fbi->var.yres, in setup_disp_channel2() 197 (fbi->fix.line_length * fbi->var.yres), in setup_disp_channel2() 265 fbi->var.xres, fbi->var.yres, in mxcfb_set_par() 302 if (var->yres_virtual < var->yres) in mxcfb_check_var() 303 var->yres_virtual = var->yres; in mxcfb_check_var() 383 vtotal = var->yres + var->lower_margin + var->vsync_len + in mxcfb_check_var() [all …]
|
| H A D | videomodes.h | 38 int yres; member 81 int video_get_video_mode(unsigned int *xres, unsigned int *yres,
|
| /rk3399_rockchip-uboot/board/freescale/ls1021atwr/ |
| H A D | dcu.c | 27 int platform_dcu_init(unsigned int xres, unsigned int yres, in platform_dcu_init() argument 41 printf("DCU: Switching to %s monitor @ %ux%u\n", name, xres, yres); in platform_dcu_init() 44 fsl_dcu_init(xres, yres, pixel_format); in platform_dcu_init()
|
| /rk3399_rockchip-uboot/board/freescale/ls1021aiot/ |
| H A D | dcu.c | 27 int platform_dcu_init(unsigned int xres, unsigned int yres, in platform_dcu_init() argument 41 printf("DCU: Switching to %s monitor @ %ux%u\n", name, xres, yres); in platform_dcu_init() 44 fsl_dcu_init(xres, yres, pixel_format); in platform_dcu_init()
|
| /rk3399_rockchip-uboot/board/freescale/t104xrdb/ |
| H A D | diu.c | 66 int platform_diu_init(unsigned int xres, unsigned int yres, const char *port) in platform_diu_init() argument 81 printf("DIU: Switching to monitor DVI @ %ux%u\n", xres, yres); in platform_diu_init() 83 return fsl_diu_init(xres, yres, pixel_format, 0); in platform_diu_init()
|
| /rk3399_rockchip-uboot/board/freescale/ls1021aqds/ |
| H A D | dcu.c | 43 int platform_dcu_init(unsigned int xres, unsigned int yres, in platform_dcu_init() argument 86 printf("DCU: Switching to %s monitor @ %ux%u\n", name, xres, yres); in platform_dcu_init() 89 fsl_dcu_init(xres, yres, pixel_format); in platform_dcu_init()
|
| /rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/ |
| H A D | mpc8610hpcd_diu.c | 41 int platform_diu_init(unsigned int xres, unsigned int yres, const char *port) in platform_diu_init() argument 67 printf("DIU: Switching to %s monitor @ %ux%u\n", name, xres, yres); in platform_diu_init() 70 return fsl_diu_init(xres, yres, pixel_format, gamma_fix); in platform_diu_init()
|
| /rk3399_rockchip-uboot/board/gdsys/p1022/ |
| H A D | diu.c | 66 int platform_diu_init(unsigned int xres, unsigned int yres, const char *port) in platform_diu_init() argument 77 printf("DIU: Switching to %ux%u\n", xres, yres); in platform_diu_init() 83 return fsl_diu_init(xres, yres, pixel_format, 0); in platform_diu_init()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | fsl_dcu_fb.h | 10 int fsl_dcu_init(unsigned int xres, unsigned int yres, 15 int platform_dcu_init(unsigned int xres, unsigned int yres,
|
| H A D | fsl_diu_fb.h | 11 int fsl_diu_init(u16 xres, u16 yres, u32 pixel_format, int gamma_fix); 14 int platform_diu_init(unsigned int xres, unsigned int yres, const char *port);
|
| /rk3399_rockchip-uboot/board/freescale/t1040qds/ |
| H A D | diu.c | 71 int platform_diu_init(unsigned int xres, unsigned int yres, const char *port) in platform_diu_init() argument 93 printf("DIU: Switching to monitor @ %ux%u\n", xres, yres); in platform_diu_init() 96 return fsl_diu_init(xres, yres, pixel_format, 0); in platform_diu_init()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/video/ |
| H A D | sandbox-fb.txt | 4 This uses the displaymode.txt binding except that only xres and yres are 12 yres = <600>;
|
| H A D | displaymode.txt | 7 - xres, yres: Display resolution 34 yres = <1080>;
|
| /rk3399_rockchip-uboot/board/toradex/colibri_vf/ |
| H A D | dcu.c | 31 int platform_dcu_init(unsigned int xres, unsigned int yres, in platform_dcu_init() argument 35 fsl_dcu_init(xres, yres, 32); in platform_dcu_init()
|
| /rk3399_rockchip-uboot/drivers/video/sunxi/ |
| H A D | lcdc.c | 152 int bp, clk_delay, total, val, yres; in lcdc_tcon1_mode_set() local 166 yres = mode->vactive.typ; in lcdc_tcon1_mode_set() 168 yres /= 2; in lcdc_tcon1_mode_set() 169 writel(SUNXI_LCDC_X(mode->hactive.typ) | SUNXI_LCDC_Y(yres), in lcdc_tcon1_mode_set() 171 writel(SUNXI_LCDC_X(mode->hactive.typ) | SUNXI_LCDC_Y(yres), in lcdc_tcon1_mode_set() 173 writel(SUNXI_LCDC_X(mode->hactive.typ) | SUNXI_LCDC_Y(yres), in lcdc_tcon1_mode_set()
|
| /rk3399_rockchip-uboot/board/freescale/mx51evk/ |
| H A D | mx51evk_video.c | 23 .yres = 480, 39 .yres = 768,
|
| /rk3399_rockchip-uboot/board/boundary/nitrogen6x/ |
| H A D | nitrogen6x.c | 517 .yres = 768, 537 .yres = 800, 557 .yres = 800, 577 .yres = 768, 597 .yres = 768, 617 .yres = 600, 637 .yres = 480, 657 .yres = 600, 677 .yres = 600, 697 .yres = 480, [all …]
|
| /rk3399_rockchip-uboot/board/freescale/mx53loco/ |
| H A D | mx53loco_video.c | 21 .yres = 480, 37 .yres = 480,
|
| /rk3399_rockchip-uboot/board/teejet/mt_ventoux/ |
| H A D | mt_ventoux.c | 56 u32 yres; member 325 panel_resolution[index].yres); in board_video_init() 326 panel->lcd_size = (panel_resolution[index].yres - 1) << 16 | in board_video_init()
|
| /rk3399_rockchip-uboot/board/beckhoff/mx53cx9020/ |
| H A D | mx53cx9020_video.c | 24 .yres = 480,
|