Home
last modified time | relevance | path

Searched refs:HSYNC_POSITIVE_POLARITY (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/display/include/
Dbios_parser_types.h190 uint32_t HSYNC_POSITIVE_POLARITY:1; member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h742 uint32_t HSYNC_POSITIVE_POLARITY :1; /* when set to 1, member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_timing_generator_v.c332 if (timing->flags.HSYNC_POSITIVE_POLARITY) { in dce110_timing_generator_v_program_blanking()
Ddce110_timing_generator.c330 if (patched_crtc_timing.flags.HSYNC_POSITIVE_POLARITY == 1) in dce110_timing_generator_program_timing_generator()
331 bp_params.flags.HSYNC_POSITIVE_POLARITY = 1; in dce110_timing_generator_program_timing_generator()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_hpo_dp_stream_encoder.c361 hsp = hw_crtc_timing.flags.HSYNC_POSITIVE_POLARITY ? 0 : 0x80; in dcn31_hpo_dp_stream_enc_set_stream_attribute()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/bios/
Dcommand_table2.c616 if (bp_params->flags.HSYNC_POSITIVE_POLARITY == 0) in set_crtc_using_dtd_timing_v3()
Dcommand_table.c1857 if (0 == bp_params->flags.HSYNC_POSITIVE_POLARITY) in set_crtc_timing_v1()
1936 if (0 == bp_params->flags.HSYNC_POSITIVE_POLARITY) in set_crtc_using_dtd_timing_v3()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce/
Ddce_stream_encoder.c488 !hw_crtc_timing.flags.HSYNC_POSITIVE_POLARITY, in dce110_stream_encoder_dp_set_stream_attribute()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_stream_encoder.c451 !hw_crtc_timing.flags.HSYNC_POSITIVE_POLARITY, in enc1_stream_encoder_dp_set_stream_attribute()
Ddcn10_optc.c196 h_sync_polarity = patched_crtc_timing.flags.HSYNC_POSITIVE_POLARITY ? in optc1_program_timing()
/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c5239 timing_out->flags.HSYNC_POSITIVE_POLARITY = old_stream->timing.flags.HSYNC_POSITIVE_POLARITY; in fill_stream_properties_from_drm_display_mode()
5244 timing_out->flags.HSYNC_POSITIVE_POLARITY = 1; in fill_stream_properties_from_drm_display_mode()