Home
last modified time | relevance | path

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

1234

/u-boot/drivers/video/rockchip/
A Drk_vop.c49 u32 hactive = edid->hactive.typ; in rkvop_enable() local
60 writel(V_DSP_WIDTH(hactive - 1) | in rkvop_enable()
70 writel(V_RGB565_VIRWIDTH(hactive), &regs->win0_vir); in rkvop_enable()
74 writel(V_RGB888_VIRWIDTH(hactive), &regs->win0_vir); in rkvop_enable()
83 if (hactive > 2560) in rkvop_enable()
85 else if (hactive > 1920) in rkvop_enable()
87 else if (hactive > 1280) in rkvop_enable()
168 u32 hactive = edid->hactive.typ; in rkvop_mode_set() local
200 writel(V_HEAP(hsync_len + hback_porch + hactive) | in rkvop_mode_set()
212 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.c33 h_total = timing->hactive.typ + timing->hfront_porch.typ + in tegra_dc_calc_refresh()
51 timing->hactive.typ, timing->vactive.typ, refresh / 1000, in print_mode()
75 writel(timing->hactive.typ | (timing->vactive.typ << 16), in update_display_mode()
139 .hactive = { .typ = 16 },
182 writel(min_mode.hactive.typ | (min_mode.vactive.typ << 16), in tegra_dc_sor_disable_win_short_raster()
236 writel(((timing->vactive.typ << 16) | timing->hactive.typ), in update_window()
239 (timing->hactive.typ * fb_bits_per_pixel / 8)), in update_window()
241 writel(((timing->hactive.typ * fb_bits_per_pixel / 8 + 31) / in update_window()
309 printf("timing->hactive.typ = %d\n", timing->hactive.typ); in dump_config()
455 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.c82 u32 size = SUNXI_DE2_WH(mode->hactive.typ, mode->vactive.typ); in sunxi_de2_mode_set()
173 writel((bpp / 8) * mode->hactive.typ, &de_ui_regs->cfg[0].pitch); in sunxi_de2_mode_set()
214 uc_priv->xsize = timing.hactive.typ; in sunxi_de2_init()
221 timing.hactive.typ * timing.vactive.typ * in sunxi_de2_init()
/u-boot/drivers/video/
A Dmxsfb.c152 timings->hactive.typ, &regs->hw_lcdif_transfer_count); in mxs_lcd_init()
174 timings->hsync_len.typ + timings->hactive.typ), in mxs_lcd_init()
180 writel((0 << LCDIF_VDCTRL4_DOTCLK_DLY_SEL_OFFSET) | timings->hactive.typ, in mxs_lcd_init()
329 uc_priv->xsize = timings.hactive.typ; in mxs_video_probe()
373 plat->size = timings.hactive.typ * timings.vactive.typ * bytes_pp; in mxs_video_bind()
A Datmel_lcdfb.c72 value = (timing->hactive.typ * timing->vactive.typ * in atmel_fb_init()
116 value = (timing->hactive.typ - 1) << ATMEL_LCDC_HOZVAL_OFFSET; in atmel_fb_init()
160 uc_priv->xsize = timing->hactive.typ; in atmel_fb_lcd_probe()
A Datmel_hlcdfb.c180 value |= LCDC_LCDCFG4_PPL(timing->hactive.typ - 1); in atmel_hlcdc_init()
270 uc_priv->xsize = priv->timing.hactive.typ; in atmel_hlcdc_probe()
298 if (priv->timing.hactive.typ > LCD_MAX_WIDTH) in atmel_hlcdc_of_to_plat()
299 priv->timing.hactive.typ = LCD_MAX_WIDTH; in atmel_hlcdc_of_to_plat()
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()
A Dorisetech_otm8009a.c69 .hactive.typ = 480,
224 default_timing.hactive.typ - 1); in otm8009a_init_sequence()
/u-boot/drivers/video/ti/
A Dtilcdc.c203 if (timing.hactive.typ > LCDC_MAX_WIDTH) in tilcdc_probe()
204 timing.hactive.typ = LCDC_MAX_WIDTH; in tilcdc_probe()
291 reg = (timing.hactive.typ * timing.vactive.typ * info.bpp) >> 3; in tilcdc_probe()
319 writel(LCDC_RASTER_TIMING_0_HORLSB(timing.hactive.typ) | in tilcdc_probe()
320 LCDC_RASTER_TIMING_0_HORMSB(timing.hactive.typ) | in tilcdc_probe()
373 uc_priv->xsize = timing.hactive.typ; in tilcdc_probe()
/u-boot/arch/arm/dts/
A Dimx6ul-14x14-evk-u-boot.dtsi36 hactive = <480>;
A Dat91sam9g45-gurnard.dts43 hactive = <480>;
57 hactive = <480>;
A Dimx7d-colibri-emmc-eval-v3-u-boot.dtsi29 hactive = <640>;
A Dimx7d-colibri-eval-v3-u-boot.dtsi29 hactive = <640>;
A Dimx6ull-colibri-emmc-eval-v3-u-boot.dtsi40 hactive = <640>;
A Dimx6ull-colibri-eval-v3-u-boot.dtsi40 hactive = <640>;
A Dimx6q-icore.dts46 hactive = <800>;
A Dat91sam9x5dm.dtsi37 hactive = <800>;
A Dsama5d3xdm.dtsi26 hactive = <800>;
A Dimx7d-pico-pi-u-boot.dtsi28 hactive = <800>;
A Dam335x-pxm50.dts46 hactive = <1376>;
/u-boot/drivers/video/stm32/
A Dstm32_ltdc.c385 acc_act_w = acc_hbp + timings->hactive.typ; in stm32_ltdc_set_mode()
603 priv->crop_w = timings.hactive.typ; in stm32_ltdc_probe()
608 timings.hactive.typ, timings.vactive.typ, in stm32_ltdc_probe()
619 uc_priv->xsize = timings.hactive.typ; in stm32_ltdc_probe()

Completed in 52 milliseconds

1234