| /linux-4.1.27/drivers/gpu/drm/panel/ | 
| D | panel-simple.c | 375 	.hsync_start = 800 + 0, 400 	.hsync_start = 1024 + 156, 423 	.hsync_start = 1280 + 119, 446 	.hsync_start = 1366 + 20, 470 	.hsync_start = 1366 + 40, 493 	.hsync_start = 1366 + 48, 516 	.hsync_start = 1920 + 172, 544 	.hsync_start = 1024 + 160, 572 	.hsync_start = 1366 + 58, 595 	.hsync_start = 1366 + 48, [all …] 
 | 
| D | panel-sharp-lq101r1sx01.c | 279 	.hsync_start = 2560 + 128,
  | 
| /linux-4.1.27/drivers/gpu/drm/gma500/ | 
| D | mdfld_tpo_vid.c | 44 		mode->hsync_start = mode->hdisplay +  in tpo_vid_get_config_mode() 47 		mode->hsync_end = mode->hsync_start +  in tpo_vid_get_config_mode() 64 		dev_dbg(dev->dev, "HSS is %d\n", mode->hsync_start);  in tpo_vid_get_config_mode() 74 		mode->hsync_start = 873;  in tpo_vid_get_config_mode()
  | 
| D | mdfld_tmd_vid.c | 47 		mode->hsync_start = mode->hdisplay + \  in tmd_vid_get_config_mode() 50 		mode->hsync_end = mode->hsync_start + \  in tmd_vid_get_config_mode() 67 		dev_dbg(dev->dev, "HSS is %d\n", mode->hsync_start);  in tmd_vid_get_config_mode() 77 		mode->hsync_start = 487;  in tmd_vid_get_config_mode()
  | 
| D | oaktrail_lvds.c | 240 		mode->hsync_start = mode->hdisplay + \  in oaktrail_lvds_get_configuration_mode() 243 		mode->hsync_end = mode->hsync_start + \  in oaktrail_lvds_get_configuration_mode() 260 		printk(KERN_INFO "HSS is %d\n", mode->hsync_start);  in oaktrail_lvds_get_configuration_mode()
  | 
| D | mdfld_dsi_dpi.c | 436 	pclk_hfp = mode->hsync_start - mode->hdisplay;  in mdfld_dsi_dpi_timing_calculation() 437 	pclk_hsync = mode->hsync_end - mode->hsync_start;  in mdfld_dsi_dpi_timing_calculation() 697 		adjusted_mode->hsync_start = fixed_mode->hsync_start;  in mdfld_dsi_dpi_mode_fixup() 800 		((mode->hsync_end - 1) << 16) | (mode->hsync_start - 1));  in mdfld_set_pipe_timing()
  | 
| D | intel_bios.c | 164 	panel_fixed_mode->hsync_start = panel_fixed_mode->hdisplay +  in fill_detail_timing_data() 166 	panel_fixed_mode->hsync_end = panel_fixed_mode->hsync_start +  in fill_detail_timing_data()
  | 
| D | cdv_intel_lvds.c | 301 		adjusted_mode->hsync_start = panel_fixed_mode->hsync_start;  in cdv_intel_lvds_mode_fixup()
  | 
| D | tc35876x-dsi-lvds.c | 590 	mode->hsync_start = 1360;  in tc35876x_get_config_mode() 600 	dev_info(&dev->pdev->dev, "HSS = %d\n", mode->hsync_start);  in tc35876x_get_config_mode()
  | 
| D | psb_intel_lvds.c | 417 		adjusted_mode->hsync_start = panel_fixed_mode->hsync_start;  in psb_intel_lvds_mode_fixup()
  | 
| D | psb_intel_display.c | 418 	mode->hsync_start = (hsync & 0xffff) + 1;  in psb_intel_crtc_mode_get()
  | 
| D | psb_intel_sdvo.c | 775 	mode->hsync_start = mode->hdisplay + dtd->part2.h_sync_off;  in psb_intel_sdvo_get_mode_from_dtd() 776 	mode->hsync_start += (dtd->part2.sync_off_width_high & 0xc0) << 2;  in psb_intel_sdvo_get_mode_from_dtd() 777 	mode->hsync_end = mode->hsync_start + dtd->part2.h_sync_width;  in psb_intel_sdvo_get_mode_from_dtd()
  | 
