/u-boot/drivers/video/rockchip/ |
A D | rk_vop.c | 44 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), ®s->win0_vir); in rkvop_enable() 68 writel(V_RGB888_VIRWIDTH(hactive), ®s->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 D | display-timing.txt | 18 - hactive, vactive: display resolution 59 | porch # | hactive # porch | len | 82 hactive = <1920>; 102 hactive = <1920>;
|
A D | atmel-hlcdc.txt | 32 hactive = <480>;
|
/u-boot/drivers/video/tegra124/ |
A D | display.c | 34 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 D | lcdc.c | 92 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 D | sunxi_de2.c | 84 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 D | am335x-fb.h | 46 unsigned int hactive; /* Horizontal active area */ member
|
A D | tilcdc.c | 204 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 D | am335x-fb.c | 118 #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 D | common.c | 93 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 D | mxsfb.c | 131 timings->hactive.typ, ®s->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 D | atmel_lcdfb.c | 138 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 D | mali_dp.c | 177 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 D | ihs_video_out.c | 261 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 D | imx7-colibri-u-boot.dtsi | 23 hactive = <640>;
|
A D | at91sam9g45-gurnard.dts | 43 hactive = <480>; 57 hactive = <480>;
|
A D | imx6q-icore-ofcap10.dts | 29 hactive = <1280>;
|
A D | imx6ul-14x14-evk-u-boot.dtsi | 42 hactive = <480>;
|
A D | imx6ull-colibri-u-boot.dtsi | 41 hactive = <640>;
|
A D | imx6q-icore.dts | 46 hactive = <800>;
|
A D | at91sam9x5dm.dtsi | 37 hactive = <800>;
|
A D | imx7d-pico-u-boot.dtsi | 28 hactive = <800>;
|
A D | sama5d3xdm.dtsi | 26 hactive = <800>;
|
A D | am335x-pxm50.dts | 46 hactive = <1376>;
|
/u-boot/drivers/video/stm32/ |
A D | stm32_ltdc.c | 229 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()
|