Home
last modified time | relevance | path

Searched refs:VSYNC_POSITIVE_POLARITY (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/gpu/drm/amd/display/include/
H A Dbios_parser_types.h192 uint32_t VSYNC_POSITIVE_POLARITY:1; member
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h790 uint32_t VSYNC_POSITIVE_POLARITY :1; /* when set to 1, member
/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator_v.c358 if (timing->flags.VSYNC_POSITIVE_POLARITY) { in dce110_timing_generator_v_program_blanking()
H A Ddce110_timing_generator.c333 if (patched_crtc_timing.flags.VSYNC_POSITIVE_POLARITY == 1) in dce110_timing_generator_program_timing_generator()
334 bp_params.flags.VSYNC_POSITIVE_POLARITY = 1; in dce110_timing_generator_program_timing_generator()
/linux/drivers/gpu/drm/amd/display/dc/hpo/dcn31/
H A Ddcn31_hpo_dp_stream_encoder.c363 vsp = hw_crtc_timing.flags.VSYNC_POSITIVE_POLARITY ? 0 : 0x80; in dcn31_hpo_dp_stream_enc_set_stream_attribute()
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn401/
H A Ddcn401_dio_stream_encoder.c695 !hw_crtc_timing.flags.VSYNC_POSITIVE_POLARITY); in enc401_stream_encoder_dp_set_stream_attribute()
/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dcommand_table2.c656 if (bp_params->flags.VSYNC_POSITIVE_POLARITY == 0) in set_crtc_using_dtd_timing_v3()
H A Dcommand_table.c2172 if (0 == bp_params->flags.VSYNC_POSITIVE_POLARITY) in set_crtc_timing_v1()
2251 if (0 == bp_params->flags.VSYNC_POSITIVE_POLARITY) in set_crtc_using_dtd_timing_v3()
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn10/
H A Ddcn10_stream_encoder.c454 !hw_crtc_timing.flags.VSYNC_POSITIVE_POLARITY); in enc1_stream_encoder_dp_set_stream_attribute()
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_stream_encoder.c491 !hw_crtc_timing.flags.VSYNC_POSITIVE_POLARITY); in dce110_stream_encoder_dp_set_stream_attribute()
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn10/
H A Ddcn10_optc.c253 v_sync_polarity = patched_crtc_timing.flags.VSYNC_POSITIVE_POLARITY ? in optc1_program_timing()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c6745 timing_out->flags.VSYNC_POSITIVE_POLARITY = old_stream->timing.flags.VSYNC_POSITIVE_POLARITY; in fill_stream_properties_from_drm_display_mode()
6751 timing_out->flags.VSYNC_POSITIVE_POLARITY = 1; in fill_stream_properties_from_drm_display_mode()
6918 master->timing.flags.VSYNC_POSITIVE_POLARITY ? in set_multisync_trigger_params()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c7099 state->optc[i].otg_v_sync_polarity = timing->flags.VSYNC_POSITIVE_POLARITY ? 0 : 1; in dc_capture_register_software_state()