Home
last modified time | relevance | path

Searched refs:hsync_start (Results 1 – 25 of 68) sorted by relevance

123

/linux/drivers/gpu/drm/panel/
H A Dpanel-arm-versatile.c138 .hsync_start = 320 + 6,
161 .hsync_start = 640 + 24,
183 .hsync_start = 176 + 2,
206 .hsync_start = 240 + 10,
H A Dpanel-sitronix-st7703.c137 .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 Dpanel-novatek-nt35560.c63 .hsync_start = 480 + 15,
82 .hsync_start = 480 + 154,
105 .hsync_start = 480 + 15,
124 .hsync_start = 480 + 154,
H A Dpanel-himax-hx8394.c184 .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 Dpanel-visionox-rm692e5.c243 .hsync_start = 1080 + 26,
257 .hsync_start = 1080 + 26,
271 .hsync_start = 1080 + 26,
H A Dpanel-auo-a030jtn01.c248 .hsync_start = 320 + 8,
260 .hsync_start = 320 + 8,
H A Dpanel-visionox-rm69299.c241 .hsync_start = 1080 + 26,
254 .hsync_start = 1080 + 26,
H A Dpanel-summit.c39 .hsync_start = 60 + 8,
H A Dpanel-orisetech-otm8009a.c79 .hsync_start = 480 + 98,
93 .hsync_start = 480 + 70,
H A Dpanel-himax-hx83121a.c573 .hsync_start = (800 + 60) * 2,
584 .hsync_start = (800 + 60) * 2,
598 .hsync_start = (800 + 60) * 2,
H A Dpanel-lg-ld070wx3.c95 .hsync_start = 800 + 32,
H A Dpanel-samsung-ltl106hl02.c85 .hsync_start = 1920 + 32,
H A Dpanel-hydis-hv101hd1.c79 .hsync_start = 1366 + 74,
H A Dpanel-ilitek-ili9806e-dsi.c296 .hsync_start = 480 + 16,
455 .hsync_start = 480 + 20,
/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_encoder.c73 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 Dmdp4_dsi_encoder.c51 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 Dmdp4_dtv_encoder.c55 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 Damdgpu_encoders.c171 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 Ddrm_modes_test.c58 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 Ddcss-ss.c124 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 Dradeon_encoders.c329 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 Dxilinx-vtc.h23 unsigned int hsync_start; member
/linux/drivers/gpu/drm/sti/
H A Dsti_vtg.c202 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 Dgbefb.c521 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 Dgud.h84 __le16 hsync_start; member

123