Home
last modified time | relevance | path

Searched refs:h_sync_width (Results 1 – 25 of 29) sorted by relevance

12

/drivers/gpu/drm/amd/display/dc/hpo/dcn31/
A Ddcn31_hpo_dp_stream_encoder.c351 hw_crtc_timing.h_sync_width; in dcn31_hpo_dp_stream_enc_set_stream_attribute()
354 h_active_start = hw_crtc_timing.h_sync_width + h_back_porch; in dcn31_hpo_dp_stream_enc_set_stream_attribute()
422 MSA_DATA_LANE_0, hsp | (hw_crtc_timing.h_sync_width >> 8), in dcn31_hpo_dp_stream_enc_set_stream_attribute()
428 MSA_DATA_LANE_0, hw_crtc_timing.h_sync_width & 0xff, in dcn31_hpo_dp_stream_enc_set_stream_attribute()
/drivers/gpu/drm/amd/display/dc/dio/dcn401/
A Ddcn401_dio_stream_encoder.c671 hw_crtc_timing.h_sync_width; in enc401_stream_encoder_dp_set_stream_attribute()
674 h_active_start = hw_crtc_timing.h_sync_width + h_back_porch; in enc401_stream_encoder_dp_set_stream_attribute()
689 hw_crtc_timing.h_sync_width, in enc401_stream_encoder_dp_set_stream_attribute()
/drivers/video/fbdev/
A Dacornfb.c122 vidc.h_sync_width = var->hsync_len - 8; in acornfb_set_timing()
123 vidc.h_border_start = vidc.h_sync_width + var->left_margin + 8 - 12; in acornfb_set_timing()
164 vidc_writel(0x81000000 | vidc.h_sync_width); in acornfb_set_timing()
226 printk(KERN_DEBUG " H-sync-width : %d\n", vidc.h_sync_width); in acornfb_set_timing()
A Dacornfb.h59 u_int h_sync_width; member
/drivers/gpu/drm/amd/display/dc/optc/dcn201/
A Ddcn201_optc.c106 if (timing->h_sync_width < optc1->min_h_sync_width || in optc201_validate_timing()
/drivers/gpu/drm/amd/display/include/
A Dbios_parser_types.h177 uint32_t h_sync_width; member
/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
A Ddml_top_display_cfg_types.h251 unsigned long h_sync_width; member
/drivers/gpu/drm/amd/display/dc/dio/dcn10/
A Ddcn10_stream_encoder.c430 hw_crtc_timing.h_sync_width; in enc1_stream_encoder_dp_set_stream_attribute()
433 h_active_start = hw_crtc_timing.h_sync_width + h_back_porch; in enc1_stream_encoder_dp_set_stream_attribute()
448 hw_crtc_timing.h_sync_width, in enc1_stream_encoder_dp_set_stream_attribute()
/drivers/gpu/drm/amd/display/dc/dce/
A Ddce_stream_encoder.c465 hw_crtc_timing.h_sync_width; in dce110_stream_encoder_dp_set_stream_attribute()
468 h_active_start = hw_crtc_timing.h_sync_width + h_back_porch; in dce110_stream_encoder_dp_set_stream_attribute()
485 hw_crtc_timing.h_sync_width, in dce110_stream_encoder_dp_set_stream_attribute()
/drivers/gpu/drm/amd/display/dc/optc/dcn10/
A Ddcn10_optc.c198 OTG_H_SYNC_A_END, patched_crtc_timing.h_sync_width); in optc1_program_timing()
633 if (timing->h_sync_width < optc1->min_h_sync_width || in optc1_validate_timing()
1320 hw_crtc_timing->h_sync_width = s.h_sync_a_end - s.h_sync_a_start; in optc1_get_hw_timing()
/drivers/gpu/drm/tegra/
A Dhdmi.c1210 unsigned int h_sync_width, h_front_porch, h_back_porch, i, rekey; in tegra_hdmi_encoder_enable() local
1236 h_sync_width = mode->hsync_end - mode->hsync_start; in tegra_hdmi_encoder_enable()
1265 pulse_start = 1 + h_sync_width + h_back_porch - 10; in tegra_hdmi_encoder_enable()
1317 value |= HDMI_CTRL_MAX_AC_PACKET((h_sync_width + h_back_porch + in tegra_hdmi_encoder_enable()
/drivers/gpu/drm/gma500/
A Dpsb_intel_sdvo_regs.h78 u8 h_sync_width; /**< lower 8 bits (pixels) */ member
A Dpsb_intel_sdvo.c783 dtd->part2.h_sync_width = h_sync_len & 0xff; in psb_intel_sdvo_get_dtd_from_mode()
808 mode->hsync_end = mode->hsync_start + dtd->part2.h_sync_width; in psb_intel_sdvo_get_mode_from_dtd()
/drivers/gpu/drm/i915/display/
A Dintel_sdvo_regs.h89 u8 h_sync_width; /* lower 8 bits (pixels) */ member
A Dintel_sdvo.c865 dtd->part2.h_sync_width = h_sync_len & 0xff; in intel_sdvo_get_dtd_from_mode()
892 mode.hsync_end = mode.hsync_start + dtd->part2.h_sync_width; in intel_sdvo_get_mode_from_dtd()
/drivers/gpu/drm/amd/display/dc/dce110/
A Ddce110_timing_generator.c316 bp_params.h_sync_width = patched_crtc_timing.h_sync_width; in dce110_timing_generator_program_timing_generator()
1161 timing->h_sync_width); in dce110_timing_generator_validate_timing()
A Ddce110_timing_generator_v.c325 timing->h_sync_width, in dce110_timing_generator_v_program_blanking()
/drivers/gpu/drm/amd/display/dc/
A Ddc_hw_types.h918 uint32_t h_sync_width; member
/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/
A Ddml2_pmo_dcn3.c261 (timing->h_sync_width % denominator == 0); in is_h_timing_divisible_by()
A Ddml2_pmo_dcn4_fams2.c723 (timing->h_sync_width % denominator == 0); in is_h_timing_divisible_by()
/drivers/gpu/drm/amd/display/dc/dml2/dml21/
A Ddml21_translation_helper.c438 timing->h_sync_width = stream->timing.h_sync_width; in populate_dml21_timing_config_from_stream_state()
/drivers/gpu/drm/amd/display/dc/bios/
A Dcommand_table.c1838 params.usH_SyncWidth = cpu_to_le16((uint16_t)(bp_params->h_sync_width)); in set_crtc_timing_v1()
1923 params.usH_SyncWidth = cpu_to_le16((uint16_t)bp_params->h_sync_width); in set_crtc_using_dtd_timing_v3()
A Dcommand_table2.c636 params.h_syncwidth = cpu_to_le16((uint16_t)bp_params->h_sync_width); in set_crtc_using_dtd_timing_v3()
/drivers/gpu/drm/amd/display/dc/dce120/
A Ddce120_timing_generator.c121 timing->h_sync_width < tg110->min_h_sync_width || in dce120_timing_generator_validate_timing()
/drivers/gpu/drm/amd/include/
A Datomfirmware.h444 uint16_t h_sync_width; member

Completed in 114 milliseconds

12