Home
last modified time | relevance | path

Searched refs:hsync_start (Results 1 – 25 of 206) sorted by relevance

123456789

/linux/drivers/gpu/drm/panel/
H A Dpanel-simple.c771 .hsync_start = 1280 + 40,
797 .hsync_start = 480 + 2,
821 .hsync_start = 800 + 0,
931 .hsync_start = 1024 + 156,
956 .hsync_start = 1366 + 20,
979 .hsync_start = 1366 + 40,
1039 .hsync_start = 1280 + 82,
1063 .hsync_start = 800 + 40,
1172 .hsync_start = 1366 + 33,
1285 .hsync_start
[all...]
H A Dpanel-edp.c1024 .hsync_start = 1366 + 40,
1037 .hsync_start = 1366 + 48,
1065 .hsync_start = 1920 + 58,
1092 .hsync_start = 1920 + 172,
1119 .hsync_start = 1366 + 48,
1141 .hsync_start = 1920 + 16,
1169 .hsync_start = 1280 + 48,
1180 .hsync_start = 1280 + 48,
1210 .hsync_start = 2160 + 48,
1222 .hsync_start
[all...]
H A Dpanel-arm-versatile.c139 .hsync_start = 320 + 6,
162 .hsync_start = 640 + 24,
184 .hsync_start = 176 + 2,
207 .hsync_start = 240 + 10,
H A Dpanel-tpo-tpg110.c107 .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 Dpanel-ilitek-ili9322.c539 .hsync_start = 320 + 359,
552 .hsync_start = 360 + 35,
566 .hsync_start = 320 + 38,
580 .hsync_start = 640 + 252,
593 .hsync_start = 720 + 252,
607 .hsync_start = 640 + 3,
621 .hsync_start = 720 + 3,
H A Dpanel-novatek-nt35560.c63 .hsync_start = 480 + 15,
82 .hsync_start = 480 + 154,
105 .hsync_start = 480 + 15,
124 .hsync_start = 480 + 154,
H A Dpanel-newvision-nv3052c.c635 .hsync_start = 640 + 96,
647 .hsync_start = 640 + 39,
662 .hsync_start = 640 + 34,
H A Dpanel-sitronix-st7703.c141 .hsync_start = 720 + 90,
324 .hsync_start = 720 + 40,
415 .hsync_start = 640 + 40,
503 .hsync_start = 720 + 45,
593 .hsync_start = 720 + 40,
679 .hsync_start = 640 + 40,
H A Dpanel-boe-tv101wum-nl6.c1551 .hsync_start = 1200 + 40,
1580 .hsync_start = 1200 + 40,
1609 .hsync_start = 1200 + 100,
1636 .hsync_start = 1200 + 60,
1663 .hsync_start = 1200 + 80,
1690 .hsync_start = 1200 + 60,
1718 .hsync_start = 1200 + 80,
1746 .hsync_start = 1200 + 100,
1773 .hsync_start = 1200 + 60,
H A Dpanel-newvision-nv3051d.c443 .hsync_start = 640 + 40,
455 .hsync_start = 640 + 40,
467 .hsync_start = 640 + 40,
482 .hsync_start = 640 + 40,
/linux/drivers/gpu/drm/gud/
H A Dgud_internal.h137 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()
/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_encoder.c73 hsync_start_x = (mode->htotal - mode->hsync_start); in mdp5_vid_encoder_mode_set()
74 hsync_end_x = mode->htotal - (mode->hsync_start - mode->hdisplay) - 1; in mdp5_vid_encoder_mode_set()
87 display_v_start += mode->htotal - mode->hsync_start; in mdp5_vid_encoder_mode_set()
88 display_v_end -= mode->hsync_start - mode->hdisplay; in mdp5_vid_encoder_mode_set()
94 MDP5_INTF_HSYNC_CTL_PULSEW(mode->hsync_end - mode->hsync_start) | in mdp5_vid_encoder_mode_set()
/linux/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_dsi_encoder.c51 hsync_start_x = (mode->htotal - mode->hsync_start); in mdp4_dsi_encoder_mode_set()
52 hsync_end_x = mode->htotal - (mode->hsync_start - mode->hdisplay) - 1; in mdp4_dsi_encoder_mode_set()
60 MDP4_DSI_HSYNC_CTRL_PULSEW(mode->hsync_end - mode->hsync_start) | in mdp4_dsi_encoder_mode_set()
H A Dmdp4_dtv_encoder.c55 hsync_start_x = (mode->htotal - mode->hsync_start); in mdp4_dtv_encoder_mode_set()
56 hsync_end_x = mode->htotal - (mode->hsync_start - mode->hdisplay) - 1; in mdp4_dtv_encoder_mode_set()
64 MDP4_DTV_HSYNC_CTRL_PULSEW(mode->hsync_end - mode->hsync_start) | in mdp4_dtv_encoder_mode_set()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_encoders.c171 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()
/linux/drivers/gpu/drm/
H A Ddrm_modes.c457 mode->hsync_start = mode->hdisplay + hfp; in fill_analog_mode()
458 mode->hsync_end = mode->hsync_start + hslen; in fill_analog_mode()
760 drm_mode->hsync_start = drm_mode->hsync_end - in drm_cvt_mode()
762 drm_mode->hsync_start += CVT_H_GRANULARITY - in drm_cvt_mode()
763 drm_mode->hsync_start % CVT_H_GRANULARITY; in drm_cvt_mode()
795 drm_mode->hsync_start = drm_mode->hsync_end - CVT_RB_H_SYNC; in drm_cvt_mode()
992 drm_mode->hsync_start = hdisplay_rnd + hfront_porch; in drm_gtf_mode_complex()
993 drm_mode->hsync_end = drm_mode->hsync_start + hsync; in drm_gtf_mode_complex()
1073 dmode->hsync_start = dmode->hdisplay + vm->hfront_porch; in drm_display_mode_from_videomode()
1074 dmode->hsync_end = dmode->hsync_start in drm_display_mode_from_videomode()
[all...]
/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-ss.c124 u16 hsync_start, hsync_end; in dcss_ss_sync_set() local
136 hsync_start = vm->hfront_porch + vm->hback_porch + vm->hsync_len + in dcss_ss_sync_set()
141 ((u32)hsync_end << SYNC_END_POS) | hsync_start, in dcss_ss_sync_set()
/linux/drivers/gpu/drm/msm/dp/
H A Ddp_panel.c367 drm_mode->hsync_start - drm_mode->hdisplay, in dp_panel_timing_cfg()
368 drm_mode->hsync_end - drm_mode->hsync_start); in dp_panel_timing_cfg()
387 data |= (drm_mode->htotal - drm_mode->hsync_start); in dp_panel_timing_cfg()
394 data |= drm_mode->hsync_end - drm_mode->hsync_start; in dp_panel_timing_cfg()
434 drm_mode->hsync_start - drm_mode->hdisplay, in dp_panel_init_panel_info()
435 drm_mode->hsync_end - drm_mode->hsync_start); in dp_panel_init_panel_info()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_vblank.c73 u32 pixel, vbl_start, hsync_start, htotal; in i915_get_vblank_counter() local
91 hsync_start = mode->crtc_hsync_start; in i915_get_vblank_counter()
100 vbl_start -= htotal - hsync_start; in i915_get_vblank_counter()
306 int vbl_start, vbl_end, hsync_start, htotal, vtotal; in i915_get_crtc_scanoutpos() local
320 hsync_start = mode->crtc_hsync_start; in i915_get_crtc_scanoutpos()
396 position = (position + htotal - hsync_start) % vtotal; in i915_get_crtc_scanoutpos()
/linux/include/drm/
H A Ddrm_modes.h136 .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, \
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys_vid.c50 || (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()
263 mode.hsync_start >>= 1; in dpu_encoder_phys_vid_setup_timing_engine()
271 mode.hsync_start, mode.hsync_end, in dpu_encoder_phys_vid_setup_timing_engine()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_encoders.c329 unsigned int hover = native_mode->hsync_start - native_mode->hdisplay; in radeon_panel_mode_fixup()
331 unsigned int hsync_width = native_mode->hsync_end - native_mode->hsync_start; in radeon_panel_mode_fixup()
343 adjusted_mode->hsync_start = native_mode->hdisplay + hover; in radeon_panel_mode_fixup()
344 adjusted_mode->hsync_end = adjusted_mode->hsync_start + hsync_width; in radeon_panel_mode_fixup()
/linux/drivers/gpu/drm/tests/
H A Ddrm_modes_test.c54 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()
/linux/drivers/media/platform/xilinx/
H A Dxilinx-vtc.h23 unsigned int hsync_start; member
/linux/drivers/gpu/drm/bridge/adv7511/
H A Dadv7533.c34 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()

123456789