Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/display/include/
H A Dbios_parser_types.h191 uint32_t VSYNC_POSITIVE_POLARITY:1; member
/openbsd/sys/dev/pci/drm/amd/display/dc/
H A Ddc_hw_types.h745 uint32_t VSYNC_POSITIVE_POLARITY :1; /* when set to 1, member
/openbsd/sys/dev/pci/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()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn31/
H A Ddcn31_hpo_dp_stream_encoder.c362 vsp = hw_crtc_timing.flags.VSYNC_POSITIVE_POLARITY ? 0 : 0x80; in dcn31_hpo_dp_stream_enc_set_stream_attribute()
/openbsd/sys/dev/pci/drm/amd/display/dc/bios/
H A Dcommand_table2.c613 if (bp_params->flags.VSYNC_POSITIVE_POLARITY == 0) in set_crtc_using_dtd_timing_v3()
H A Dcommand_table.c1861 if (0 == bp_params->flags.VSYNC_POSITIVE_POLARITY) in set_crtc_timing_v1()
1940 if (0 == bp_params->flags.VSYNC_POSITIVE_POLARITY) in set_crtc_using_dtd_timing_v3()
/openbsd/sys/dev/pci/drm/amd/display/dc/dce/
H A Ddce_stream_encoder.c492 !hw_crtc_timing.flags.VSYNC_POSITIVE_POLARITY); in dce110_stream_encoder_dp_set_stream_attribute()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_stream_encoder.c455 !hw_crtc_timing.flags.VSYNC_POSITIVE_POLARITY); in enc1_stream_encoder_dp_set_stream_attribute()
H A Ddcn10_optc.c248 v_sync_polarity = patched_crtc_timing.flags.VSYNC_POSITIVE_POLARITY ? in optc1_program_timing()
/openbsd/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5534 timing_out->flags.VSYNC_POSITIVE_POLARITY = old_stream->timing.flags.VSYNC_POSITIVE_POLARITY; in fill_stream_properties_from_drm_display_mode()
5540 timing_out->flags.VSYNC_POSITIVE_POLARITY = 1; in fill_stream_properties_from_drm_display_mode()
5696 master->timing.flags.VSYNC_POSITIVE_POLARITY ? in set_multisync_trigger_params()