/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6qdl-tx6-lcd.dtsi | 78 hactive = <640>; 94 hactive = <640>; 110 hactive = <320>; 126 hactive = <480>; 142 hactive = <800>; 158 hactive = <800>; 174 hactive = <320>; 190 hactive = <800>;
|
H A D | imx6qdl-tx6-lvds.dtsi | 96 hactive = <1024>; 110 hactive = <640>; 126 hactive = <1280>; 142 hactive = <800>; 158 hactive = <640>; 189 hactive = <1024>; 203 hactive = <640>; 219 hactive = <1280>;
|
H A D | imx53-tx53-x03x.dts | 36 hactive = <640>; 52 hactive = <640>; 68 hactive = <320>; 84 hactive = <480>; 100 hactive = <800>; 116 hactive = <800>; 132 hactive = <320>;
|
H A D | imx53-tx53-x13x.dts | 152 hactive = <1024>; 168 hactive = <1280>; 194 hactive = <1024>;
|
H A D | imx6q-var-mx6customboard.dts | 28 hactive = <800>; 53 hactive = <800>;
|
/linux/drivers/gpu/ipu-v3/ |
H A D | ipu-di.c | 205 u32 h_total = sig->mode.hactive + sig->mode.hsync_len + in ipu_di_sync_config_interlaced() 251 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_interlaced() 268 u32 h_total = sig->mode.hactive + sig->mode.hsync_len + in ipu_di_sync_config_noninterlaced() 307 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_noninterlaced() 348 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_noninterlaced() 510 if (!IS_ALIGNED(mode->hactive, 8) && in ipu_di_adjust_videomode() 511 mode->hfront_porch < ALIGN(mode->hactive, 8) - mode->hactive) { in ipu_di_adjust_videomode() 512 …dev_err(di->ipu->dev, "hactive %d is not aligned to 8 and front porch is too small to compensate\n… in ipu_di_adjust_videomode() 513 mode->hactive); in ipu_di_adjust_videomode() 568 di->id, sig->mode.hactive, sig->mode.vactive); in ipu_di_init_sync_panel()
|
/linux/drivers/gpu/drm/imx/ipuv3/ |
H A D | ipuv3-crtc.c | 307 if (!IS_ALIGNED(sig_cfg.mode.hactive, 8)) { in ipu_crtc_mode_set_nofb() 308 unsigned int new_hactive = ALIGN(sig_cfg.mode.hactive, 8); in ipu_crtc_mode_set_nofb() 310 dev_warn(ipu_crtc->dev, "8-pixel align hactive %d -> %d\n", in ipu_crtc_mode_set_nofb() 311 sig_cfg.mode.hactive, new_hactive); in ipu_crtc_mode_set_nofb() 313 sig_cfg.mode.hfront_porch -= new_hactive - sig_cfg.mode.hactive; in ipu_crtc_mode_set_nofb() 314 sig_cfg.mode.hactive = new_hactive; in ipu_crtc_mode_set_nofb() 319 imx_crtc_state->bus_format, sig_cfg.mode.hactive); in ipu_crtc_mode_set_nofb()
|
/linux/drivers/video/ |
H A D | videomode.c | 17 vm->hactive = dt->hactive.typ; in videomode_from_timing()
|
/linux/drivers/video/fbdev/geode/ |
H A D | display_gx1.c | 81 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in gx1_set_mode() local 147 hactive = info->var.xres; in gx1_set_mode() 148 hblankstart = hactive; in gx1_set_mode() 161 val = (hactive - 1) | ((htotal - 1) << 16); in gx1_set_mode()
|
/linux/drivers/gpu/drm/imx/dcss/ |
H A D | dcss-ss.c | 130 vm->hactive - 1; in dcss_ss_sync_set() 137 vm->hactive - 1; in dcss_ss_sync_set() 157 de_lrc_x = vm->hsync_len + vm->hback_porch + vm->hactive - 1; in dcss_ss_sync_set()
|
/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | display-timings.yaml | 51 hactive = <1920>; 63 hactive = <1920>;
|
H A D | panel-timing.yaml | 32 | len | porch # | hactive # porch | 64 hactive: 203 - hactive
|
H A D | panel-mipi-dbi-spi.yaml | 60 hactive (width) and vactive (height). The other mandatory panel-timing 158 hactive = <160>;
|
/linux/drivers/gpu/drm/xen/ |
H A D | xen_drm_front_conn.c | 75 videomode.hactive = pipeline->width; in connector_get_modes() 77 width = videomode.hactive + videomode.hfront_porch + in connector_get_modes()
|
/linux/arch/arm/boot/dts/nxp/mxs/ |
H A D | imx28-tx28.dts | 327 hactive = <640>; 343 hactive = <640>; 359 hactive = <320>; 375 hactive = <480>; 391 hactive = <800>; 407 hactive = <320>;
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_mode_vba_util_32.h | 127 unsigned int HActive[], 173 unsigned int HActive[], 218 unsigned int HActive, 258 unsigned int HActive, 294 unsigned int HActive, 316 unsigned int HActive, 324 unsigned int HActive,
|
H A D | display_mode_vba_util_32.c | 438 unsigned int HActive[], in dml32_CalculateSwathAndDETConfiguration() 501 HActive, in dml32_CalculateSwathAndDETConfiguration() 705 unsigned int HActive[], in dml32_CalculateSwathWidth() 754 dml_round(HActive[k] / 4.0 * HRatio[k])); in dml32_CalculateSwathWidth() 757 dml_round(HActive[k] / 2.0 * HRatio[k])); in dml32_CalculateSwathWidth() 766 dml_print("DML::%s: k=%d HActive=%d\n", __func__, k, HActive[k]); in dml32_CalculateSwathWidth() 1183 unsigned int HActive, in dml32_CalculateODMMode() argument 1232 (DSCEnable && (HActive > 2 * MaximumPixelsPerLinePerDSCUnit)) in dml32_CalculateODMMode() 1244 (DSCEnable && (HActive > MaximumPixelsPerLinePerDSCUnit)) in dml32_CalculateODMMode() 1259 if (OutFormat == dm_420 && HActive > DCN32_MAX_FMT_420_BUFFER_WIDTH && in dml32_CalculateODMMode() [all …]
|
/linux/drivers/gpu/drm/bridge/ |
H A D | lontium-lt8912b.c | 286 u32 hactive, h_total, hpw, hfp, hbp; in lt8912_video_setup() local 294 hactive = lt->mode.hactive; in lt8912_video_setup() 298 h_total = hactive + hfp + hpw + hbp; in lt8912_video_setup() 317 ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x1c, hactive & 0xff); in lt8912_video_setup() 318 ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x1d, hactive >> 8); in lt8912_video_setup()
|
/linux/drivers/media/i2c/ |
H A D | bt819.c | 61 int hactive; member 181 ((timing->hactive >> 8) & 0x03); in bt819_init() 185 init[0x07 * 2 - 1] = timing->hactive & 0xff; in bt819_init() 272 ((timing->hactive >> 8) & 0x03)); in bt819_s_std() 276 bt819_write(decoder, 0x07, timing->hactive & 0xff); in bt819_s_std()
|
/linux/drivers/video/fbdev/core/ |
H A D | fbmon.c | 1023 u32 hactive; member 1157 timings->hactive); in fb_timings_vfreq() 1158 timings->htotal = timings->hactive + timings->hblank; in fb_timings_vfreq() 1168 timings->hactive); in fb_timings_hfreq() 1169 timings->htotal = timings->hactive + timings->hblank; in fb_timings_hfreq() 1176 timings->hactive); in fb_timings_dclk() 1177 timings->htotal = timings->hactive + timings->hblank; in fb_timings_dclk() 1251 timings->hactive = var->xres; in fb_get_mode() 1319 fbmode->xres = vm->hactive; in fb_videomode_from_videomode() 1345 htotal = vm->hactive + vm->hfront_porch + vm->hback_porch + in fb_videomode_from_videomode() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | dml2_utils.c | 43 dml_timing_array->HActive[dst_index] = dml_timing_array->HActive[src_index]; in dml2_util_copy_dml_timing() 242 unsigned int hactive, vactive, hblank_start, vblank_start, hblank_end, vblank_end; in populate_pipe_ctx_dlg_params_from_dml() local 245 hactive = timing->h_addressable + timing->h_border_left + timing->h_border_right; in populate_pipe_ctx_dlg_params_from_dml() 260 pipe_ctx->pipe_dlg_param.hactive = hactive; in populate_pipe_ctx_dlg_params_from_dml()
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am335x-sbc-t335.dts | 37 hactive = <800>; 50 hactive = <1024>;
|
/linux/arch/arm64/boot/dts/renesas/ |
H A D | panel-aa104xd12.dtsi | 18 hactive = <1024>;
|
H A D | rzg2-advantech-idk-1110wr-panel.dtsi | 21 hactive = <1024>;
|
/linux/arch/arm/boot/dts/renesas/ |
H A D | r8a77xx-aa121td01-panel.dtsi | 19 hactive = <1280>;
|