Home
last modified time | relevance | path

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

12345678

/linux-6.3-rc2/drivers/gpu/drm/panel/
A Dpanel-simple.c747 .hsync_start = 480 + 2,
771 .hsync_start = 800 + 0,
951 .hsync_start = 800 + 40,
1242 .hsync_start = 480 + 5,
1635 .hsync_start = 480 + 8,
1665 .hsync_start = 480 + 2,
1782 .hsync_start = 640,
1947 .hsync_start = 480 + 5,
2101 .hsync_start = 480 + 2,
2610 .hsync_start = 480 + 3,
[all …]
A Dpanel-edp.c958 .hsync_start = 1366 + 48,
984 .hsync_start = 1366 + 40,
1010 .hsync_start = 1920 + 58,
1064 .hsync_start = 1366 + 48,
1086 .hsync_start = 1920 + 16,
1198 .hsync_start = 1920 + 48,
1330 .hsync_start = 1920 + 40,
1352 .hsync_start = 2160 + 48,
1379 .hsync_start = 1920 + 24,
1406 .hsync_start = 1366 + 40,
[all …]
A Dpanel-arm-versatile.c139 .hsync_start = 320 + 6,
162 .hsync_start = 640 + 24,
184 .hsync_start = 176 + 2,
207 .hsync_start = 240 + 10,
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,
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,
A Dpanel-novatek-nt35560.c64 .hsync_start = 480 + 15,
83 .hsync_start = 480 + 154,
106 .hsync_start = 480 + 15,
125 .hsync_start = 480 + 154,
A Dpanel-innolux-ej030na.c258 .hsync_start = 320 + 10,
270 .hsync_start = 320 + 10,
A Dpanel-boe-tv101wum-nl6.c1310 .hsync_start = 1200 + 40,
1339 .hsync_start = 1200 + 40,
1368 .hsync_start = 1200 + 100,
1395 .hsync_start = 1200 + 60,
1422 .hsync_start = 1200 + 80,
1449 .hsync_start = 1200 + 60,
1476 .hsync_start = 1200 + 80,
/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_vblank.c71 u32 pixel, vbl_start, hsync_start, htotal; in i915_get_vblank_counter() local
89 hsync_start = mode->crtc_hsync_start; in i915_get_vblank_counter()
98 vbl_start -= htotal - hsync_start; in i915_get_vblank_counter()
264 int vbl_start, vbl_end, hsync_start, htotal, vtotal; in i915_get_crtc_scanoutpos() local
278 hsync_start = mode->crtc_hsync_start; in i915_get_crtc_scanoutpos()
354 position = (position + htotal - hsync_start) % vtotal; in i915_get_crtc_scanoutpos()
/linux-6.3-rc2/drivers/gpu/drm/gud/
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-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_encoders.c170 unsigned hover = native_mode->hsync_start - native_mode->hdisplay; in amdgpu_panel_mode_fixup()
172 unsigned hsync_width = native_mode->hsync_end - native_mode->hsync_start; in amdgpu_panel_mode_fixup()
182 adjusted_mode->hsync_start = native_mode->hdisplay + hover; in amdgpu_panel_mode_fixup()
183 adjusted_mode->hsync_end = adjusted_mode->hsync_start + hsync_width; in amdgpu_panel_mode_fixup()
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/mdp4/
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()
A Dmdp4_dtv_encoder.c66 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()
/linux-6.3-rc2/drivers/gpu/drm/msm/dp/
A Ddp_panel.c368 drm_mode->hsync_start - drm_mode->hdisplay, in dp_panel_timing_cfg()
369 drm_mode->hsync_end - drm_mode->hsync_start); in dp_panel_timing_cfg()
388 data |= (drm_mode->htotal - drm_mode->hsync_start); in dp_panel_timing_cfg()
395 data |= drm_mode->hsync_end - drm_mode->hsync_start; in dp_panel_timing_cfg()
431 drm_mode->hsync_start - drm_mode->hdisplay, in dp_panel_init_panel_info()
432 drm_mode->hsync_end - drm_mode->hsync_start); in dp_panel_init_panel_info()
/linux-6.3-rc2/drivers/gpu/drm/
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()
1351 p->crtc_hsync_start = p->hsync_start; in drm_mode_set_crtcinfo()
1472 mode1->hsync_start == mode2->hsync_start && in drm_mode_match_timings()
1640 mode->hsync_start < mode->hdisplay || in drm_mode_validate_basic()
1641 mode->hsync_end < mode->hsync_start || in drm_mode_validate_basic()
2586 out->hsync_start = in->hsync_start; in drm_mode_convert_to_umode()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/mdp5/
A Dmdp5_encoder.c84 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()
/linux-6.3-rc2/drivers/gpu/drm/imx/dcss/
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()
/linux-6.3-rc2/include/drm/
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-6.3-rc2/drivers/gpu/drm/msm/disp/dpu1/
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()
258 mode.hsync_start >>= 1; in dpu_encoder_phys_vid_setup_timing_engine()
265 mode.hsync_start, mode.hsync_end); in dpu_encoder_phys_vid_setup_timing_engine()
/linux-6.3-rc2/drivers/gpu/drm/radeon/
A Dradeon_encoders.c325 unsigned hover = native_mode->hsync_start - native_mode->hdisplay; in radeon_panel_mode_fixup()
327 unsigned hsync_width = native_mode->hsync_end - native_mode->hsync_start; in radeon_panel_mode_fixup()
339 adjusted_mode->hsync_start = native_mode->hdisplay + hover; in radeon_panel_mode_fixup()
340 adjusted_mode->hsync_end = adjusted_mode->hsync_start + hsync_width; in radeon_panel_mode_fixup()
A Dradeon_legacy_crtc.c60 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()
/linux-6.3-rc2/drivers/gpu/drm/shmobile/
A Dshmob_drm_crtc.c103 value = (((mode->hsync_end - mode->hsync_start) / 8) << 16) /* HSYNW */ in shmob_drm_crtc_setup_geometry()
104 | (mode->hsync_start / 8); /* HSYNP */ in shmob_drm_crtc_setup_geometry()
108 | (((mode->hsync_end - mode->hsync_start) & 7) << 8) in shmob_drm_crtc_setup_geometry()
109 | (mode->hsync_start & 7); in shmob_drm_crtc_setup_geometry()
602 mode->hsync_start = sdev->pdata->panel.mode.hsync_start; in shmob_drm_connector_get_modes()
/linux-6.3-rc2/drivers/gpu/drm/tests/
A Ddrm_modes_test.c61 KUNIT_EXPECT_EQ(test, mode->hsync_start, 736); in drm_test_modes_analog_tv_ntsc_480i()
108 KUNIT_EXPECT_EQ(test, mode->hsync_start, 732); in drm_test_modes_analog_tv_pal_576i()
/linux-6.3-rc2/drivers/media/platform/xilinx/
A Dxilinx-vtc.h23 unsigned int hsync_start; member
/linux-6.3-rc2/drivers/gpu/drm/bridge/adv7511/
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()

Completed in 60 milliseconds

12345678