/Linux-v4.19/drivers/gpu/drm/panel/ |
D | panel-simple.c | 393 .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 …]
|
D | panel-arm-versatile.c | 138 .hsync_end = 320 + 6 + 6, 162 .hsync_end = 640 + 24 + 96, 185 .hsync_end = 176 + 2 + 3, 209 .hsync_end = 240 + 10 + 10,
|
D | panel-ilitek-ili9322.c | 561 .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,
|
D | panel-innolux-p079zca.c | 235 .hsync_end = 768 + 40 + 40, 269 .hsync_end = 1536 + 100 + 24,
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_modes.c | 278 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/ |
D | intel_tv.c | 311 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/ |
D | mdfld_tmd_vid.c | 50 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()
|
D | mdfld_tpo_vid.c | 41 mode->hsync_end = 876; in tpo_vid_get_config_mode()
|
D | intel_bios.c | 166 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()
|
D | mdfld_dsi_dpi.c | 437 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()
|
D | oaktrail_lvds.c | 243 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/ |
D | drm_modes.h | 136 .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/ |
D | dpu_encoder_phys_vid.c | 53 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/ |
D | xilinx-vtc.h | 27 unsigned int hsync_end; member
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp4/ |
D | mdp4_dsi_encoder.c | 65 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()
|
D | mdp4_dtv_encoder.c | 111 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/ |
D | adv7533.c | 42 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/ |
D | fsl_dcu_drm_crtc.c | 94 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/ |
D | amdgpu_encoders.c | 156 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/ |
D | tilcdc_crtc.c | 323 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/ |
D | tinydrm.h | 89 .hsync_end = (hd), \
|
/Linux-v4.19/drivers/gpu/drm/shmobile/ |
D | shmob_drm_crtc.c | 102 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/ |
D | edp_bridge.c | 67 mode->hsync_end, mode->htotal, in edp_bridge_mode_set()
|
/Linux-v4.19/drivers/gpu/drm/zte/ |
D | zx_tvenc.c | 72 .hsync_end = 720 + 12 + 2, 103 .hsync_end = 720 + 16 + 2,
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | radeon_encoders.c | 330 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()
|