| D | cdv_intel_dp.c | 880 	adjusted_mode->hsync_start = fixed_mode->hsync_start;  in cdv_intel_fixed_panel_mode()
  | 
| D | mdfld_intel_display.c | 712 		 adjusted_mode->hsync_start);  in mdfld_crtc_mode_set()
  | 
| D | cdv_intel_display.c | 962 	mode->hsync_start = (hsync & 0xffff) + 1;  in cdv_intel_crtc_mode_get()
  | 
| /linux-4.1.27/drivers/gpu/drm/sti/ | 
| D | sti_vtg.c | 136 	tmp |= mode->htotal - mode->hsync_start;  in vtg_set_mode() 141 	tmp |= mode->hdisplay + mode->htotal - mode->hsync_start;  in vtg_set_mode() 146 	tmp = (mode->hsync_end - mode->hsync_start + HDMI_DELAY) << 16;  in vtg_set_mode() 158 	tmp = (mode->hsync_end - mode->hsync_start) << 16;  in vtg_set_mode() 169 	tmp = (mode->hsync_end - mode->hsync_start + AWG_DELAY_HD) << 16;  in vtg_set_mode() 184 	tmp = (mode->hsync_end - mode->hsync_start) << 16;  in vtg_set_mode() 257 	return mode.htotal - mode.hsync_start + x;  in sti_vtg_get_pixel_number()
  | 
| D | sti_dvo.c | 124 	timing.blanking_pixels = mode->hsync_start - mode->hdisplay;  in dvo_awg_generate_code() 125 	timing.trailing_pixels = mode->htotal - mode->hsync_start;  in dvo_awg_generate_code()
  | 
| D | sti_drm_crtc.c | 98 		      mode->hsync_start, mode->hsync_end,  in sti_drm_crtc_mode_set()
  | 
| /linux-4.1.27/drivers/gpu/drm/ | 
| D | drm_modes.c | 55 		mode->hdisplay, mode->hsync_start,  in drm_mode_debug_printmodeline() 284 		drm_mode->hsync_start = drm_mode->hsync_end -  in drm_cvt_mode() 286 		drm_mode->hsync_start += CVT_H_GRANULARITY -  in drm_cvt_mode() 287 			drm_mode->hsync_start % CVT_H_GRANULARITY;  in drm_cvt_mode() 319 		drm_mode->hsync_start = drm_mode->hsync_end - CVT_RB_H_SYNC;  in drm_cvt_mode() 509 	drm_mode->hsync_start = hdisplay_rnd + hfront_porch;  in drm_gtf_mode_complex() 510 	drm_mode->hsync_end = drm_mode->hsync_start + hsync;  in drm_gtf_mode_complex() 588 	dmode->hsync_start = dmode->hdisplay + vm->hfront_porch;  in drm_display_mode_from_videomode() 589 	dmode->hsync_end = dmode->hsync_start + vm->hsync_len;  in drm_display_mode_from_videomode() 629 	vm->hfront_porch = dmode->hsync_start - dmode->hdisplay;  in drm_display_mode_to_videomode() [all …] 
 | 
| D | drm_edid.c | 1453 	       (mode->hsync_end - mode->hsync_start == 32) &&  in mode_is_rb() 1713 		mode->hsync_start = mode->hsync_start - 1;  in drm_mode_std() 1868 	mode->hsync_start = mode->hdisplay + hsync_offset;  in drm_mode_detailed() 1869 	mode->hsync_end = mode->hsync_start + hsync_pulse_width;  in drm_mode_detailed() 2039 		mode->hsync_start--;  in fixup_mode_1366x768()
  | 
