Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/include/
Dbios_parser_types.h188 uint32_t HSYNC_POSITIVE_POLARITY:1; member
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h677 uint32_t HSYNC_POSITIVE_POLARITY :1; /* when set to 1, member
/Linux-v5.15/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-v5.15/drivers/gpu/drm/amd/display/dc/bios/
Dcommand_table2.c612 if (bp_params->flags.HSYNC_POSITIVE_POLARITY == 0) in set_crtc_using_dtd_timing_v3()
Dcommand_table.c1856 if (0 == bp_params->flags.HSYNC_POSITIVE_POLARITY) in set_crtc_timing_v1()
1935 if (0 == bp_params->flags.HSYNC_POSITIVE_POLARITY) in set_crtc_using_dtd_timing_v3()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_stream_encoder.c460 !hw_crtc_timing.flags.HSYNC_POSITIVE_POLARITY, in enc1_stream_encoder_dp_set_stream_attribute()
Ddcn10_optc.c211 h_sync_polarity = patched_crtc_timing.flags.HSYNC_POSITIVE_POLARITY ? in optc1_program_timing()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce/
Ddce_stream_encoder.c504 !hw_crtc_timing.flags.HSYNC_POSITIVE_POLARITY, in dce110_stream_encoder_dp_set_stream_attribute()
/Linux-v5.15/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c5364 timing_out->flags.HSYNC_POSITIVE_POLARITY = old_stream->timing.flags.HSYNC_POSITIVE_POLARITY; in fill_stream_properties_from_drm_display_mode()
5369 timing_out->flags.HSYNC_POSITIVE_POLARITY = 1; in fill_stream_properties_from_drm_display_mode()