/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-simple.c | 717 .hsync_start = 1280 + 40, 743 .hsync_start = 480 + 2, 767 .hsync_start = 800 + 0, 877 .hsync_start = 1024 + 156, 902 .hsync_start = 1366 + 20, 925 .hsync_start = 1366 + 40, 985 .hsync_start = 1280 + 82, 1009 .hsync_start = 800 + 40, 1087 .hsync_start = 1366 + 33, 1200 .hsync_start = 1920 + 88, [all …]
|
H A D | panel-edp.c | 991 .hsync_start = 1366 + 48, 1019 .hsync_start = 1920 + 58, 1046 .hsync_start = 1920 + 172, 1073 .hsync_start = 1366 + 48, 1095 .hsync_start = 1920 + 16, 1123 .hsync_start = 1280 + 48, 1134 .hsync_start = 1280 + 48, 1164 .hsync_start = 2160 + 48, 1176 .hsync_start = 2160 + 48, 1207 .hsync_start = 1920 + 48, [all …]
|
H A 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,
|
H A 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,
|
H A D | panel-ilitek-ili9322.c | 545 .hsync_start = 320 + 359, 558 .hsync_start = 360 + 35, 572 .hsync_start = 320 + 38, 586 .hsync_start = 640 + 252, 599 .hsync_start = 720 + 252, 613 .hsync_start = 640 + 3, 627 .hsync_start = 720 + 3,
|
H A D | panel-novatek-nt35560.c | 63 .hsync_start = 480 + 15, 82 .hsync_start = 480 + 154, 105 .hsync_start = 480 + 15, 124 .hsync_start = 480 + 154,
|
H A D | panel-boe-tv101wum-nl6.c | 1895 .hsync_start = 1200 + 40, 1924 .hsync_start = 1200 + 40, 1953 .hsync_start = 1200 + 100, 1980 .hsync_start = 1200 + 60, 2007 .hsync_start = 1200 + 80, 2034 .hsync_start = 1200 + 60, 2062 .hsync_start = 1200 + 80, 2090 .hsync_start = 1200 + 100, 2117 .hsync_start = 1200 + 60, 2145 .hsync_start = 1200 + 72,
|
H A D | panel-innolux-ej030na.c | 259 .hsync_start = 320 + 10, 271 .hsync_start = 320 + 10,
|
/openbmc/linux/drivers/gpu/drm/gud/ |
H A D | gud_internal.h | 137 dst->hsync_start = cpu_to_le16(src->hsync_start); in gud_from_display_mode() 155 dst->hsync_start = le16_to_cpu(src->hsync_start); in gud_to_display_mode()
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_vblank.c | 72 u32 pixel, vbl_start, hsync_start, htotal; in i915_get_vblank_counter() local 90 hsync_start = mode->crtc_hsync_start; in i915_get_vblank_counter() 99 vbl_start -= htotal - hsync_start; in i915_get_vblank_counter() 265 int vbl_start, vbl_end, hsync_start, htotal, vtotal; in i915_get_crtc_scanoutpos() local 279 hsync_start = mode->crtc_hsync_start; in i915_get_crtc_scanoutpos() 354 position = (position + htotal - hsync_start) % vtotal; in i915_get_crtc_scanoutpos()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_encoders.c | 171 unsigned int hover = native_mode->hsync_start - native_mode->hdisplay; in amdgpu_panel_mode_fixup() 173 unsigned int 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()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_modes.c | 456 mode->hsync_start = mode->hdisplay + hfp; in fill_analog_mode() 457 mode->hsync_end = mode->hsync_start + hslen; in fill_analog_mode() 759 drm_mode->hsync_start = drm_mode->hsync_end - in drm_cvt_mode() 761 drm_mode->hsync_start += CVT_H_GRANULARITY - in drm_cvt_mode() 762 drm_mode->hsync_start % CVT_H_GRANULARITY; in drm_cvt_mode() 794 drm_mode->hsync_start = drm_mode->hsync_end - CVT_RB_H_SYNC; in drm_cvt_mode() 991 drm_mode->hsync_start = hdisplay_rnd + hfront_porch; in drm_gtf_mode_complex() 992 drm_mode->hsync_end = drm_mode->hsync_start + hsync; in drm_gtf_mode_complex() 1072 dmode->hsync_start = dmode->hdisplay + vm->hfront_porch; in drm_display_mode_from_videomode() 1073 dmode->hsync_end = dmode->hsync_start + vm->hsync_len; in drm_display_mode_from_videomode() [all …]
|
/openbmc/linux/drivers/gpu/drm/msm/dp/ |
H A D | dp_panel.c | 373 drm_mode->hsync_start - drm_mode->hdisplay, in dp_panel_timing_cfg() 374 drm_mode->hsync_end - drm_mode->hsync_start); in dp_panel_timing_cfg() 393 data |= (drm_mode->htotal - drm_mode->hsync_start); in dp_panel_timing_cfg() 400 data |= drm_mode->hsync_end - drm_mode->hsync_start; in dp_panel_timing_cfg() 436 drm_mode->hsync_start - drm_mode->hdisplay, in dp_panel_init_panel_info() 437 drm_mode->hsync_end - drm_mode->hsync_start); in dp_panel_init_panel_info()
|
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp4/ |
H A D | mdp4_dsi_encoder.c | 63 hsync_start_x = (mode->htotal - mode->hsync_start); in mdp4_dsi_encoder_mode_set() 64 hsync_end_x = mode->htotal - (mode->hsync_start - mode->hdisplay) - 1; in mdp4_dsi_encoder_mode_set() 72 MDP4_DSI_HSYNC_CTRL_PULSEW(mode->hsync_end - mode->hsync_start) | in mdp4_dsi_encoder_mode_set()
|
H A 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()
|
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/ |
H A 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()
|
/openbmc/linux/drivers/gpu/drm/imx/dcss/ |
H A 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()
|
/openbmc/linux/include/drm/ |
H A D | drm_modes.h | 136 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \ 151 .hdisplay = (hd), .hsync_start = (hd), .hsync_end = (hd), \ 260 u16 hsync_start; member 433 (m)->hdisplay, (m)->hsync_start, (m)->hsync_end, (m)->htotal, \
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_encoder_phys_vid.c | 50 || (mode->hsync_start < mode->hdisplay) in drm_mode_to_intf_timing_params() 53 || (mode->hsync_end < mode->hsync_start) in drm_mode_to_intf_timing_params() 57 mode->hsync_start, mode->hsync_end, in drm_mode_to_intf_timing_params() 79 timing->h_front_porch = mode->hsync_start - mode->hdisplay; in drm_mode_to_intf_timing_params() 82 timing->hsync_pulse_width = mode->hsync_end - mode->hsync_start; in drm_mode_to_intf_timing_params() 261 mode.hsync_start >>= 1; in dpu_encoder_phys_vid_setup_timing_engine() 269 mode.hsync_start, mode.hsync_end, in dpu_encoder_phys_vid_setup_timing_engine()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_encoders.c | 328 unsigned int hover = native_mode->hsync_start - native_mode->hdisplay; in radeon_panel_mode_fixup() 330 unsigned int hsync_width = native_mode->hsync_end - native_mode->hsync_start; in radeon_panel_mode_fixup() 342 adjusted_mode->hsync_start = native_mode->hdisplay + hover; in radeon_panel_mode_fixup() 343 adjusted_mode->hsync_end = adjusted_mode->hsync_start + hsync_width; in radeon_panel_mode_fixup()
|
H A 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()
|
/openbmc/linux/drivers/gpu/drm/tests/ |
H A D | drm_modes_test.c | 54 KUNIT_EXPECT_EQ(test, mode->hsync_start, 736); in drm_test_modes_analog_tv_ntsc_480i() 101 KUNIT_EXPECT_EQ(test, mode->hsync_start, 732); in drm_test_modes_analog_tv_pal_576i()
|
/openbmc/linux/drivers/gpu/drm/renesas/shmobile/ |
H A D | shmob_drm_crtc.c | 104 value = (((mode->hsync_end - mode->hsync_start) / 8) << 16) /* HSYNW */ in shmob_drm_crtc_setup_geometry() 105 | (mode->hsync_start / 8); /* HSYNP */ in shmob_drm_crtc_setup_geometry() 109 | (((mode->hsync_end - mode->hsync_start) & 7) << 8) in shmob_drm_crtc_setup_geometry() 110 | (mode->hsync_start & 7); in shmob_drm_crtc_setup_geometry() 629 mode->hsync_start = sdev->pdata->panel.mode.hsync_start; in shmob_drm_connector_get_modes()
|
/openbmc/linux/drivers/media/platform/xilinx/ |
H A D | xilinx-vtc.h | 23 unsigned int hsync_start; member
|
/openbmc/linux/drivers/gpu/drm/bridge/adv7511/ |
H A 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()
|