| D | drm_crtc.c | 1724 	WARN(in->hdisplay > USHRT_MAX || in->hsync_start > USHRT_MAX ||  in drm_crtc_convert_to_umode() 1733 	out->hsync_start = in->hsync_start;  in drm_crtc_convert_to_umode() 1771 	out->hsync_start = in->hsync_start;  in drm_crtc_convert_umode()
  | 
| /linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/ | 
| D | mdp5_encoder.c | 140 			mode->hdisplay, mode->hsync_start,  in mdp5_encoder_mode_set() 177 	hsync_start_x = (mode->htotal - mode->hsync_start);  in mdp5_encoder_mode_set() 178 	hsync_end_x = mode->htotal - (mode->hsync_start - mode->hdisplay) - 1;  in mdp5_encoder_mode_set() 191 		display_v_start += mode->htotal - mode->hsync_start;  in mdp5_encoder_mode_set() 192 		display_v_end -= mode->hsync_start - mode->hdisplay;  in mdp5_encoder_mode_set() 198 			MDP5_INTF_HSYNC_CTL_PULSEW(mode->hsync_end - mode->hsync_start) |  in mdp5_encoder_mode_set()
  | 
| D | mdp5_cmd_encoder.c | 207 			mode->hdisplay, mode->hsync_start,  in mdp5_cmd_encoder_mode_set()
  | 
| D | mdp5_crtc.c | 254 			mode->hdisplay, mode->hsync_start,  in mdp5_crtc_mode_set_nofb()
  | 
| /linux-4.1.27/drivers/gpu/drm/omapdrm/ | 
| D | omap_connector.c | 51 	mode->hsync_start = mode->hdisplay + timings->hfp;  in copy_timings_omap_to_drm() 52 	mode->hsync_end = mode->hsync_start + timings->hsw;  in copy_timings_omap_to_drm() 82 	timings->hfp = mode->hsync_start - mode->hdisplay;  in copy_timings_drm_to_omap() 83 	timings->hsw = mode->hsync_end - mode->hsync_start;  in copy_timings_drm_to_omap() 246 			mode->hdisplay, mode->hsync_start,  in omap_connector_mode_valid()
  | 
| D | omap_crtc.c | 505 			mode->hdisplay, mode->hsync_start,  in omap_crtc_mode_set()
  | 
| /linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp4/ | 
| D | mdp4_dtv_encoder.c | 119 			mode->hdisplay, mode->hsync_start,  in mdp4_dtv_encoder_mode_set() 138 	hsync_start_x = (mode->htotal - mode->hsync_start);  in mdp4_dtv_encoder_mode_set() 139 	hsync_end_x = mode->htotal - (mode->hsync_start - mode->hdisplay) - 1;  in mdp4_dtv_encoder_mode_set() 147 			MDP4_DTV_HSYNC_CTRL_PULSEW(mode->hsync_end - mode->hsync_start) |  in mdp4_dtv_encoder_mode_set()
  | 
| D | mdp4_lcdc_encoder.c | 285 			mode->hdisplay, mode->hsync_start,  in mdp4_lcdc_encoder_mode_set() 304 	hsync_start_x = (mode->htotal - mode->hsync_start);  in mdp4_lcdc_encoder_mode_set() 305 	hsync_end_x = mode->htotal - (mode->hsync_start - mode->hdisplay) - 1;  in mdp4_lcdc_encoder_mode_set() 313 			MDP4_LCDC_HSYNC_CTRL_PULSEW(mode->hsync_end - mode->hsync_start) |  in mdp4_lcdc_encoder_mode_set()
  | 
| D | mdp4_crtc.c | 255 			mode->hdisplay, mode->hsync_start,  in mdp4_crtc_mode_set_nofb()
  | 
| /linux-4.1.27/drivers/gpu/drm/radeon/ | 
| D | radeon_encoders.c | 328 	unsigned hover = native_mode->hsync_start - native_mode->hdisplay;  in radeon_panel_mode_fixup() 330 	unsigned hsync_width = native_mode->hsync_end - native_mode->hsync_start;  in radeon_panel_mode_fixup() 342 	adjusted_mode->hsync_start = native_mode->hdisplay + hover;  in radeon_panel_mode_fixup() 343 	adjusted_mode->hsync_end = adjusted_mode->hsync_start + hsync_width;  in radeon_panel_mode_fixup()
  | 
| D | radeon_legacy_crtc.c | 56 	int hsync_start;  in radeon_legacy_rmx_mode_set()  local 86 	hsync_start = mode->crtc_hsync_start - 8;  in radeon_legacy_rmx_mode_set() 88 	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()
  | 
| D | radeon_combios.c | 1265 				lvds->native_mode.hsync_start = lvds->native_mode.hdisplay +  in radeon_combios_get_lvds_info() 1267 				lvds->native_mode.hsync_end = lvds->native_mode.hsync_start +  in radeon_combios_get_lvds_info()
  | 
| D | radeon_atombios.c | 1657 		lvds->native_mode.hsync_start = lvds->native_mode.hdisplay +  in radeon_atombios_get_lvds_info() 1659 		lvds->native_mode.hsync_end = lvds->native_mode.hsync_start +  in radeon_atombios_get_lvds_info()
  | 
| /linux-4.1.27/drivers/media/platform/xilinx/ | 
| D | xilinx-vtc.h | 26 	unsigned int hsync_start;  member
  | 
| D | xilinx-vtc.c | 213 		       (config->hsync_start << XVTC_HSYNC_START_SHIFT));  in xvtc_generator_start()
  | 
