Searched refs:h_sync_width (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/drivers/video/fbdev/
H A Dacornfb.h59 u_int h_sync_width; member in struct:vidc_timing
H A Dacornfb.c122 vidc.h_sync_width = var->hsync_len - 8;
123 vidc.h_border_start = vidc.h_sync_width + var->left_margin + 8 - 12;
164 vidc_writel(0x81000000 | vidc.h_sync_width);
226 printk(KERN_DEBUG " H-sync-width : %d\n", vidc.h_sync_width);
/linux-master/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_hpo_dp_stream_encoder.c350 hw_crtc_timing.h_sync_width;
353 h_active_start = hw_crtc_timing.h_sync_width + h_back_porch;
421 MSA_DATA_LANE_0, hsp | (hw_crtc_timing.h_sync_width >> 8),
427 MSA_DATA_LANE_0, hw_crtc_timing.h_sync_width & 0xff,
/linux-master/drivers/gpu/drm/amd/display/dc/optc/dcn201/
H A Ddcn201_optc.c112 if (timing->h_sync_width < optc1->min_h_sync_width ||
/linux-master/drivers/gpu/drm/amd/display/include/
H A Dbios_parser_types.h177 uint32_t h_sync_width; member in struct:bp_hw_crtc_timing_parameters
/linux-master/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_dio_stream_encoder.c265 (timing->h_sync_width % 2 == 0);
/linux-master/drivers/gpu/drm/amd/display/dc/dcn35/
H A Ddcn35_dio_stream_encoder.c297 (timing->h_sync_width % 2 == 0);
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_stream_encoder.c466 hw_crtc_timing.h_sync_width;
469 h_active_start = hw_crtc_timing.h_sync_width + h_back_porch;
486 hw_crtc_timing.h_sync_width,
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_stream_encoder.c431 hw_crtc_timing.h_sync_width;
434 h_active_start = hw_crtc_timing.h_sync_width + h_back_porch;
449 hw_crtc_timing.h_sync_width,
/linux-master/drivers/gpu/drm/amd/display/dc/optc/dcn10/
H A Ddcn10_optc.c190 /* h_sync_start = 0, h_sync_end = vesa.h_sync_width */
193 OTG_H_SYNC_A_END, patched_crtc_timing.h_sync_width);
628 if (timing->h_sync_width < optc1->min_h_sync_width ||
1315 hw_crtc_timing->h_sync_width = s.h_sync_a_end - s.h_sync_a_start;
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo_regs.h78 u8 h_sync_width; /**< lower 8 bits (pixels) */ member in struct:psb_intel_sdvo_dtd::__anon4228
H A Dpsb_intel_sdvo.c783 dtd->part2.h_sync_width = h_sync_len & 0xff;
808 mode->hsync_end = mode->hsync_start + dtd->part2.h_sync_width;
/linux-master/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator_v.c325 timing->h_sync_width,
H A Ddce110_timing_generator.c316 bp_params.h_sync_width = patched_crtc_timing.h_sync_width;
1161 timing->h_sync_width);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_sdvo_regs.h89 u8 h_sync_width; /* lower 8 bits (pixels) */ member in struct:intel_sdvo_dtd::__anon651
H A Dintel_sdvo.c865 dtd->part2.h_sync_width = h_sync_len & 0xff;
892 mode.hsync_end = mode.hsync_start + dtd->part2.h_sync_width;
/linux-master/drivers/gpu/drm/tegra/
H A Dhdmi.c1210 unsigned int h_sync_width, h_front_porch, h_back_porch, i, rekey; local
1236 h_sync_width = mode->hsync_end - mode->hsync_start;
1265 pulse_start = 1 + h_sync_width + h_back_porch - 10;
1317 value |= HDMI_CTRL_MAX_AC_PACKET((h_sync_width + h_back_porch +
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h877 * @h_sync_width: HSync duration in pixels.
879 uint32_t h_sync_width; member in struct:dc_crtc_timing
/linux-master/drivers/gpu/drm/amd/display/dc/bios/
H A Dcommand_table.c1838 params.usH_SyncWidth = cpu_to_le16((uint16_t)(bp_params->h_sync_width));
1923 params.usH_SyncWidth = cpu_to_le16((uint16_t)bp_params->h_sync_width);
H A Dcommand_table2.c593 params.h_syncwidth = cpu_to_le16((uint16_t)bp_params->h_sync_width);
H A Dbios_parser2.c1470 info->lcd_timing.horizontal_sync_width = le16_to_cpu(lvds->lcd_timing.h_sync_width);
/linux-master/drivers/gpu/drm/amd/display/dc/dce120/
H A Ddce120_timing_generator.c121 timing->h_sync_width < tg110->min_h_sync_width ||
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1736 if (crtc_timing->h_sync_width != hw_crtc_timing.h_sync_width)
H A Ddc_resource.c4874 (stream->timing.h_sync_width % 2 == 0);
/linux-master/drivers/gpu/drm/amd/include/
H A Datomfirmware.h443 uint16_t h_sync_width; member in struct:atom_dtd_format

Completed in 593 milliseconds

12