Home
last modified time | relevance | path

Searched refs:hactive (Results 1 – 25 of 98) sorted by relevance

1234

/u-boot/drivers/video/rockchip/
A Drk_vop.c44 u32 hactive = edid->hactive.typ; in rkvop_enable() local
54 writel(V_DSP_WIDTH(hactive - 1) | in rkvop_enable()
64 writel(V_RGB565_VIRWIDTH(hactive), &regs->win0_vir); in rkvop_enable()
68 writel(V_RGB888_VIRWIDTH(hactive), &regs->win0_vir); in rkvop_enable()
77 if (hactive > 2560) in rkvop_enable()
79 else if (hactive > 1920) in rkvop_enable()
81 else if (hactive > 1280) in rkvop_enable()
150 u32 hactive = edid->hactive.typ; in rkvop_mode_set() local
182 writel(V_HEAP(hsync_len + hback_porch + hactive) | in rkvop_mode_set()
194 writel(V_HEAP(hsync_len + hback_porch + hactive) | in rkvop_mode_set()
[all …]
/u-boot/doc/device-tree-bindings/video/
A Ddisplay-timing.txt18 - hactive, vactive: display resolution
59 | porch # | hactive # porch | len |
82 hactive = <1920>;
102 hactive = <1920>;
A Datmel-hlcdc.txt32 hactive = <480>;
/u-boot/drivers/video/tegra124/
A Ddisplay.c34 h_total = timing->hactive.typ + timing->hfront_porch.typ + in tegra_dc_calc_refresh()
52 timing->hactive.typ, timing->vactive.typ, refresh / 1000, in print_mode()
76 writel(timing->hactive.typ | (timing->vactive.typ << 16), in update_display_mode()
140 .hactive = { .typ = 16 },
183 writel(min_mode.hactive.typ | (min_mode.vactive.typ << 16), in tegra_dc_sor_disable_win_short_raster()
237 writel(((timing->vactive.typ << 16) | timing->hactive.typ), in update_window()
240 (timing->hactive.typ * fb_bits_per_pixel / 8)), in update_window()
242 writel(((timing->hactive.typ * fb_bits_per_pixel / 8 + 31) / in update_window()
310 printf("timing->hactive.typ = %d\n", timing->hactive.typ); in dump_config()
456 uc_priv->xsize = roundup(timing.hactive.typ, 16); in tegra124_lcd_init()
/u-boot/drivers/video/sunxi/
A Dlcdc.c92 writel(SUNXI_LCDC_X(mode->hactive.typ) | in lcdc_tcon0_mode_set()
96 total = mode->hactive.typ + mode->hfront_porch.typ + bp; in lcdc_tcon0_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()
175 writel(SUNXI_LCDC_X(mode->hactive.typ) | SUNXI_LCDC_Y(yres), in lcdc_tcon1_mode_set()
179 total = mode->hactive.typ + mode->hfront_porch.typ + bp; in lcdc_tcon1_mode_set()
A Dsunxi_de2.c84 u32 size = SUNXI_DE2_WH(mode->hactive.typ, mode->vactive.typ); in sunxi_de2_mode_set()
175 writel((bpp / 8) * mode->hactive.typ, &de_ui_regs->cfg[0].pitch); in sunxi_de2_mode_set()
223 uc_priv->xsize = timing.hactive.typ; in sunxi_de2_init()
230 timing.hactive.typ * timing.vactive.typ * in sunxi_de2_init()
/u-boot/drivers/video/ti/
A Dam335x-fb.h46 unsigned int hactive; /* Horizontal active area */ member
A Dtilcdc.c204 if (timing.hactive.typ > LCDC_MAX_WIDTH) in tilcdc_probe()
205 timing.hactive.typ = LCDC_MAX_WIDTH; in tilcdc_probe()
292 reg = (timing.hactive.typ * timing.vactive.typ * info.bpp) >> 3; in tilcdc_probe()
320 writel(LCDC_RASTER_TIMING_0_HORLSB(timing.hactive.typ) | in tilcdc_probe()
321 LCDC_RASTER_TIMING_0_HORMSB(timing.hactive.typ) | in tilcdc_probe()
374 uc_priv->xsize = timing.hactive.typ; in tilcdc_probe()
A Dam335x-fb.c118 #define FBSIZE(x) (((x)->hactive * (x)->vactive * (x)->bpp) >> 3)
254 panel->hactive, panel->vactive, panel->bpp, in am335xfb_init()
294 lcdhw->raster_timing0 = LCDC_RASTER_TIMING_0_HORLSB(panel->hactive) | in am335xfb_init()
295 LCDC_RASTER_TIMING_0_HORMSB(panel->hactive) | in am335xfb_init()
/u-boot/board/BuR/common/
A Dcommon.c93 pnltmp.hactive = env_get_ulong("ds1_hactive", 10, ~0UL); in load_lcdtiming()
109 ~0UL == (pnltmp.hactive) || in load_lcdtiming()
138 pnltmp.hactive, pnltmp.vactive, pnltmp.bpp, in load_lcdtiming()
237 panel_info.vl_col = lcd_panel.hactive; in lcd_ctrl_init()
/u-boot/drivers/video/
A Dmxsfb.c131 timings->hactive.typ, &regs->hw_lcdif_transfer_count); in mxs_lcd_init()
153 timings->hsync_len.typ + timings->hactive.typ), in mxs_lcd_init()
159 writel((0 << LCDIF_VDCTRL4_DOTCLK_DLY_SEL_OFFSET) | timings->hactive.typ, in mxs_lcd_init()
396 uc_priv->xsize = timings.hactive.typ; in mxs_video_probe()
440 plat->size = timings.hactive.typ * timings.vactive.typ * bytes_pp; in mxs_video_bind()
A Datmel_lcdfb.c138 value = (timing->hactive.typ * timing->vactive.typ * in atmel_fb_init()
182 value = (timing->hactive.typ - 1) << ATMEL_LCDC_HOZVAL_OFFSET; in atmel_fb_init()
224 timing.hactive.typ = panel_info.vl_col; in lcd_ctrl_init()
261 uc_priv->xsize = timing->hactive.typ; in atmel_fb_lcd_probe()
A Dmali_dp.c177 val = MALIDP_H_ACTIVE(timings->hactive.typ) | in malidp_setup_timings()
214 MALIDP_CMP_H_SIZE(timings->hactive.typ); in malidp_setup_layer()
219 MALIDP_IN_H_SIZE(timings->hactive.typ); in malidp_setup_layer()
222 writel(timings->hactive.typ << 2, malidp->base_addr + layer_offset + in malidp_setup_layer()
A Dihs_video_out.c261 timing.hactive.typ = 1024; in ihs_video_out_probe()
267 timing.hactive.typ = 720; in ihs_video_out_probe()
273 timing.hactive.typ = 640; in ihs_video_out_probe()
/u-boot/arch/arm/dts/
A Dimx7-colibri-u-boot.dtsi23 hactive = <640>;
A Dat91sam9g45-gurnard.dts43 hactive = <480>;
57 hactive = <480>;
A Dimx6q-icore-ofcap10.dts29 hactive = <1280>;
A Dimx6ul-14x14-evk-u-boot.dtsi42 hactive = <480>;
A Dimx6ull-colibri-u-boot.dtsi41 hactive = <640>;
A Dimx6q-icore.dts46 hactive = <800>;
A Dat91sam9x5dm.dtsi37 hactive = <800>;
A Dimx7d-pico-u-boot.dtsi28 hactive = <800>;
A Dsama5d3xdm.dtsi26 hactive = <800>;
A Dam335x-pxm50.dts46 hactive = <1376>;
/u-boot/drivers/video/stm32/
A Dstm32_ltdc.c229 acc_act_w = acc_hbp + timings->hactive.typ; in stm32_ltdc_set_mode()
416 priv->crop_w = timings.hactive.typ; in stm32_ltdc_probe()
421 timings.hactive.typ, timings.vactive.typ, in stm32_ltdc_probe()
432 uc_priv->xsize = timings.hactive.typ; in stm32_ltdc_probe()

Completed in 22 milliseconds

1234