| D | xilinx-tpg.c | 193 			.hsync_start = width + 1,  in xtpg_s_stream()
  | 
| /linux-4.1.27/drivers/gpu/drm/shmobile/ | 
| D | shmob_drm_crtc.c | 112 	value = (((mode->hsync_end - mode->hsync_start) / 8) << 16) /* HSYNW */  in shmob_drm_crtc_setup_geometry() 113 	      | (mode->hsync_start / 8);			/* HSYNP */  in shmob_drm_crtc_setup_geometry() 117 	      | (((mode->hsync_end - mode->hsync_start) & 7) << 8)  in shmob_drm_crtc_setup_geometry() 118 	      | (mode->hsync_start & 7);  in shmob_drm_crtc_setup_geometry() 660 	mode->hsync_start = sdev->pdata->panel.mode.hsync_start;  in shmob_drm_connector_get_modes()
  | 
| /linux-4.1.27/include/drm/ | 
| D | drm_modes.h | 85 	.hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \ 112 	int hsync_start;  member
  | 
| /linux-4.1.27/drivers/gpu/drm/msm/hdmi/ | 
| D | hdmi_bridge.c | 147 	hstart = mode->htotal - mode->hsync_start;  in hdmi_bridge_mode_set() 148 	hend   = mode->htotal - mode->hsync_start + mode->hdisplay;  in hdmi_bridge_mode_set()
  | 
| /linux-4.1.27/drivers/gpu/drm/tilcdc/ | 
| D | tilcdc_crtc.c | 277 	hfp = mode->hsync_start - mode->hdisplay;  in tilcdc_crtc_mode_set() 278 	hsw = mode->hsync_end - mode->hsync_start;  in tilcdc_crtc_mode_set() 466 	hfp = mode->hsync_start - mode->hdisplay;  in tilcdc_crtc_mode_valid() 467 	hsw = mode->hsync_end - mode->hsync_start;  in tilcdc_crtc_mode_valid()
  | 
| D | tilcdc_slave.c | 85 	adjusted_mode->hskew = mode->hsync_end - mode->hsync_start;  in slave_encoder_fixup()
  | 
| /linux-4.1.27/drivers/gpu/drm/rcar-du/ | 
| D | rcar_du_crtc.c | 157 	rcar_du_crtc_write(rcrtc, HDSR, mode->htotal - mode->hsync_start - 19);  in rcar_du_crtc_set_display_timing() 158 	rcar_du_crtc_write(rcrtc, HDER, mode->htotal - mode->hsync_start +  in rcar_du_crtc_set_display_timing() 161 					mode->hsync_start - 1);  in rcar_du_crtc_set_display_timing() 174 	rcar_du_crtc_write(rcrtc, DESR,  mode->htotal - mode->hsync_start);  in rcar_du_crtc_set_display_timing()
  | 
| /linux-4.1.27/drivers/gpu/drm/i915/ | 
| D | intel_dsi_pll.c | 84 	hfp = mode->hsync_start - mode->hdisplay;  in dsi_rr_formula() 85 	hsync = mode->hsync_end - mode->hsync_start;  in dsi_rr_formula()
  | 
| D | intel_tv.c | 1157 		.hsync_start = 1368, 1425 		mode_ptr->hsync_start = hactive_s + 1;  in intel_tv_get_modes() 1427 		if (mode_ptr->hsync_end <= mode_ptr->hsync_start)  in intel_tv_get_modes() 1428 			mode_ptr->hsync_end = mode_ptr->hsync_start + 1;  in intel_tv_get_modes()
  | 
