/external/u-boot/drivers/video/ |
D | fsl_diu_fb.c | 25 .yres = 480, 42 .yres = 600, 64 .yres = 768, 80 .yres = 1024, 96 .yres = 720, 112 .yres = 1080, 221 static struct diu_ad *allocate_fb(unsigned int xres, unsigned int yres, in allocate_fb() argument 224 unsigned long size = xres * yres * depth; in allocate_fb() 239 ad->aoi_size = cpu_to_le32((yres << 16) | xres); in allocate_fb() 240 ad->src_size_g_alpha = cpu_to_le32((yres << 12) | xres); in allocate_fb() [all …]
|
D | videomodes.c | 200 GET_OPTION ("y:", pPar->yres) in video_get_params() 234 int video_get_video_mode(unsigned int *xres, unsigned int *yres, in video_get_video_mode() argument 256 *yres = simple_strtoul(p, &p, 10); in video_get_video_mode() 257 if (!*yres) in video_get_video_mode() 297 unsigned int i, xres, yres, depth, refresh; in video_get_ctfb_res_modes() local 303 if (!video_get_video_mode(&xres, &yres, &depth, &refresh, options)) in video_get_ctfb_res_modes() 308 res_mode_init[i].yres == yres && in video_get_ctfb_res_modes() 317 xres, yres, depth, refresh, (*mode_ret)->xres, in video_get_ctfb_res_modes() 318 (*mode_ret)->yres, *depth_ret, (*mode_ret)->refresh); in video_get_ctfb_res_modes() 407 mode->yres = EDID_DETAILED_TIMING_VERTICAL_ACTIVE(*t); in video_edid_dtd_to_ctfb_res_modes() [all …]
|
D | mxc_ipuv3_fb.c | 42 var->yres = mode->yres; in fb_videomode_to_var() 44 var->yres_virtual = mode->yres; in fb_videomode_to_var() 185 fbi->var.yres, in setup_disp_channel2() 189 (fbi->fix.line_length * fbi->var.yres)); in setup_disp_channel2() 193 fbi->var.xres, fbi->var.yres, in setup_disp_channel2() 196 (fbi->fix.line_length * fbi->var.yres), in setup_disp_channel2() 264 fbi->var.xres, fbi->var.yres, in mxcfb_set_par() 301 if (var->yres_virtual < var->yres) in mxcfb_check_var() 302 var->yres_virtual = var->yres; in mxcfb_check_var() 382 vtotal = var->yres + var->lower_margin + var->vsync_len + in mxcfb_check_var() [all …]
|
D | fsl_dcu_fb.c | 91 .yres = 272, 110 .yres = 480, 126 .yres = 480, 142 .yres = 480, 158 .yres = 600, 249 DCU_CTRLDESCLN_1_HEIGHT(info.var.yres) | in layer_ctrldesc_init() 297 int fsl_dcu_init(unsigned int xres, unsigned int yres, in fsl_dcu_init() argument 304 info.var.xres * info.var.yres * (info.var.bits_per_pixel / 8); in fsl_dcu_init() 321 DCU_DISP_SIZE_DELTA_Y(info.var.yres) | in fsl_dcu_init() 409 info.var.yres = fsl_dcu_mode_db->yres; in video_hw_init()
|
D | sandbox_sdl.c | 28 ret = sandbox_sdl_init_display(plat->xres, plat->yres, plat->bpix); in sandbox_sdl_probe() 34 uc_priv->ysize = plat->yres; in sandbox_sdl_probe() 52 plat->yres = fdtdec_get_int(blob, node, "yres", LCD_MAX_HEIGHT); in sandbox_sdl_bind() 54 uc_plat->size = plat->xres * plat->yres * (1 << plat->bpix) / 8; in sandbox_sdl_bind()
|
D | mxsfb.c | 94 writel((mode->yres << LCDIF_TRANSFER_COUNT_V_COUNT_OFFSET) | mode->xres, in mxs_lcd_init() 102 mode->vsync_len + mode->yres, in mxs_lcd_init() 173 mode.xres, mode.yres, bpp); in video_hw_init() 176 panel.winSizeY = mode.yres; in video_hw_init() 178 panel.plnSizeY = mode.yres; in video_hw_init() 199 panel.memSize = mode.xres * mode.yres * panel.gdfBytesPP; in video_hw_init()
|
D | videomodes.h | 37 int yres; member 80 int video_get_video_mode(unsigned int *xres, unsigned int *yres,
|
/external/u-boot/board/freescale/ls1021atwr/ |
D | dcu.c | 26 int platform_dcu_init(unsigned int xres, unsigned int yres, in platform_dcu_init() argument 40 printf("DCU: Switching to %s monitor @ %ux%u\n", name, xres, yres); in platform_dcu_init() 43 fsl_dcu_init(xres, yres, pixel_format); in platform_dcu_init()
|
/external/u-boot/board/freescale/ls1021aiot/ |
D | dcu.c | 26 int platform_dcu_init(unsigned int xres, unsigned int yres, in platform_dcu_init() argument 40 printf("DCU: Switching to %s monitor @ %ux%u\n", name, xres, yres); in platform_dcu_init() 43 fsl_dcu_init(xres, yres, pixel_format); in platform_dcu_init()
|
/external/u-boot/board/freescale/t104xrdb/ |
D | diu.c | 65 int platform_diu_init(unsigned int xres, unsigned int yres, const char *port) in platform_diu_init() argument 80 printf("DIU: Switching to monitor DVI @ %ux%u\n", xres, yres); in platform_diu_init() 82 return fsl_diu_init(xres, yres, pixel_format, 0); in platform_diu_init()
|
/external/u-boot/board/freescale/ls1021aqds/ |
D | dcu.c | 42 int platform_dcu_init(unsigned int xres, unsigned int yres, in platform_dcu_init() argument 85 printf("DCU: Switching to %s monitor @ %ux%u\n", name, xres, yres); in platform_dcu_init() 88 fsl_dcu_init(xres, yres, pixel_format); in platform_dcu_init()
|
/external/u-boot/board/boundary/nitrogen6x/ |
D | nitrogen6x.c | 516 .yres = 768, 536 .yres = 800, 556 .yres = 800, 576 .yres = 768, 596 .yres = 768, 616 .yres = 600, 636 .yres = 480, 656 .yres = 600, 676 .yres = 600, 696 .yres = 480, [all …]
|
/external/u-boot/board/freescale/mpc8610hpcd/ |
D | mpc8610hpcd_diu.c | 40 int platform_diu_init(unsigned int xres, unsigned int yres, const char *port) in platform_diu_init() argument 66 printf("DIU: Switching to %s monitor @ %ux%u\n", name, xres, yres); in platform_diu_init() 69 return fsl_diu_init(xres, yres, pixel_format, gamma_fix); in platform_diu_init()
|
/external/u-boot/board/gdsys/p1022/ |
D | diu.c | 65 int platform_diu_init(unsigned int xres, unsigned int yres, const char *port) in platform_diu_init() argument 76 printf("DIU: Switching to %ux%u\n", xres, yres); in platform_diu_init() 82 return fsl_diu_init(xres, yres, pixel_format, 0); in platform_diu_init()
|
/external/u-boot/board/freescale/t1040qds/ |
D | diu.c | 70 int platform_diu_init(unsigned int xres, unsigned int yres, const char *port) in platform_diu_init() argument 92 printf("DIU: Switching to monitor @ %ux%u\n", xres, yres); in platform_diu_init() 95 return fsl_diu_init(xres, yres, pixel_format, 0); in platform_diu_init()
|
/external/u-boot/drivers/video/sunxi/ |
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()
|
D | sunxi_display.c | 380 writel(SUNXI_DE_FE_HEIGHT(mode->yres) | SUNXI_DE_FE_WIDTH(mode->xres), in sunxi_frontend_mode_set() 382 writel(SUNXI_DE_FE_HEIGHT(mode->yres) | SUNXI_DE_FE_WIDTH(mode->xres), in sunxi_frontend_mode_set() 387 writel(SUNXI_DE_FE_HEIGHT(mode->yres) | SUNXI_DE_FE_WIDTH(mode->xres), in sunxi_frontend_mode_set() 389 writel(SUNXI_DE_FE_HEIGHT(mode->yres) | SUNXI_DE_FE_WIDTH(mode->xres), in sunxi_frontend_mode_set() 478 writel(SUNXI_DE_BE_HEIGHT(mode->yres) | SUNXI_DE_BE_WIDTH(mode->xres), in sunxi_composer_mode_set() 480 writel(SUNXI_DE_BE_HEIGHT(mode->yres) | SUNXI_DE_BE_WIDTH(mode->xres), in sunxi_composer_mode_set() 623 timing->vactive.typ = mode->yres; in sunxi_ctfb_mode_to_display_timing() 725 if (mode->xres * 100 / mode->yres < 156) 780 writel(SUNXI_HDMI_Y(mode->yres) | SUNXI_HDMI_X(mode->xres), 1186 (mode->xres * mode->yres * 4 + 0xfff) & ~0xfff; [all …]
|
/external/u-boot/include/ |
D | fsl_diu_fb.h | 10 int fsl_diu_init(u16 xres, u16 yres, u32 pixel_format, int gamma_fix); 13 int platform_diu_init(unsigned int xres, unsigned int yres, const char *port);
|
D | fsl_dcu_fb.h | 9 int fsl_dcu_init(unsigned int xres, unsigned int yres, 14 int platform_dcu_init(unsigned int xres, unsigned int yres,
|
/external/u-boot/doc/device-tree-bindings/video/ |
D | sandbox-fb.txt | 4 This uses the displaymode.txt binding except that only xres and yres are 12 yres = <600>;
|
/external/u-boot/board/toradex/colibri_vf/ |
D | dcu.c | 29 int platform_dcu_init(unsigned int xres, unsigned int yres, in platform_dcu_init() argument 33 fsl_dcu_init(xres, yres, 32); in platform_dcu_init()
|
/external/libcups/cups/ |
D | testdest.c | 318 int xres, yres; in localize() local 320 xres = ippGetResolution(attr, i, &yres, &units); in localize() 322 if (xres == yres) in localize() 325 printf(" %dx%d%s\n", xres, yres, units == IPP_RES_PER_INCH ? "dpi" : "dpcm"); in localize() 668 int xres, yres; in show_supported() local 670 xres = ippGetResolution(attr, i, &yres, &units); in show_supported() 672 if (xres == yres) in show_supported() 675 printf(" %dx%d%s\n", xres, yres, units == IPP_RES_PER_INCH ? "dpi" : "dpcm"); in show_supported()
|
/external/libkmsxx/utils/ |
D | fbtest.cpp | 43 ExtCPUFramebuffer buf(var.xres, var.yres, PixelFormat::XRGB8888, in main() 48 var.xres, var.yres, in main()
|
/external/u-boot/board/freescale/mx51evk/ |
D | mx51evk_video.c | 22 .yres = 480, 38 .yres = 768,
|
/external/u-boot/board/freescale/mx53loco/ |
D | mx53loco_video.c | 20 .yres = 480, 36 .yres = 480,
|