Home
last modified time | relevance | path

Searched refs:hsync_start (Results 1 - 25 of 359) sorted by relevance

12345678910>>...15

/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
H A Dpanel-simple.c666 .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
[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.c544 .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,
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
H A Dpanel-simple.c717 .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
[all...]
H A Dpanel-edp.c988 .hsync_start = 1366 + 48,
1016 .hsync_start = 1920 + 58,
1043 .hsync_start = 1920 + 172,
1070 .hsync_start = 1366 + 48,
1092 .hsync_start = 1920 + 16,
1120 .hsync_start = 1280 + 48,
1131 .hsync_start = 1280 + 48,
1161 .hsync_start = 2160 + 48,
1173 .hsync_start = 2160 + 48,
1204 .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.c545 .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,
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Dmdfld_tmd_vid.c49 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_modes.c279 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-6.6/drivers/gpu/drm/i915/display/
H A Dintel_vblank.c72 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()
352 * always add htotal-hsync_start to the current pixel position. in i915_get_crtc_scanoutpos()
354 position = (position + htotal - hsync_start) % vtotal; in i915_get_crtc_scanoutpos()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_encoders.c171 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/
H A Ddrm_modes.h136 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \
153 .hdisplay = (hd), .hsync_start = (hd), .hsync_end = (hd), \
175 * @hsync_start: horizontal sync start
232 u16 hsync_start; member
405 (m)->hdisplay, (m)->hsync_start, (m)->hsync_end, (m)->htotal, \
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_dsi_encoder.c61 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_dsi_encoder.c63 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_modes.c456 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 in drm_display_mode_from_videomode()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/
H A Ddp_panel.c348 drm_mode->hsync_start - drm_mode->hdisplay, in dp_panel_timing_cfg()
349 drm_mode->hsync_end - drm_mode->hsync_start); in dp_panel_timing_cfg()
368 data |= (drm_mode->htotal - drm_mode->hsync_start); in dp_panel_timing_cfg()
375 data |= drm_mode->hsync_end - drm_mode->hsync_start; in dp_panel_timing_cfg()
408 drm_mode->hsync_start - drm_mode->hdisplay, in dp_panel_init_panel_info()
409 drm_mode->hsync_end - drm_mode->hsync_start); in dp_panel_init_panel_info()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dp/
H A Ddp_panel.c373 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys_vid.c46 || (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()
99 * display_v_start += mode->htotal - mode->hsync_start; in drm_mode_to_intf_timing_params()
100 * display_v_end -= mode->hsync_start - mode->hdisplay; 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-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys_vid.c48 || (mode->hsync_start < mode->hdisplay) in drm_mode_to_intf_timing_params()
51 || (mode->hsync_end < mode->hsync_start) in drm_mode_to_intf_timing_params()
55 mode->hsync_start, mode->hsync_end, in drm_mode_to_intf_timing_params()
77 timing->h_front_porch = mode->hsync_start - mode->hdisplay; in drm_mode_to_intf_timing_params()
80 timing->hsync_pulse_width = mode->hsync_end - mode->hsync_start; in drm_mode_to_intf_timing_params()
259 mode.hsync_start >>= 1; in dpu_encoder_phys_vid_setup_timing_engine()
267 mode.hsync_start, mode.hsync_end, in dpu_encoder_phys_vid_setup_timing_engine()
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_modes.h136 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \
151 .hdisplay = (hd), .hsync_start = (hd), .hsync_end = (hd), \
200 * @hsync_start: horizontal sync start
260 u16 hsync_start; member
433 (m)->hdisplay, (m)->hsync_start, (m)->hsync_end, (m)->htotal, \
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/dcss/
H A Ddcss-ss.c130 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()

Completed in 25 milliseconds

12345678910>>...15