| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-arm-versatile.c | 138 .hsync_start = 320 + 6, 161 .hsync_start = 640 + 24, 183 .hsync_start = 176 + 2, 206 .hsync_start = 240 + 10,
|
| H A D | panel-sitronix-st7703.c | 137 .hsync_start = 720 + 90, 316 .hsync_start = 720 + 40, 403 .hsync_start = 640 + 40, 487 .hsync_start = 720 + 45, 573 .hsync_start = 720 + 40, 655 .hsync_start = 640 + 40, 750 .hsync_start = 768 + 110,
|
| 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-himax-hx8394.c | 184 .hsync_start = 720 + 40, 313 .hsync_start = 720 + 44, 460 .hsync_start = 720 + 12, 601 .hsync_start = 1080 + 32, 714 .hsync_start = 720 + 40, 737 .hsync_start = 720 + 50,
|
| H A D | panel-visionox-rm692e5.c | 243 .hsync_start = 1080 + 26, 257 .hsync_start = 1080 + 26, 271 .hsync_start = 1080 + 26,
|
| H A D | panel-auo-a030jtn01.c | 248 .hsync_start = 320 + 8, 260 .hsync_start = 320 + 8,
|
| H A D | panel-visionox-rm69299.c | 241 .hsync_start = 1080 + 26, 254 .hsync_start = 1080 + 26,
|
| H A D | panel-summit.c | 39 .hsync_start = 60 + 8,
|
| H A D | panel-orisetech-otm8009a.c | 79 .hsync_start = 480 + 98, 93 .hsync_start = 480 + 70,
|
| H A D | panel-himax-hx83121a.c | 573 .hsync_start = (800 + 60) * 2, 584 .hsync_start = (800 + 60) * 2, 598 .hsync_start = (800 + 60) * 2,
|
| H A D | panel-lg-ld070wx3.c | 95 .hsync_start = 800 + 32,
|
| H A D | panel-samsung-ltl106hl02.c | 85 .hsync_start = 1920 + 32,
|
| H A D | panel-hydis-hv101hd1.c | 79 .hsync_start = 1366 + 74,
|
| H A D | panel-ilitek-ili9806e-dsi.c | 296 .hsync_start = 480 + 16, 455 .hsync_start = 480 + 20,
|
| /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/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/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/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/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/media/platform/xilinx/ |
| H A D | xilinx-vtc.h | 23 unsigned int hsync_start; member
|
| /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/include/drm/ |
| H A D | gud.h | 84 __le16 hsync_start; member
|