/kernel/linux/linux-5.10/drivers/gpu/drm/panel/ |
D | panel-simple.c | 666 .hsync_start = 1280 + 40, 692 .hsync_start = 480 + 2, 716 .hsync_start = 800 + 0, 766 .hsync_start = 1024 + 156, 813 .hsync_start = 1366 + 20, 836 .hsync_start = 1366 + 48, 864 .hsync_start = 1366 + 40, 893 .hsync_start = 1366 + 48, 915 .hsync_start = 1920 + 172, 970 .hsync_start = 1280 + 82, [all …]
|
D | panel-arm-versatile.c | 139 .hsync_start = 320 + 6, 162 .hsync_start = 640 + 24, 184 .hsync_start = 176 + 2, 207 .hsync_start = 240 + 10,
|
D | panel-tpo-tpg110.c | 107 .hsync_start = 800 + 40, 123 .hsync_start = 640 + 24, 139 .hsync_start = 480 + 2, 155 .hsync_start = 480 + 2, 171 .hsync_start = 400 + 20,
|
D | panel-ilitek-ili9322.c | 544 .hsync_start = 320 + 359, 557 .hsync_start = 360 + 35, 571 .hsync_start = 320 + 38, 585 .hsync_start = 640 + 252, 598 .hsync_start = 720 + 252, 612 .hsync_start = 640 + 3, 626 .hsync_start = 720 + 3,
|
D | panel-boe-tv101wum-nl6.c | 592 .hsync_start = 1200 + 100, 619 .hsync_start = 1200 + 60, 646 .hsync_start = 1200 + 80, 673 .hsync_start = 1200 + 60, 700 .hsync_start = 1200 + 80,
|
D | panel-novatek-nt39016.c | 317 .hsync_start = 320 + 10, 329 .hsync_start = 320 + 42,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
D | mdfld_tmd_vid.c | 49 mode->hsync_start = mode->hdisplay + \ in tmd_vid_get_config_mode() 52 mode->hsync_end = mode->hsync_start + \ in tmd_vid_get_config_mode() 69 dev_dbg(dev->dev, "HSS is %d\n", mode->hsync_start); in tmd_vid_get_config_mode() 79 mode->hsync_start = 487; in tmd_vid_get_config_mode()
|
D | mdfld_tpo_vid.c | 40 mode->hsync_start = 873; in tpo_vid_get_config_mode()
|
D | oaktrail_lvds.c | 231 mode->hsync_start = mode->hdisplay + \ in oaktrail_lvds_get_configuration_mode() 234 mode->hsync_end = mode->hsync_start + \ in oaktrail_lvds_get_configuration_mode() 251 pr_info("HSS is %d\n", mode->hsync_start); in oaktrail_lvds_get_configuration_mode()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
D | drm_modes.c | 279 drm_mode->hsync_start = drm_mode->hsync_end - in drm_cvt_mode() 281 drm_mode->hsync_start += CVT_H_GRANULARITY - in drm_cvt_mode() 282 drm_mode->hsync_start % CVT_H_GRANULARITY; in drm_cvt_mode() 314 drm_mode->hsync_start = drm_mode->hsync_end - CVT_RB_H_SYNC; in drm_cvt_mode() 511 drm_mode->hsync_start = hdisplay_rnd + hfront_porch; in drm_gtf_mode_complex() 512 drm_mode->hsync_end = drm_mode->hsync_start + hsync; in drm_gtf_mode_complex() 592 dmode->hsync_start = dmode->hdisplay + vm->hfront_porch; in drm_display_mode_from_videomode() 593 dmode->hsync_end = dmode->hsync_start + vm->hsync_len; in drm_display_mode_from_videomode() 633 vm->hfront_porch = dmode->hsync_start - dmode->hdisplay; in drm_display_mode_to_videomode() 634 vm->hsync_len = dmode->hsync_end - dmode->hsync_start; in drm_display_mode_to_videomode() [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_encoders.c | 171 unsigned hover = native_mode->hsync_start - native_mode->hdisplay; in amdgpu_panel_mode_fixup() 173 unsigned hsync_width = native_mode->hsync_end - native_mode->hsync_start; in amdgpu_panel_mode_fixup() 183 adjusted_mode->hsync_start = native_mode->hdisplay + hover; in amdgpu_panel_mode_fixup() 184 adjusted_mode->hsync_end = adjusted_mode->hsync_start + hsync_width; in amdgpu_panel_mode_fixup()
|
/kernel/linux/linux-5.10/include/drm/ |
D | drm_modes.h | 136 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \ 153 .hdisplay = (hd), .hsync_start = (hd), .hsync_end = (hd), \ 232 u16 hsync_start; member 405 (m)->hdisplay, (m)->hsync_start, (m)->hsync_end, (m)->htotal, \
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/ |
D | dp_panel.c | 365 drm_mode->hsync_start - drm_mode->hdisplay, in dp_panel_timing_cfg() 366 drm_mode->hsync_end - drm_mode->hsync_start); in dp_panel_timing_cfg() 385 data |= (drm_mode->htotal - drm_mode->hsync_start); in dp_panel_timing_cfg() 392 data |= drm_mode->hsync_end - drm_mode->hsync_start; in dp_panel_timing_cfg() 425 drm_mode->hsync_start - drm_mode->hdisplay, in dp_panel_init_panel_info() 426 drm_mode->hsync_end - drm_mode->hsync_start); in dp_panel_init_panel_info()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp4/ |
D | mdp4_dsi_encoder.c | 61 hsync_start_x = (mode->htotal - mode->hsync_start); in mdp4_dsi_encoder_mode_set() 62 hsync_end_x = mode->htotal - (mode->hsync_start - mode->hdisplay) - 1; in mdp4_dsi_encoder_mode_set() 70 MDP4_DSI_HSYNC_CTRL_PULSEW(mode->hsync_end - mode->hsync_start) | in mdp4_dsi_encoder_mode_set()
|
D | mdp4_dtv_encoder.c | 66 hsync_start_x = (mode->htotal - mode->hsync_start); in mdp4_dtv_encoder_mode_set() 67 hsync_end_x = mode->htotal - (mode->hsync_start - mode->hdisplay) - 1; in mdp4_dtv_encoder_mode_set() 75 MDP4_DTV_HSYNC_CTRL_PULSEW(mode->hsync_end - mode->hsync_start) | in mdp4_dtv_encoder_mode_set()
|
D | mdp4_lcdc_encoder.c | 241 hsync_start_x = (mode->htotal - mode->hsync_start); in mdp4_lcdc_encoder_mode_set() 242 hsync_end_x = mode->htotal - (mode->hsync_start - mode->hdisplay) - 1; in mdp4_lcdc_encoder_mode_set() 250 MDP4_LCDC_HSYNC_CTRL_PULSEW(mode->hsync_end - mode->hsync_start) | in mdp4_lcdc_encoder_mode_set()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/dcss/ |
D | dcss-ss.c | 130 u16 hsync_start, hsync_end; in dcss_ss_sync_set() local 142 hsync_start = vm->hfront_porch + vm->hback_porch + vm->hsync_len + in dcss_ss_sync_set() 147 ((u32)hsync_end << SYNC_END_POS) | hsync_start, in dcss_ss_sync_set()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_encoder.c | 84 hsync_start_x = (mode->htotal - mode->hsync_start); in mdp5_vid_encoder_mode_set() 85 hsync_end_x = mode->htotal - (mode->hsync_start - mode->hdisplay) - 1; in mdp5_vid_encoder_mode_set() 98 display_v_start += mode->htotal - mode->hsync_start; in mdp5_vid_encoder_mode_set() 99 display_v_end -= mode->hsync_start - mode->hdisplay; in mdp5_vid_encoder_mode_set() 105 MDP5_INTF_HSYNC_CTL_PULSEW(mode->hsync_end - mode->hsync_start) | in mdp5_vid_encoder_mode_set()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_encoder_phys_vid.c | 46 || (mode->hsync_start < mode->hdisplay) in drm_mode_to_intf_timing_params() 49 || (mode->hsync_end < mode->hsync_start) in drm_mode_to_intf_timing_params() 53 mode->hsync_start, mode->hsync_end, in drm_mode_to_intf_timing_params() 75 timing->h_front_porch = mode->hsync_start - mode->hdisplay; in drm_mode_to_intf_timing_params() 78 timing->hsync_pulse_width = mode->hsync_end - mode->hsync_start; in drm_mode_to_intf_timing_params() 266 mode.hsync_start >>= 1; in dpu_encoder_phys_vid_setup_timing_engine() 273 mode.hsync_start, mode.hsync_end); in dpu_encoder_phys_vid_setup_timing_engine()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/shmobile/ |
D | shmob_drm_crtc.c | 101 value = (((mode->hsync_end - mode->hsync_start) / 8) << 16) /* HSYNW */ in shmob_drm_crtc_setup_geometry() 102 | (mode->hsync_start / 8); /* HSYNP */ in shmob_drm_crtc_setup_geometry() 106 | (((mode->hsync_end - mode->hsync_start) & 7) << 8) in shmob_drm_crtc_setup_geometry() 107 | (mode->hsync_start & 7); in shmob_drm_crtc_setup_geometry() 600 mode->hsync_start = sdev->pdata->panel.mode.hsync_start; in shmob_drm_connector_get_modes()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
D | radeon_encoders.c | 332 unsigned hover = native_mode->hsync_start - native_mode->hdisplay; in radeon_panel_mode_fixup() 334 unsigned hsync_width = native_mode->hsync_end - native_mode->hsync_start; in radeon_panel_mode_fixup() 346 adjusted_mode->hsync_start = native_mode->hdisplay + hover; in radeon_panel_mode_fixup() 347 adjusted_mode->hsync_end = adjusted_mode->hsync_start + hsync_width; in radeon_panel_mode_fixup()
|
D | radeon_legacy_crtc.c | 60 int hsync_start; in radeon_legacy_rmx_mode_set() local 90 hsync_start = mode->crtc_hsync_start - 8; in radeon_legacy_rmx_mode_set() 92 fp_h_sync_strt_wid = ((hsync_start & 0x1fff) in radeon_legacy_rmx_mode_set() 581 int hsync_start; in radeon_set_crtc_timing() local 628 hsync_start = mode->crtc_hsync_start - 8; in radeon_set_crtc_timing() 630 crtc_h_sync_strt_wid = ((hsync_start & 0x1fff) in radeon_set_crtc_timing()
|
/kernel/linux/linux-5.10/drivers/media/platform/xilinx/ |
D | xilinx-vtc.h | 23 unsigned int hsync_start; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/adv7511/ |
D | adv7533.c | 34 hsw = mode->hsync_end - mode->hsync_start; in adv7511_dsi_config_timing_gen() 35 hfp = mode->hsync_start - mode->hdisplay; in adv7511_dsi_config_timing_gen()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tilcdc/ |
D | tilcdc_crtc.c | 317 hfp = mode->hsync_start - mode->hdisplay; in tilcdc_crtc_set_mode() 318 hsw = mode->hsync_end - mode->hsync_start; in tilcdc_crtc_set_mode() 657 adjusted_mode->hskew = mode->hsync_end - mode->hsync_start; in tilcdc_crtc_mode_fixup() 777 hfp = mode->hsync_start - mode->hdisplay; in tilcdc_crtc_mode_valid() 778 hsw = mode->hsync_end - mode->hsync_start; in tilcdc_crtc_mode_valid()
|