/external/u-boot/drivers/video/rockchip/ |
D | rk_vop.c | 41 u32 hactive = edid->hactive.typ; in rkvop_enable() local 44 writel(V_ACT_WIDTH(hactive - 1) | V_ACT_HEIGHT(vactive - 1), in rkvop_enable() 51 writel(V_DSP_WIDTH(hactive - 1) | in rkvop_enable() 61 writel(V_RGB565_VIRWIDTH(hactive), ®s->win0_vir); in rkvop_enable() 65 writel(V_RGB888_VIRWIDTH(hactive), ®s->win0_vir); in rkvop_enable() 70 writel(V_ARGB888_VIRWIDTH(hactive), ®s->win0_vir); in rkvop_enable() 74 if (hactive > 2560) in rkvop_enable() 76 else if (hactive > 1920) in rkvop_enable() 78 else if (hactive > 1280) in rkvop_enable() 145 u32 hactive = edid->hactive.typ; in rkvop_mode_set() local [all …]
|
/external/u-boot/drivers/video/tegra124/ |
D | display.c | 30 h_total = timing->hactive.typ + timing->hfront_porch.typ + in tegra_dc_calc_refresh() 48 timing->hactive.typ, timing->vactive.typ, refresh / 1000, in print_mode() 72 writel(timing->hactive.typ | (timing->vactive.typ << 16), in update_display_mode() 136 .hactive = { .typ = 16 }, 179 writel(min_mode.hactive.typ | (min_mode.vactive.typ << 16), in tegra_dc_sor_disable_win_short_raster() 233 writel(((timing->vactive.typ << 16) | timing->hactive.typ), in update_window() 236 (timing->hactive.typ * fb_bits_per_pixel / 8)), in update_window() 238 writel(((timing->hactive.typ * fb_bits_per_pixel / 8 + 31) / in update_window() 306 printf("timing->hactive.typ = %d\n", timing->hactive.typ); in dump_config() 452 uc_priv->xsize = roundup(timing.hactive.typ, 16); in tegra124_lcd_init()
|
D | dp.c | 515 num_linkclk_line = (u32)(lldiv(link_rate * timing->hactive.typ, in tegra_dc_dp_calc_config() 598 num_symbols_per_line = (timing->hactive.typ * in tegra_dc_dp_calc_config() 636 link_cfg->vblank_sym = (int)lldiv(((uint64_t)timing->hactive.typ - 25) in tegra_dc_dp_calc_config() 1355 if (!timing->pixelclock.typ || !timing->hactive.typ || in tegra_dc_dp_explore_link_cfg()
|
/external/u-boot/drivers/video/sunxi/ |
D | lcdc.c | 90 writel(SUNXI_LCDC_X(mode->hactive.typ) | in lcdc_tcon0_mode_set() 94 total = mode->hactive.typ + mode->hfront_porch.typ + bp; in lcdc_tcon0_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() 177 total = mode->hactive.typ + mode->hfront_porch.typ + bp; in lcdc_tcon1_mode_set()
|
D | sunxi_de2.c | 81 u32 size = SUNXI_DE2_WH(mode->hactive.typ, mode->vactive.typ); in sunxi_de2_mode_set() 172 writel((bpp / 8) * mode->hactive.typ, &de_ui_regs->cfg[0].pitch); in sunxi_de2_mode_set() 220 uc_priv->xsize = timing.hactive.typ; in sunxi_de2_init() 227 ALIGN(timing.hactive.typ * timing.vactive.typ * in sunxi_de2_init()
|
/external/u-boot/doc/device-tree-bindings/video/ |
D | display-timing.txt | 18 - hactive, vactive: display resolution 59 | porch # | hactive # porch | len | 82 hactive = <1920>; 102 hactive = <1920>;
|
D | atmel-hlcdc.txt | 32 hactive = <480>;
|
D | rockchip-lvds.txt | 67 hactive = <1920>;
|
/external/u-boot/drivers/video/ |
D | am335x-fb.c | 68 #define FBSIZE(x) ((x->hactive * x->vactive * x->bpp) >> 3) 153 panel->hactive, panel->vactive, panel->bpp, in am335xfb_init() 211 lcdhw->raster_timing0 = LCD_HORLSB(panel->hactive) | in am335xfb_init() 212 LCD_HORMSB(panel->hactive) | in am335xfb_init()
|
D | atmel_lcdfb.c | 134 value = (timing->hactive.typ * timing->vactive.typ * in atmel_fb_init() 178 value = (timing->hactive.typ - 1) << ATMEL_LCDC_HOZVAL_OFFSET; in atmel_fb_init() 220 timing.hactive.typ = panel_info.vl_col; in lcd_ctrl_init() 257 uc_priv->xsize = timing->hactive.typ; in atmel_fb_lcd_probe()
|
D | atmel_hlcdfb.c | 399 value |= LCDC_LCDCFG4_PPL(timing->hactive.typ - 1); in atmel_hlcdc_init() 489 uc_priv->xsize = priv->timing.hactive.typ; in atmel_hlcdc_probe() 517 if (priv->timing.hactive.typ > LCD_MAX_WIDTH) in atmel_hlcdc_ofdata_to_platdata() 518 priv->timing.hactive.typ = LCD_MAX_WIDTH; in atmel_hlcdc_ofdata_to_platdata()
|
D | am335x-fb.h | 46 unsigned int hactive; /* Horizontal active area */ member
|
D | dw_hdmi.c | 427 hdmi_write(hdmi, edid->hactive.typ >> 8, HDMI_FC_INHACTV1); in hdmi_av_composer() 428 hdmi_write(hdmi, edid->hactive.typ, HDMI_FC_INHACTV0); in hdmi_av_composer() 718 edid->pixelclock.typ, edid->hactive.typ, edid->vactive.typ); in dw_hdmi_enable()
|
D | tegra.c | 116 writel(dt->hactive.typ | (dt->vactive.typ << 16), &disp->disp_active); in update_display_mode() 366 priv->width = timing->hactive.typ; in tegra_lcd_ofdata_to_platdata()
|
/external/u-boot/board/BuR/common/ |
D | common.c | 131 pnltmp.hactive = FDTPROP(PATHTIM, "hactive"); in load_lcdtiming() 183 pnltmp.hactive = env_get_ulong("ds1_hactive", 10, ~0UL); in load_lcdtiming() 199 ~0UL == (pnltmp.hactive) || in load_lcdtiming() 228 pnltmp.hactive, pnltmp.vactive, pnltmp.bpp, in load_lcdtiming() 494 panel_info.vl_col = lcd_panel.hactive; in lcd_ctrl_init()
|
/external/u-boot/drivers/video/stm32/ |
D | stm32_ltdc.c | 225 acc_act_w = acc_hbp + timing->hactive.typ; in stm32_ltdc_set_mode() 403 priv->crop_w = priv->timing.hactive.typ; in stm32_ltdc_probe() 408 priv->timing.hactive.typ, priv->timing.vactive.typ, in stm32_ltdc_probe() 419 uc_priv->xsize = priv->timing.hactive.typ; in stm32_ltdc_probe()
|
/external/u-boot/arch/arm/dts/ |
D | at91sam9g45-gurnard.dts | 43 hactive = <480>; 57 hactive = <480>;
|
D | at91sam9x5dm.dtsi | 37 hactive = <800>;
|
D | sama5d3xdm.dtsi | 26 hactive = <800>;
|
D | am335x-pxm50.dts | 46 hactive = <1376>;
|
D | tegra20-colibri.dts | 32 hactive = <640>;
|
D | at91sam9263ek.dts | 115 hactive = <240>;
|
D | at91sam9261ek.dts | 56 hactive = <240>;
|
D | at91sam9rlek.dts | 52 hactive = <240>;
|
/external/u-boot/include/ |
D | fdtdec.h | 923 struct timing_entry hactive; /* hor. active video */ member
|