| D | intel_sdvo.c | 818 	h_sync_len = mode->hsync_end - mode->hsync_start;  in intel_sdvo_get_dtd_from_mode() 823 	h_sync_offset = mode->hsync_start - mode->hdisplay;  in intel_sdvo_get_dtd_from_mode() 865 	mode.hsync_start = mode.hdisplay + dtd->part2.h_sync_off;  in intel_sdvo_get_mode_from_dtd() 866 	mode.hsync_start += (dtd->part2.sync_off_width_high & 0xc0) << 2;  in intel_sdvo_get_mode_from_dtd() 867 	mode.hsync_end = mode.hsync_start + dtd->part2.h_sync_width;  in intel_sdvo_get_mode_from_dtd()
  | 
| D | intel_dsi.c | 703 	hfp = mode->hsync_start - mode->hdisplay;  in set_dsi_timings() 704 	hsync = mode->hsync_end - mode->hsync_start;  in set_dsi_timings()
  | 
| D | intel_dvo.c | 278 		C(hsync_start);  in intel_dvo_compute_config()
  | 
| D | intel_bios.c | 91 	panel_fixed_mode->hsync_start = panel_fixed_mode->hdisplay +  in fill_detail_timing_data() 93 	panel_fixed_mode->hsync_end = panel_fixed_mode->hsync_start +  in fill_detail_timing_data()
  | 
| D | i915_irq.c | 558 	u32 high1, high2, low, pixel, vbl_start, hsync_start, htotal;  in i915_get_vblank_counter()  local 565 	hsync_start = mode->crtc_hsync_start;  in i915_get_vblank_counter() 574 	vbl_start -= htotal - hsync_start;  in i915_get_vblank_counter() 646 	int vbl_start, vbl_end, hsync_start, htotal, vtotal;  in i915_get_crtc_scanoutpos()  local 658 	hsync_start = mode->crtc_hsync_start;  in i915_get_crtc_scanoutpos() 722 		position = (position + htotal - hsync_start) % vtotal;  in i915_get_crtc_scanoutpos()
  | 
| D | intel_panel.c | 75 		    scan->hsync_start == fixed_mode->hsync_start &&  in intel_find_panel_downclock()
  | 
| D | intel_display.c | 5858 		adjusted_mode->hsync_start == adjusted_mode->hdisplay)  in intel_crtc_compute_config() 6704 	mode->hsync_start = pipe_config->base.adjusted_mode.crtc_hsync_start;  in intel_mode_from_pipe_config() 9382 	mode->hsync_start = (hsync & 0xffff) + 1;  in intel_crtc_mode_get()
  | 
| D | i915_debugfs.c | 2506 		   mode->hdisplay, mode->hsync_start,  in intel_seq_print_mode()
  | 
| /linux-4.1.27/drivers/gpu/drm/msm/edp/ | 
| D | edp_bridge.c | 66 			mode->hdisplay, mode->hsync_start,  in edp_bridge_mode_set()
  | 
| D | edp_ctrl.c | 1316 	hstart_from_sync = mode->htotal - mode->hsync_start;  in msm_edp_ctrl_timing_cfg() 1324 			mode->hsync_end - mode->hsync_start);  in msm_edp_ctrl_timing_cfg()
  | 
| /linux-4.1.27/drivers/video/fbdev/ | 
| D | gbefb.c | 530 		timing->hsync_start = var->xres + var->right_margin + 1;  in compute_gbe_timing() 531 		timing->hsync_end = timing->hsync_start + var->hsync_len;  in compute_gbe_timing() 566 	SET_GBE_FIELD(VT_HSYNC, HSYNC_ON, val, timing->hsync_start);  in gbe_set_timing_info() 995 	var->right_margin = timing.hsync_start - timing.width;  in gbefb_check_var() 998 	var->hsync_len = timing.hsync_end - timing.hsync_start;  in gbefb_check_var()
  | 
| /linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/ | 
| D | dfp.c | 302 	    (output_mode->hsync_start - output_mode->hdisplay) >=  in nv04_dfp_mode_set() 306 		regp->fp_horiz_regs[FP_CRTC] = output_mode->hsync_start - drm->vbios.digital_min_front_porch - 1;  in nv04_dfp_mode_set() 307 	regp->fp_horiz_regs[FP_SYNC_START] = output_mode->hsync_start - 1;  in nv04_dfp_mode_set()
  | 
