/linux/drivers/gpu/drm/panel/ |
A D | panel-simple.c | 713 .vsync_start = 800 + 3, 739 .vsync_start = 272 + 2, 763 .vsync_start = 480 + 2, 889 .vsync_start = 800 + 8, 937 .vsync_start = 800 + 6, 991 .vsync_start = 768 + 4, 1204 .vsync_start = 272 + 8, 1361 .vsync_start = 768 + 4, 1497 .vsync_start = 240 + 4, 1522 .vsync_start = 240 + 4, [all …]
|
A D | panel-edp.c | 920 .vsync_start = 768 + 4, 946 .vsync_start = 768 + 10, 972 .vsync_start = 1080 + 3, 1026 .vsync_start = 768 + 3, 1048 .vsync_start = 1080 + 3, 1076 .vsync_start = 800 + 3, 1087 .vsync_start = 800 + 3, 1160 .vsync_start = 1080 + 3, 1230 .vsync_start = 768 + 8, 1367 .vsync_start = 768 + 5, [all …]
|
A D | panel-arm-versatile.c | 143 .vsync_start = 240 + 5, 166 .vsync_start = 480 + 11, 188 .vsync_start = 220 + 0, 211 .vsync_start = 320 + 2,
|
A D | panel-tpo-tpg110.c | 111 .vsync_start = 480 + 10, 127 .vsync_start = 480 + 18, 143 .vsync_start = 272 + 2, 159 .vsync_start = 640 + 4, 175 .vsync_start = 240 + 2,
|
A D | panel-ilitek-ili9322.c | 548 .vsync_start = 240 + 4, 561 .vsync_start = 240 + 21, 575 .vsync_start = 240 + 4, 589 .vsync_start = 320 + 4, 602 .vsync_start = 360 + 4, 616 .vsync_start = 480 + 4, 630 .vsync_start = 480 + 4,
|
A D | panel-boe-tv101wum-nl6.c | 1267 .vsync_start = 2000 + 26, 1296 .vsync_start = 2000 + 26, 1325 .vsync_start = 1920 + 10, 1352 .vsync_start = 1920 + 16, 1379 .vsync_start = 1920 + 20, 1406 .vsync_start = 1920 + 34, 1433 .vsync_start = 1920 + 20,
|
A D | panel-innolux-ej030na.c | 243 .vsync_start = 480 + 102, 255 .vsync_start = 480 + 102,
|
/linux/drivers/gpu/drm/ |
A D | drm_modes.c | 285 drm_mode->vsync_end = drm_mode->vsync_start + vsync; in drm_cvt_mode() 317 drm_mode->vsync_end = drm_mode->vsync_start + vsync; in drm_cvt_mode() 597 dmode->vsync_start = dmode->vdisplay + vm->vfront_porch; in drm_display_mode_from_videomode() 598 dmode->vsync_end = dmode->vsync_start + vm->vsync_len; in drm_display_mode_from_videomode() 639 vm->vsync_len = dmode->vsync_end - dmode->vsync_start; in drm_display_mode_to_videomode() 826 p->crtc_vsync_start = p->vsync_start; in drm_mode_set_crtcinfo() 930 mode1->vsync_start == mode2->vsync_start && in drm_mode_match_timings() 1099 mode->vsync_start < mode->vdisplay || in drm_mode_validate_basic() 1100 mode->vsync_end < mode->vsync_start || in drm_mode_validate_basic() 1908 out->vsync_start = in->vsync_start; in drm_mode_convert_to_umode() [all …]
|
/linux/drivers/gpu/drm/gud/ |
A D | gud_internal.h | 140 dst->vsync_start = cpu_to_le16(src->vsync_start); in gud_from_display_mode() 158 dst->vsync_start = le16_to_cpu(src->vsync_start); in gud_to_display_mode()
|
/linux/drivers/gpu/drm/msm/dp/ |
A D | dp_panel.c | 374 drm_mode->vsync_start - drm_mode->vdisplay, in dp_panel_timing_cfg() 375 drm_mode->vsync_end - drm_mode->vsync_start); in dp_panel_timing_cfg() 387 data = (drm_mode->vtotal - drm_mode->vsync_start); in dp_panel_timing_cfg() 393 data = drm_mode->vsync_end - drm_mode->vsync_start; in dp_panel_timing_cfg() 432 drm_mode->vsync_start - drm_mode->vdisplay, in dp_panel_init_panel_info() 433 drm_mode->vsync_end - drm_mode->vsync_start); in dp_panel_init_panel_info()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_encoders.c | 172 unsigned vover = native_mode->vsync_start - native_mode->vdisplay; in amdgpu_panel_mode_fixup() 174 unsigned vsync_width = native_mode->vsync_end - native_mode->vsync_start; in amdgpu_panel_mode_fixup() 187 adjusted_mode->vsync_start = native_mode->vdisplay + vover; in amdgpu_panel_mode_fixup() 188 adjusted_mode->vsync_end = adjusted_mode->vsync_start + vsync_width; in amdgpu_panel_mode_fixup()
|
/linux/include/drm/ |
A D | drm_modes.h | 138 .vsync_start = (vss), .vsync_end = (vse), .vtotal = (vt), \ 154 .htotal = (hd), .vdisplay = (vd), .vsync_start = (vd), \ 240 u16 vsync_start; member 409 (m)->vdisplay, (m)->vsync_start, (m)->vsync_end, (m)->vtotal, \
|
/linux/drivers/gpu/drm/msm/disp/mdp4/ |
A D | mdp4_dsi_encoder.c | 65 vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal; in mdp4_dsi_encoder_mode_set() 66 display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + dsi_hsync_skew; in mdp4_dsi_encoder_mode_set() 67 …display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + dsi_hsync_s… in mdp4_dsi_encoder_mode_set()
|
A D | mdp4_dtv_encoder.c | 70 vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal; in mdp4_dtv_encoder_mode_set() 71 display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + dtv_hsync_skew; in mdp4_dtv_encoder_mode_set() 72 …display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + dtv_hsync_s… in mdp4_dtv_encoder_mode_set()
|
A D | mdp4_lcdc_encoder.c | 245 vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal; in mdp4_lcdc_encoder_mode_set() 246 display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + lcdc_hsync_skew; in mdp4_lcdc_encoder_mode_set() 247 …display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + lcdc_hsync_… in mdp4_lcdc_encoder_mode_set()
|
/linux/drivers/gpu/drm/imx/dcss/ |
A D | dcss-ss.c | 131 u16 vsync_start, vsync_end; in dcss_ss_sync_set() local 150 vsync_start = vm->vfront_porch - 1; in dcss_ss_sync_set() 154 ((u32)vsync_end << SYNC_END_POS) | vsync_start, in dcss_ss_sync_set()
|
/linux/drivers/gpu/drm/radeon/ |
A D | radeon_encoders.c | 327 unsigned vover = native_mode->vsync_start - native_mode->vdisplay; in radeon_panel_mode_fixup() 329 unsigned vsync_width = native_mode->vsync_end - native_mode->vsync_start; in radeon_panel_mode_fixup() 344 adjusted_mode->vsync_start = native_mode->vdisplay + vover; in radeon_panel_mode_fixup() 345 adjusted_mode->vsync_end = adjusted_mode->vsync_start + vsync_width; in radeon_panel_mode_fixup()
|
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
A D | dpu_encoder_phys_vid.c | 50 || (mode->vsync_start < mode->vdisplay) in drm_mode_to_intf_timing_params() 52 || (mode->vsync_end < mode->vsync_start)) { in drm_mode_to_intf_timing_params() 58 mode->vsync_start, mode->vsync_end, in drm_mode_to_intf_timing_params() 79 timing->v_front_porch = mode->vsync_start - mode->vdisplay; in drm_mode_to_intf_timing_params() 81 timing->vsync_pulse_width = mode->vsync_end - mode->vsync_start; in drm_mode_to_intf_timing_params() 666 fetch_start = mode.vtotal - (mode.vsync_start - mode.vdisplay); in dpu_encoder_phys_vid_get_frame_count()
|
/linux/drivers/gpu/drm/sti/ |
A D | sti_vtg.c | 218 fallsync_top += mode->vsync_end - mode->vsync_start; in vtg_set_hsync_vsync_pos() 224 fallsync_top = mode->vsync_end - mode->vsync_start; in vtg_set_hsync_vsync_pos() 317 u32 start_line = mode.vtotal - mode.vsync_start + 1; in sti_vtg_get_line_number()
|
/linux/drivers/gpu/drm/bridge/adv7511/ |
A D | adv7533.c | 37 vsw = mode->vsync_end - mode->vsync_start; in adv7511_dsi_config_timing_gen() 38 vfp = mode->vsync_start - mode->vdisplay; in adv7511_dsi_config_timing_gen()
|
/linux/drivers/video/fbdev/ |
A D | neofb.c | 259 int vsync_start = var->yres + var->lower_margin; in vgaHWInit() local 260 int vsync_end = vsync_start + var->vsync_len; in vgaHWInit() 293 | ((vsync_start & 0x100) >> 6) in vgaHWInit() 297 | ((vsync_start & 0x200) >> 2); in vgaHWInit() 310 par->CRTC[16] = vsync_start & 0xFF; in vgaHWInit() 727 int vsync_start, vtotal; in neofb_set_par() local 735 vsync_start = info->var.yres + info->var.lower_margin; in neofb_set_par() 736 vtotal = vsync_start + info->var.vsync_len + info->var.upper_margin; in neofb_set_par() 784 | (((vsync_start) & 0x400) >> 8) in neofb_set_par() 785 | (((vsync_start) & 0x400) >> 7); in neofb_set_par()
|
/linux/drivers/gpu/drm/gma500/ |
A D | oaktrail_lvds.c | 239 mode->vsync_start = \ in oaktrail_lvds_get_configuration_mode() 243 mode->vsync_start + ((ti->vsync_pulse_width_hi << 4) | \ in oaktrail_lvds_get_configuration_mode() 254 pr_info("VSS is %d\n", mode->vsync_start); in oaktrail_lvds_get_configuration_mode()
|
/linux/drivers/gpu/drm/msm/disp/mdp5/ |
A D | mdp5_encoder.c | 88 vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal; in mdp5_vid_encoder_mode_set() 89 display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + dtv_hsync_skew; in mdp5_vid_encoder_mode_set() 90 …display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + dtv_hsync_s… in mdp5_vid_encoder_mode_set()
|
/linux/drivers/media/platform/xilinx/ |
A D | xilinx-vtc.h | 27 unsigned int vsync_start; member
|
/linux/drivers/gpu/drm/shmobile/ |
A D | shmob_drm_crtc.c | 114 value = ((mode->vsync_end - mode->vsync_start) << 16) /* VSYNW */ in shmob_drm_crtc_setup_geometry() 115 | mode->vsync_start; /* VSYNP */ in shmob_drm_crtc_setup_geometry() 604 mode->vsync_start = sdev->pdata->panel.mode.vsync_start; in shmob_drm_connector_get_modes()
|