v_sync_width 3375 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c timing_out->v_sync_width = v_sync_width 1761 drivers/gpu/drm/amd/display/dc/bios/command_table.c cpu_to_le16((uint16_t)(bp_params->v_sync_width)); v_sync_width 1846 drivers/gpu/drm/amd/display/dc/bios/command_table.c params.usV_SyncWidth = cpu_to_le16((uint16_t)bp_params->v_sync_width); v_sync_width 408 drivers/gpu/drm/amd/display/dc/bios/command_table2.c params.v_syncwidth = cpu_to_le16((uint16_t)bp_params->v_sync_width); v_sync_width 789 drivers/gpu/drm/amd/display/dc/dc_hw_types.h uint32_t v_sync_width; v_sync_width 302 drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c hw_crtc_timing.v_sync_width /= 2; v_sync_width 506 drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c hw_crtc_timing.v_sync_width, v_sync_width 319 drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator.c bp_params.v_sync_width = patched_crtc_timing.v_sync_width; v_sync_width 1432 drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator.c if ((timing->v_sync_width + timing->v_front_porch) <= 3) { v_sync_width 352 drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator_v.c timing->v_sync_width, v_sync_width 393 drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator_v.c if ((timing->v_sync_width + timing->v_front_porch) <= 3) { v_sync_width 122 drivers/gpu/drm/amd/display/dc/dce120/dce120_timing_generator.c timing->v_sync_width < tg110->min_v_sync_width) v_sync_width 146 drivers/gpu/drm/amd/display/dc/dce80/dce80_timing_generator.c if ((timing->v_sync_width + timing->v_front_porch) <= 3) { v_sync_width 215 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c v_sync_end = patched_crtc_timing.v_sync_width; v_sync_width 548 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c timing->v_sync_width < optc1->min_v_sync_width) v_sync_width 1252 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c hw_crtc_timing.v_sync_width = s.v_sync_a_end - s.v_sync_a_start; v_sync_width 1284 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c if (otg_timing->v_sync_width != hw_crtc_timing.v_sync_width) v_sync_width 275 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c hw_crtc_timing.v_sync_width /= 2; v_sync_width 464 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c hw_crtc_timing.v_sync_width, v_sync_width 176 drivers/gpu/drm/amd/display/include/bios_parser_types.h uint32_t v_sync_width; v_sync_width 130 drivers/video/fbdev/acornfb.c vidc.v_sync_width = var->vsync_len - 1; v_sync_width 131 drivers/video/fbdev/acornfb.c vidc.v_border_start = vidc.v_sync_width + var->upper_margin; v_sync_width 173 drivers/video/fbdev/acornfb.c vidc_writel(0x91000000 | vidc.v_sync_width); v_sync_width 234 drivers/video/fbdev/acornfb.c printk(KERN_DEBUG " V-sync-width : %d\n", vidc.v_sync_width); v_sync_width 67 drivers/video/fbdev/acornfb.h u_int v_sync_width; v_sync_width 511 drivers/video/fbdev/mx3fb.c uint16_t v_sync_width, uint16_t v_end_width, v_sync_width 523 drivers/video/fbdev/mx3fb.c if (v_sync_width == 0 || h_sync_width == 0) v_sync_width 535 drivers/video/fbdev/mx3fb.c reg = ((uint32_t) (v_sync_width - 1) << 26) | SDC_V_SYNC_WIDTH_L |