Home
last modified time | relevance | path

Searched refs:hsync_end (Results 1 – 25 of 116) sorted by relevance

12345

/Linux-v4.19/drivers/gpu/drm/panel/
Dpanel-simple.c393 .hsync_end = 480 + 2 + 41,
418 .hsync_end = 800 + 0 + 255,
443 .hsync_end = 1024 + 156 + 8,
466 .hsync_end = 1280 + 119 + 32,
489 .hsync_end = 1366 + 20 + 70,
513 .hsync_end = 1366 + 40 + 40,
536 .hsync_end = 1366 + 48 + 32,
559 .hsync_end = 1920 + 172 + 80,
615 .hsync_end = 800 + 40 + 216,
724 .hsync_end = 1920 + 88 + 44,
[all …]
Dpanel-arm-versatile.c138 .hsync_end = 320 + 6 + 6,
162 .hsync_end = 640 + 24 + 96,
185 .hsync_end = 176 + 2 + 3,
209 .hsync_end = 240 + 10 + 10,
Dpanel-ilitek-ili9322.c561 .hsync_end = 320 + 359 + 1,
575 .hsync_end = 360 + 35 + 1,
590 .hsync_end = 320 + 38 + 1,
605 .hsync_end = 640 + 252 + 1,
619 .hsync_end = 720 + 252 + 1,
634 .hsync_end = 640 + 3 + 1,
649 .hsync_end = 720 + 3 + 1,
Dpanel-innolux-p079zca.c235 .hsync_end = 768 + 40 + 40,
269 .hsync_end = 1536 + 100 + 24,
/Linux-v4.19/drivers/gpu/drm/
Ddrm_modes.c278 drm_mode->hsync_end = drm_mode->hdisplay + hblank / 2; in drm_cvt_mode()
279 drm_mode->hsync_start = drm_mode->hsync_end - in drm_cvt_mode()
313 drm_mode->hsync_end = drm_mode->hdisplay + CVT_RB_H_BLANK / 2; in drm_cvt_mode()
314 drm_mode->hsync_start = drm_mode->hsync_end - CVT_RB_H_SYNC; in drm_cvt_mode()
508 drm_mode->hsync_end = drm_mode->hsync_start + hsync; in drm_gtf_mode_complex()
589 dmode->hsync_end = dmode->hsync_start + vm->hsync_len; in drm_display_mode_from_videomode()
590 dmode->htotal = dmode->hsync_end + vm->hback_porch; in drm_display_mode_from_videomode()
630 vm->hsync_len = dmode->hsync_end - dmode->hsync_start; in drm_display_mode_to_videomode()
631 vm->hback_porch = dmode->htotal - dmode->hsync_end; in drm_display_mode_to_videomode()
848 p->crtc_hsync_end = p->hsync_end; in drm_mode_set_crtcinfo()
[all …]
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_tv.c311 u8 hsync_end; member
386 .hsync_end = 64, .hblank_end = 124,
428 .hsync_end = 64, .hblank_end = 124,
471 .hsync_end = 64, .hblank_end = 124,
514 .hsync_end = 64, .hblank_end = 124,
557 .hsync_end = 64, .hblank_end = 128,
602 .hsync_end = 64, .hblank_end = 142,
644 .hsync_end = 64, .hblank_end = 122,
668 .hsync_end = 64, .hblank_end = 139,
692 .hsync_end = 80, .hblank_end = 300,
[all …]
/Linux-v4.19/drivers/gpu/drm/gma500/
Dmdfld_tmd_vid.c50 mode->hsync_end = mode->hsync_start + \ in tmd_vid_get_config_mode()
68 dev_dbg(dev->dev, "HSE is %d\n", mode->hsync_end); in tmd_vid_get_config_mode()
78 mode->hsync_end = 490; in tmd_vid_get_config_mode()
Dmdfld_tpo_vid.c41 mode->hsync_end = 876; in tpo_vid_get_config_mode()
Dintel_bios.c166 panel_fixed_mode->hsync_end = panel_fixed_mode->hsync_start + in fill_detail_timing_data()
193 if (panel_fixed_mode->hsync_end > panel_fixed_mode->htotal) in fill_detail_timing_data()
194 panel_fixed_mode->htotal = panel_fixed_mode->hsync_end + 1; in fill_detail_timing_data()
Dmdfld_dsi_dpi.c437 pclk_hsync = mode->hsync_end - mode->hsync_start; in mdfld_dsi_dpi_timing_calculation()
438 pclk_hbp = mode->htotal - mode->hsync_end; in mdfld_dsi_dpi_timing_calculation()
698 adjusted_mode->hsync_end = fixed_mode->hsync_end; in mdfld_dsi_dpi_mode_fixup()
800 ((mode->hsync_end - 1) << 16) | (mode->hsync_start - 1)); in mdfld_set_pipe_timing()
Doaktrail_lvds.c243 mode->hsync_end = mode->hsync_start + \ in oaktrail_lvds_get_configuration_mode()
261 pr_info("HSE is %d\n", mode->hsync_end); in oaktrail_lvds_get_configuration_mode()
/Linux-v4.19/include/drm/
Ddrm_modes.h136 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \
281 int hsync_end; member
440 (m)->hdisplay, (m)->hsync_start, (m)->hsync_end, (m)->htotal, \
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys_vid.c53 if ((mode->htotal < mode->hsync_end) in drm_mode_to_intf_timing_params()
57 || (mode->hsync_end < mode->hsync_start) in drm_mode_to_intf_timing_params()
61 mode->hsync_start, mode->hsync_end, in drm_mode_to_intf_timing_params()
82 timing->h_back_porch = mode->htotal - mode->hsync_end; in drm_mode_to_intf_timing_params()
86 timing->hsync_pulse_width = mode->hsync_end - mode->hsync_start; in drm_mode_to_intf_timing_params()
272 mode.hsync_end >>= 1; in dpu_encoder_phys_vid_setup_timing_engine()
278 mode.hsync_start, mode.hsync_end); in dpu_encoder_phys_vid_setup_timing_engine()
/Linux-v4.19/drivers/media/platform/xilinx/
Dxilinx-vtc.h27 unsigned int hsync_end; member
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp4/
Dmdp4_dsi_encoder.c65 mode->hsync_end, mode->htotal, in mdp4_dsi_encoder_mode_set()
88 MDP4_DSI_HSYNC_CTRL_PULSEW(mode->hsync_end - mode->hsync_start) | in mdp4_dsi_encoder_mode_set()
Dmdp4_dtv_encoder.c111 mode->hsync_end, mode->htotal, in mdp4_dtv_encoder_mode_set()
138 MDP4_DTV_HSYNC_CTRL_PULSEW(mode->hsync_end - mode->hsync_start) | in mdp4_dtv_encoder_mode_set()
/Linux-v4.19/drivers/gpu/drm/bridge/adv7511/
Dadv7533.c42 hsw = mode->hsync_end - mode->hsync_start; in adv7511_dsi_config_timing_gen()
44 hbp = mode->htotal - mode->hsync_end; in adv7511_dsi_config_timing_gen()
/Linux-v4.19/drivers/gpu/drm/fsl-dcu/
Dfsl_dcu_drm_crtc.c94 hbp = mode->htotal - mode->hsync_end; in fsl_dcu_drm_crtc_mode_set_nofb()
96 hsw = mode->hsync_end - mode->hsync_start; in fsl_dcu_drm_crtc_mode_set_nofb()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_encoders.c156 unsigned hsync_width = native_mode->hsync_end - native_mode->hsync_start; in amdgpu_panel_mode_fixup()
167 adjusted_mode->hsync_end = adjusted_mode->hsync_start + hsync_width; in amdgpu_panel_mode_fixup()
/Linux-v4.19/drivers/gpu/drm/tilcdc/
Dtilcdc_crtc.c323 hbp = mode->htotal - mode->hsync_end; in tilcdc_crtc_set_mode()
325 hsw = mode->hsync_end - mode->hsync_start; in tilcdc_crtc_set_mode()
643 adjusted_mode->hskew = mode->hsync_end - mode->hsync_start; in tilcdc_crtc_mode_fixup()
776 hbp = mode->htotal - mode->hsync_end; in tilcdc_crtc_mode_valid()
778 hsw = mode->hsync_end - mode->hsync_start; in tilcdc_crtc_mode_valid()
/Linux-v4.19/include/drm/tinydrm/
Dtinydrm.h89 .hsync_end = (hd), \
/Linux-v4.19/drivers/gpu/drm/shmobile/
Dshmob_drm_crtc.c102 value = (((mode->hsync_end - mode->hsync_start) / 8) << 16) /* HSYNW */ in shmob_drm_crtc_setup_geometry()
107 | (((mode->hsync_end - mode->hsync_start) & 7) << 8) in shmob_drm_crtc_setup_geometry()
611 mode->hsync_end = sdev->pdata->panel.mode.hsync_end; in shmob_drm_connector_get_modes()
/Linux-v4.19/drivers/gpu/drm/msm/edp/
Dedp_bridge.c67 mode->hsync_end, mode->htotal, in edp_bridge_mode_set()
/Linux-v4.19/drivers/gpu/drm/zte/
Dzx_tvenc.c72 .hsync_end = 720 + 12 + 2,
103 .hsync_end = 720 + 16 + 2,
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_encoders.c330 unsigned hsync_width = native_mode->hsync_end - native_mode->hsync_start; in radeon_panel_mode_fixup()
343 adjusted_mode->hsync_end = adjusted_mode->hsync_start + hsync_width; in radeon_panel_mode_fixup()

12345