| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-simple.c | 800 .hsync_start = 1280 + 40, 826 .hsync_start = 480 + 2, 850 .hsync_start = 800 + 0, 960 .hsync_start = 1024 + 156, 985 .hsync_start = 1366 + 20, 1008 .hsync_start = 1366 + 40, 1093 .hsync_start = 800 + 40, 1117 .hsync_start = 800 + 40, 1226 .hsync_start = 1366 + 33, 1363 .hsync_start = 1920 + 88, [all …]
|
| H A 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,
|
| H A D | panel-ilitek-ili9881c.c | 2097 .hsync_start = 720 + 10, 2114 .hsync_start = 800 + 52, 2131 .hsync_start = 720 + 10, 2148 .hsync_start = 720 + 18, 2165 .hsync_start = 720 + 52, 2182 .hsync_start = 720 + 40, 2199 .hsync_start = 800 + 20, 2216 .hsync_start = 720 + 110, 2233 .hsync_start = 720 + 239, 2250 .hsync_start = 800 + 40,
|
| H A D | panel-sitronix-st7789v.c | 240 .hsync_start = 240 + 38, 260 .hsync_start = 240 + 38, 275 .hsync_start = 240 + 38, 290 .hsync_start = 240 + 38,
|
| H A D | panel-boe-tv101wum-nl6.c | 1426 .hsync_start = 1200 + 40, 1455 .hsync_start = 1200 + 40, 1484 .hsync_start = 1200 + 100, 1511 .hsync_start = 1200 + 60, 1538 .hsync_start = 1200 + 80, 1565 .hsync_start = 1200 + 60, 1593 .hsync_start = 1200 + 80, 1621 .hsync_start = 1200 + 100,
|
| /linux/drivers/gpu/drm/gud/ |
| H A D | gud_internal.h | 139 dst->hsync_start = cpu_to_le16(src->hsync_start); in gud_from_display_mode() 157 dst->hsync_start = le16_to_cpu(src->hsync_start); in gud_to_display_mode()
|
| /linux/drivers/gpu/drm/msm/disp/mdp5/ |
| H A 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/drivers/gpu/drm/amd/amdgpu/ |
| H A 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/drivers/gpu/drm/ |
| H A 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/drivers/gpu/drm/msm/disp/mdp4/ |
| H A 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()
|
| H A 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/drivers/gpu/drm/tests/ |
| H A D | drm_modes_test.c | 58 KUNIT_EXPECT_EQ(test, mode->hsync_start, 736); in drm_test_modes_analog_tv_ntsc_480i() 116 KUNIT_EXPECT_EQ(test, mode->hsync_start, 732); in drm_test_modes_analog_tv_pal_576i() 174 KUNIT_EXPECT_EQ(test, mode->hsync_start, 732); in drm_test_modes_analog_tv_mono_576i()
|
| /linux/include/drm/ |
| H A 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/drivers/gpu/drm/imx/dcss/ |
| H A 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/drivers/gpu/drm/radeon/ |
| H A 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()
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A 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() 285 mode.hsync_start >>= 1; in dpu_encoder_phys_vid_setup_timing_engine() 293 mode.hsync_start, mode.hsync_end, in dpu_encoder_phys_vid_setup_timing_engine()
|
| /linux/drivers/gpu/drm/renesas/shmobile/ |
| H A D | shmob_drm_crtc.c | 151 value = (((mode->hsync_end - mode->hsync_start) / 8) << 16) /* HSYNW */ in shmob_drm_crtc_setup_geometry() 152 | (mode->hsync_start / 8); /* HSYNP */ in shmob_drm_crtc_setup_geometry() 156 | (((mode->hsync_end - mode->hsync_start) & 7) << 8) in shmob_drm_crtc_setup_geometry() 157 | (mode->hsync_start & 7); in shmob_drm_crtc_setup_geometry()
|
| /linux/drivers/media/platform/xilinx/ |
| H A D | xilinx-vtc.h | 23 unsigned int hsync_start; member
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | oaktrail_lvds.c | 232 mode->hsync_start = mode->hdisplay + \ in oaktrail_lvds_get_configuration_mode() 235 mode->hsync_end = mode->hsync_start + \ in oaktrail_lvds_get_configuration_mode() 252 pr_info("HSS is %d\n", mode->hsync_start); in oaktrail_lvds_get_configuration_mode()
|
| /linux/drivers/gpu/drm/logicvc/ |
| H A D | logicvc_crtc.c | 82 hfp = mode->hsync_start - mode->hdisplay; in logicvc_crtc_atomic_enable() 83 hsl = mode->hsync_end - mode->hsync_start; in logicvc_crtc_atomic_enable()
|
| /linux/drivers/gpu/drm/tilcdc/ |
| H A D | tilcdc_crtc.c | 316 hfp = mode->hsync_start - mode->hdisplay; in tilcdc_crtc_set_mode() 317 hsw = mode->hsync_end - mode->hsync_start; in tilcdc_crtc_set_mode() 656 adjusted_mode->hskew = mode->hsync_end - mode->hsync_start; in tilcdc_crtc_mode_fixup() 790 hfp = mode->hsync_start - mode->hdisplay; in tilcdc_crtc_mode_valid() 791 hsw = mode->hsync_end - mode->hsync_start; in tilcdc_crtc_mode_valid()
|
| /linux/drivers/gpu/drm/bridge/ |
| H A D | lontium-lt9211.c | 296 { 0xd016, (mode->hsync_end - mode->hsync_start) & 0xff }, in lt9211_configure_timing() 299 { 0xd019, ((mode->hsync_start - mode->hdisplay) >> 8) & 0xff }, in lt9211_configure_timing() 300 { 0xd01a, (mode->hsync_start - mode->hdisplay) & 0xff }, in lt9211_configure_timing()
|
| /linux/drivers/gpu/drm/sti/ |
| H A D | sti_vtg.c | 202 stop = mode->hsync_end - mode->hsync_start; in vtg_set_hsync_vsync_pos() 342 return mode.htotal - mode.hsync_start + x; in sti_vtg_get_pixel_number()
|
| /linux/drivers/video/fbdev/ |
| H A D | gbefb.c | 521 timing->hsync_start = var->xres + var->right_margin + 1; in compute_gbe_timing() 522 timing->hsync_end = timing->hsync_start + var->hsync_len; in compute_gbe_timing() 557 SET_GBE_FIELD(VT_HSYNC, HSYNC_ON, val, timing->hsync_start); in gbe_set_timing_info() 986 var->right_margin = timing.hsync_start - timing.width; in gbefb_check_var() 989 var->hsync_len = timing.hsync_end - timing.hsync_start; in gbefb_check_var()
|
| /linux/drivers/gpu/drm/renesas/rz-du/ |
| H A D | rzg2l_du_crtc.c | 84 ditr3 = DU_DITR3_HSA(mode->hsync_end - mode->hsync_start) in rzg2l_du_crtc_set_display_timing() 88 | DU_DITR4_HFP(mode->hsync_start - mode->hdisplay); in rzg2l_du_crtc_set_display_timing()
|