Home
last modified time | relevance | path

Searched refs:hsync_end (Results 1 – 25 of 151) sorted by relevance

1234567

/Linux-v5.10/drivers/gpu/drm/panel/
Dpanel-simple.c666 .hsync_end = 1280 + 40 + 80,
692 .hsync_end = 480 + 2 + 41,
716 .hsync_end = 800 + 0 + 255,
766 .hsync_end = 1024 + 156 + 8,
813 .hsync_end = 1366 + 20 + 70,
836 .hsync_end = 1366 + 48 + 32,
864 .hsync_end = 1366 + 40 + 40,
893 .hsync_end = 1366 + 48 + 32,
915 .hsync_end = 1920 + 172 + 80,
970 .hsync_end = 1280 + 82 + 2,
[all …]
Dpanel-arm-versatile.c140 .hsync_end = 320 + 6 + 6,
163 .hsync_end = 640 + 24 + 96,
185 .hsync_end = 176 + 2 + 3,
208 .hsync_end = 240 + 10 + 10,
Dpanel-tpo-tpg110.c108 .hsync_end = 800 + 40 + 1,
124 .hsync_end = 640 + 24 + 1,
140 .hsync_end = 480 + 2 + 1,
156 .hsync_end = 480 + 2 + 1,
172 .hsync_end = 400 + 20 + 1,
Dpanel-ilitek-ili9322.c545 .hsync_end = 320 + 359 + 1,
558 .hsync_end = 360 + 35 + 1,
572 .hsync_end = 320 + 38 + 1,
586 .hsync_end = 640 + 252 + 1,
599 .hsync_end = 720 + 252 + 1,
613 .hsync_end = 640 + 3 + 1,
627 .hsync_end = 720 + 3 + 1,
Dpanel-boe-tv101wum-nl6.c593 .hsync_end = 1200 + 100 + 40,
620 .hsync_end = 1200 + 60 + 24,
647 .hsync_end = 1200 + 80 + 24,
674 .hsync_end = 1200 + 60 + 4,
701 .hsync_end = 1200 + 80 + 24,
Dpanel-novatek-nt39016.c318 .hsync_end = 320 + 10 + 50,
330 .hsync_end = 320 + 42 + 50,
Dpanel-innolux-p079zca.c213 .hsync_end = 768 + 40 + 40,
246 .hsync_end = 1536 + 100 + 24,
Dpanel-leadtek-ltk050h3146w.c328 .hsync_end = 720 + 42 + 8,
422 .hsync_end = 720 + 42 + 10,
Dpanel-sony-acx424akp.c53 .hsync_end = 480 + 15 + 0,
72 .hsync_end = 480 + 154 + 16,
/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_tv.c313 u8 hsync_end; member
387 .hsync_end = 64, .hblank_end = 124,
429 .hsync_end = 64, .hblank_end = 124,
472 .hsync_end = 64, .hblank_end = 124,
515 .hsync_end = 64, .hblank_end = 124,
558 .hsync_end = 64, .hblank_end = 128,
603 .hsync_end = 64, .hblank_end = 142,
645 .hsync_end = 64, .hblank_end = 122,
669 .hsync_end = 64, .hblank_end = 139,
693 .hsync_end = 80, .hblank_end = 300,
[all …]
/Linux-v5.10/drivers/gpu/drm/
Ddrm_modes.c278 drm_mode->hsync_end = drm_mode->hdisplay + hblank / 2; in drm_cvt_mode()
279 drm_mode->hsync_start = drm_mode->hsync_end - in drm_cvt_mode()
313 drm_mode->hsync_end = drm_mode->hdisplay + CVT_RB_H_BLANK / 2; in drm_cvt_mode()
314 drm_mode->hsync_start = drm_mode->hsync_end - CVT_RB_H_SYNC; in drm_cvt_mode()
512 drm_mode->hsync_end = drm_mode->hsync_start + hsync; in drm_gtf_mode_complex()
593 dmode->hsync_end = dmode->hsync_start + vm->hsync_len; in drm_display_mode_from_videomode()
594 dmode->htotal = dmode->hsync_end + vm->hback_porch; in drm_display_mode_from_videomode()
634 vm->hsync_len = dmode->hsync_end - dmode->hsync_start; in drm_display_mode_to_videomode()
635 vm->hback_porch = dmode->htotal - dmode->hsync_end; in drm_display_mode_to_videomode()
822 p->crtc_hsync_end = p->hsync_end; in drm_mode_set_crtcinfo()
[all …]
/Linux-v5.10/include/drm/
Ddrm_modes.h136 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \
153 .hdisplay = (hd), .hsync_start = (hd), .hsync_end = (hd), \
233 u16 hsync_end; member
405 (m)->hdisplay, (m)->hsync_start, (m)->hsync_end, (m)->htotal, \
/Linux-v5.10/drivers/gpu/drm/gma500/
Dmdfld_tmd_vid.c52 mode->hsync_end = mode->hsync_start + \ in tmd_vid_get_config_mode()
70 dev_dbg(dev->dev, "HSE is %d\n", mode->hsync_end); in tmd_vid_get_config_mode()
80 mode->hsync_end = 490; in tmd_vid_get_config_mode()
Dmdfld_tpo_vid.c41 mode->hsync_end = 876; in tpo_vid_get_config_mode()
Dintel_bios.c153 panel_fixed_mode->hsync_end = panel_fixed_mode->hsync_start + in fill_detail_timing_data()
180 if (panel_fixed_mode->hsync_end > panel_fixed_mode->htotal) in fill_detail_timing_data()
181 panel_fixed_mode->htotal = panel_fixed_mode->hsync_end + 1; in fill_detail_timing_data()
Dmdfld_dsi_dpi.c441 pclk_hsync = mode->hsync_end - mode->hsync_start; in mdfld_dsi_dpi_timing_calculation()
442 pclk_hbp = mode->htotal - mode->hsync_end; in mdfld_dsi_dpi_timing_calculation()
702 adjusted_mode->hsync_end = fixed_mode->hsync_end; in mdfld_dsi_dpi_mode_fixup()
804 ((mode->hsync_end - 1) << 16) | (mode->hsync_start - 1)); in mdfld_set_pipe_timing()
/Linux-v5.10/drivers/gpu/drm/imx/dcss/
Ddcss-ss.c130 u16 hsync_start, hsync_end; in dcss_ss_sync_set() local
144 hsync_end = vm->hsync_len - 1; in dcss_ss_sync_set()
147 ((u32)hsync_end << SYNC_END_POS) | hsync_start, in dcss_ss_sync_set()
/Linux-v5.10/drivers/gpu/drm/msm/dp/
Ddp_panel.c354 drm_mode->hdisplay, drm_mode->htotal - drm_mode->hsync_end, in dp_panel_timing_cfg()
356 drm_mode->hsync_end - drm_mode->hsync_start); in dp_panel_timing_cfg()
382 data |= drm_mode->hsync_end - drm_mode->hsync_start; in dp_panel_timing_cfg()
414 drm_mode->htotal - drm_mode->hsync_end, in dp_panel_init_panel_info()
416 drm_mode->hsync_end - drm_mode->hsync_start); in dp_panel_init_panel_info()
/Linux-v5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys_vid.c45 if ((mode->htotal < mode->hsync_end) 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()
74 timing->h_back_porch = mode->htotal - mode->hsync_end; 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()
267 mode.hsync_end >>= 1; in dpu_encoder_phys_vid_setup_timing_engine()
273 mode.hsync_start, mode.hsync_end); in dpu_encoder_phys_vid_setup_timing_engine()
/Linux-v5.10/drivers/media/platform/xilinx/
Dxilinx-vtc.h24 unsigned int hsync_end; member
/Linux-v5.10/drivers/gpu/drm/bridge/adv7511/
Dadv7533.c34 hsw = mode->hsync_end - mode->hsync_start; in adv7511_dsi_config_timing_gen()
36 hbp = mode->htotal - mode->hsync_end; in adv7511_dsi_config_timing_gen()
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_encoders.c173 unsigned hsync_width = native_mode->hsync_end - native_mode->hsync_start; in amdgpu_panel_mode_fixup()
184 adjusted_mode->hsync_end = adjusted_mode->hsync_start + hsync_width; in amdgpu_panel_mode_fixup()
/Linux-v5.10/drivers/gpu/drm/shmobile/
Dshmob_drm_crtc.c101 value = (((mode->hsync_end - mode->hsync_start) / 8) << 16) /* HSYNW */ in shmob_drm_crtc_setup_geometry()
106 | (((mode->hsync_end - mode->hsync_start) & 7) << 8) in shmob_drm_crtc_setup_geometry()
601 mode->hsync_end = sdev->pdata->panel.mode.hsync_end; in shmob_drm_connector_get_modes()
/Linux-v5.10/drivers/gpu/drm/tilcdc/
Dtilcdc_crtc.c316 hbp = mode->htotal - mode->hsync_end; in tilcdc_crtc_set_mode()
318 hsw = mode->hsync_end - mode->hsync_start; in tilcdc_crtc_set_mode()
648 adjusted_mode->hskew = mode->hsync_end - mode->hsync_start; in tilcdc_crtc_mode_fixup()
767 hbp = mode->htotal - mode->hsync_end; in tilcdc_crtc_mode_valid()
769 hsw = mode->hsync_end - mode->hsync_start; in tilcdc_crtc_mode_valid()
/Linux-v5.10/drivers/gpu/drm/zte/
Dzx_tvenc.c71 .hsync_end = 720 + 12 + 2,
102 .hsync_end = 720 + 16 + 2,

1234567