| D | tvnv17.c | 281 			mode->hsync_start = (mode->hdisplay + (mode->htotal  in nv17_tv_get_hd_modes() 283 			mode->hsync_end = mode->hsync_start + 8;  in nv17_tv_get_hd_modes() 544 						output_mode->hsync_start - 1;  in nv17_tv_mode_set()
  | 
| /linux-4.1.27/drivers/video/fbdev/vermilion/ | 
| D | vermilion.c | 781 	u32 htotal, hactive, hblank_start, hblank_end, hsync_start, hsync_end;  in vmlfb_set_par_locked()  local 798 	hsync_start = hactive + var->right_margin;  in vmlfb_set_par_locked() 799 	hsync_end = hsync_start + var->hsync_len;  in vmlfb_set_par_locked() 847 		    ((hsync_end - 1) << 16) | (hsync_start - 1));  in vmlfb_set_par_locked()
  | 
| /linux-4.1.27/drivers/gpu/drm/atmel-hlcdc/ | 
| D | atmel_hlcdc_dc.c | 149 	int hfront_porch = mode->hsync_start - mode->hdisplay;  in atmel_hlcdc_dc_mode_valid() 151 	int hsync_len = mode->hsync_end - mode->hsync_start;  in atmel_hlcdc_dc_mode_valid()
  | 
| /linux-4.1.27/drivers/video/fbdev/intelfb/ | 
| D | intelfbhw.c | 1050 	u32 hsync_start, hsync_end, hblank_start, hblank_end, htotal, hactive;  in intelfbhw_mode_to_hw()  local 1177 	hsync_start = hactive + var->right_margin;  in intelfbhw_mode_to_hw() 1178 	hsync_end = hsync_start + var->hsync_len;  in intelfbhw_mode_to_hw() 1184 		hactive, hsync_start, hsync_end, htotal, hblank_start,  in intelfbhw_mode_to_hw() 1204 	hsync_start--;  in intelfbhw_mode_to_hw() 1205 	if (check_overflow(hsync_start, HSYNCSTART_MASK, "CRTC hsync_start"))  in intelfbhw_mode_to_hw() 1242 	*hs = (hsync_start << HSYNCSTART_SHIFT) | (hsync_end << HSYNCEND_SHIFT);  in intelfbhw_mode_to_hw()
  | 
| /linux-4.1.27/include/video/ | 
| D | gbe.h | 296 	short hsync_start;	/* Horizontal sync start */  member
  | 
| /linux-4.1.27/drivers/gpu/drm/msm/dsi/ | 
| D | dsi_manager.c | 155 		mode->hsync_start >>= 1;  in dsi_dual_connector_fix_modes() 421 			mode->hdisplay, mode->hsync_start,  in dsi_mgr_bridge_mode_set()
  | 
| D | dsi_host.c | 801 	u32 hs_end = mode->hsync_end - mode->hsync_start;  in dsi_timing_setup() 803 	u32 ha_start = h_total - mode->hsync_start;  in dsi_timing_setup()
  | 
| /linux-4.1.27/include/uapi/drm/ | 
| D | drm_mode.h | 108 	__u16 hdisplay, hsync_start, hsync_end, htotal, hskew;  member
  | 
| /linux-4.1.27/drivers/gpu/drm/exynos/ | 
| D | exynos_hdmi.c | 1813 	val = (m->hsync_start - m->hdisplay - 2);  in hdmi_v13_mode_set() 1844 		val = ((m->htotal / 2) + (m->hsync_start - m->hdisplay));  in hdmi_v13_mode_set() 1846 			(m->hsync_start - m->hdisplay)) << 12;  in hdmi_v13_mode_set() 1931 			(m->htotal / 2) + (m->hsync_start - m->hdisplay));  in hdmi_v14_mode_set() 1933 			(m->htotal / 2) + (m->hsync_start - m->hdisplay));  in hdmi_v14_mode_set() 1967 	hdmi_set_reg(core->h_sync_start, 2, m->hsync_start - m->hdisplay - 2);  in hdmi_v14_mode_set()
  | 
| D | exynos_drm_dsi.c | 1524 	vm->hfront_porch = mode->hsync_start - mode->hdisplay;  in exynos_dsi_mode_set() 1526 	vm->hsync_len = mode->hsync_end - mode->hsync_start;  in exynos_dsi_mode_set()
  | 
