/linux-6.12.1/drivers/gpu/drm/panel/ |
D | panel-simple.c | 765 .hsync_start = 1280 + 40, 791 .hsync_start = 480 + 2, 815 .hsync_start = 800 + 0, 925 .hsync_start = 1024 + 156, 950 .hsync_start = 1366 + 20, 973 .hsync_start = 1366 + 40, 1033 .hsync_start = 1280 + 82, 1057 .hsync_start = 800 + 40, 1081 .hsync_start = 800 + 40, 1190 .hsync_start = 1366 + 33, [all …]
|
D | panel-edp.c | 1018 .hsync_start = 1366 + 40, 1031 .hsync_start = 1366 + 48, 1059 .hsync_start = 1920 + 172, 1086 .hsync_start = 1366 + 48, 1109 .hsync_start = 1280 + 48, 1120 .hsync_start = 1280 + 48, 1150 .hsync_start = 2160 + 48, 1162 .hsync_start = 2160 + 48, 1193 .hsync_start = 1920 + 48, 1234 .hsync_start = 1920 + 48, [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 | 539 .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,
|
D | panel-newvision-nv3052c.c | 831 .hsync_start = 640 + 96, 843 .hsync_start = 640 + 39, 858 .hsync_start = 640 + 34, 873 .hsync_start = 640 + 64,
|
D | panel-sitronix-st7703.c | 136 .hsync_start = 720 + 90, 315 .hsync_start = 720 + 40, 402 .hsync_start = 640 + 40, 486 .hsync_start = 720 + 45, 572 .hsync_start = 720 + 40, 654 .hsync_start = 640 + 40,
|
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,
|
D | panel-newvision-nv3051d.c | 444 .hsync_start = 640 + 40, 456 .hsync_start = 640 + 40, 468 .hsync_start = 640 + 40, 483 .hsync_start = 640 + 40,
|
/linux-6.12.1/drivers/gpu/drm/gud/ |
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()
|
/linux-6.12.1/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_encoder.c | 73 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-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
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()
|
/linux-6.12.1/drivers/gpu/drm/msm/disp/mdp4/ |
D | mdp4_dsi_encoder.c | 51 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()
|
D | mdp4_dtv_encoder.c | 55 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-6.12.1/drivers/gpu/drm/tests/ |
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() 148 KUNIT_EXPECT_EQ(test, mode->hsync_start, 732); in drm_test_modes_analog_tv_mono_576i()
|
/linux-6.12.1/drivers/gpu/drm/ |
D | drm_modes.c | 457 mode->hsync_start = mode->hdisplay + hfp; in fill_analog_mode() 458 mode->hsync_end = mode->hsync_start + hslen; in fill_analog_mode() 762 drm_mode->hsync_start = drm_mode->hsync_end - in drm_cvt_mode() 764 drm_mode->hsync_start += CVT_H_GRANULARITY - in drm_cvt_mode() 765 drm_mode->hsync_start % CVT_H_GRANULARITY; in drm_cvt_mode() 797 drm_mode->hsync_start = drm_mode->hsync_end - CVT_RB_H_SYNC; in drm_cvt_mode() 994 drm_mode->hsync_start = hdisplay_rnd + hfront_porch; in drm_gtf_mode_complex() 995 drm_mode->hsync_end = drm_mode->hsync_start + hsync; in drm_gtf_mode_complex() 1075 dmode->hsync_start = dmode->hdisplay + vm->hfront_porch; in drm_display_mode_from_videomode() 1076 dmode->hsync_end = dmode->hsync_start + vm->hsync_len; in drm_display_mode_from_videomode() [all …]
|
/linux-6.12.1/drivers/gpu/drm/msm/dp/ |
D | dp_panel.c | 348 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() 415 drm_mode->hsync_start - drm_mode->hdisplay, in dp_panel_init_panel_info() 416 drm_mode->hsync_end - drm_mode->hsync_start); in dp_panel_init_panel_info()
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_vblank.c | 74 u32 pixel, vbl_start, hsync_start, htotal; in i915_get_vblank_counter() local 92 hsync_start = mode->crtc_hsync_start; in i915_get_vblank_counter() 99 vbl_start -= htotal - hsync_start; in i915_get_vblank_counter() 332 int vbl_start, vbl_end, hsync_start, htotal, vtotal; in i915_get_crtc_scanoutpos() local 346 hsync_start = mode->crtc_hsync_start; in i915_get_crtc_scanoutpos() 416 position = (position + htotal - hsync_start) % vtotal; in i915_get_crtc_scanoutpos()
|
/linux-6.12.1/drivers/gpu/drm/imx/dcss/ |
D | dcss-ss.c | 124 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-6.12.1/include/drm/ |
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, \
|
/linux-6.12.1/drivers/gpu/drm/radeon/ |
D | radeon_encoders.c | 329 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()
|
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()
|
/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_encoder_phys_vid.c | 51 || (mode->hsync_start < mode->hdisplay) in drm_mode_to_intf_timing_params() 54 || (mode->hsync_end < mode->hsync_start) in drm_mode_to_intf_timing_params() 58 mode->hsync_start, mode->hsync_end, in drm_mode_to_intf_timing_params() 80 timing->h_front_porch = mode->hsync_start - mode->hdisplay; in drm_mode_to_intf_timing_params() 83 timing->hsync_pulse_width = mode->hsync_end - mode->hsync_start; in drm_mode_to_intf_timing_params() 281 mode.hsync_start >>= 1; in dpu_encoder_phys_vid_setup_timing_engine() 289 mode.hsync_start, mode.hsync_end, in dpu_encoder_phys_vid_setup_timing_engine()
|
/linux-6.12.1/drivers/media/platform/xilinx/ |
D | xilinx-vtc.h | 23 unsigned int hsync_start; member
|
/linux-6.12.1/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()
|