| /linux-4.1.27/drivers/gpu/drm/rockchip/ | 
| D | rockchip_drm_vop.c | 640 	dsp_stx = crtc_x + crtc->mode.htotal - crtc->mode.hsync_start;  in vop_update_plane_event() 893 	u16 hsync_len = adjusted_mode->hsync_end - adjusted_mode->hsync_start;  in vop_crtc_mode_set() 896 	u16 hact_st = adjusted_mode->htotal - adjusted_mode->hsync_start;  in vop_crtc_mode_set()
  | 
| /linux-4.1.27/drivers/gpu/drm/cirrus/ | 
| D | cirrus_mode.c | 207 	hsyncstart = mode->hsync_start / 8;  in cirrus_crtc_mode_set()
  | 
| /linux-4.1.27/drivers/gpu/drm/i2c/ | 
| D | ch7006_drv.c | 141 	start_active = (drm_mode->htotal & ~0x7) - (drm_mode->hsync_start & ~0x7);  in ch7006_encoder_mode_set()
  | 
| D | ch7006_mode.c | 113 			.hsync_start = e_hd + 16,			\
  | 
| D | tda998x_drv.c | 874 	hs_pix_s     = mode->hsync_start - mode->hdisplay;  in tda998x_encoder_mode_set()
  | 
| /linux-4.1.27/drivers/gpu/drm/tegra/ | 
| D | dsi.c | 550 		hsw = (mode->hsync_end - mode->hsync_start) * mul / div;  in tegra_dsi_configure() 558 		hfp = (mode->hsync_start - mode->hdisplay) * mul / div;  in tegra_dsi_configure()
  | 
| D | hdmi.c | 850 	h_sync_width = mode->hsync_end - mode->hsync_start;  in tegra_hdmi_encoder_mode_set() 852 	h_front_porch = mode->hsync_start - mode->hdisplay;  in tegra_hdmi_encoder_mode_set()
  | 
| D | sor.c | 1309 	hse = mode->hsync_end - mode->hsync_start - 1;  in tegra_sor_encoder_mode_set() 1315 	hbe = hse + (mode->hsync_start - mode->hdisplay);  in tegra_sor_encoder_mode_set()
  | 
| D | dc.c | 1152 		((mode->hsync_end - mode->hsync_start) <<  0);  in tegra_dc_set_timings() 1160 		((mode->hsync_start - mode->hdisplay) <<  0);  in tegra_dc_set_timings()
  | 
| /linux-4.1.27/drivers/gpu/drm/mgag200/ | 
| D | mgag200_mode.c | 907 	hsyncstart = mode->hsync_start / 8 - 1;  in mga_crtc_mode_set() 1529 	if ((mode->hdisplay % 8) != 0 || (mode->hsync_start % 8) != 0 ||  in mga_vga_mode_valid()
  | 
| /linux-4.1.27/drivers/gpu/drm/bridge/ | 
| D | dw_hdmi.c | 1084 	h_de_hs = mode->hsync_start - mode->hdisplay;  in hdmi_av_composer() 1093 	hsync_len = mode->hsync_end - mode->hsync_start;  in hdmi_av_composer()
  | 
| /linux-4.1.27/drivers/video/fbdev/aty/ | 
| D | radeon_base.c | 1542 	int hsync_start, hsync_fudge, bytpp, hsync_wid, vsync_wid;  in radeonfb_set_par()  local 1628 	hsync_start = hSyncStart - 8 + hsync_fudge;  in radeonfb_set_par() 1655 	newmode->crtc_h_sync_strt_wid = ((hsync_start & 0x1fff) |  in radeonfb_set_par()
  | 
| /linux-4.1.27/drivers/gpu/drm/vmwgfx/ | 
| D | vmwgfx_kms.c | 1924 	mode->hsync_start = mode->hdisplay + 50;  in vmw_guess_mode_timing() 1925 	mode->hsync_end = mode->hsync_start + 50;  in vmw_guess_mode_timing()
  | 
| /linux-4.1.27/drivers/gpu/drm/nouveau/ | 
| D | nv50_display.c | 1128 	hsynce  = mode->hsync_end - mode->hsync_start - 1;  in nv50_crtc_mode_set() 1131 	hfrontp = mode->hsync_start - mode->hdisplay;  in nv50_crtc_mode_set()
  | 
| D | nouveau_bios.c | 471 	mode->hsync_start = ROM16(mode_entry[17]) + 1;  in nouveau_bios_fp_mode()
  |