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

/linux-master/drivers/gpu/drm/amd/display/include/
H A Dbios_parser_types.h190 uint32_t HSYNC_POSITIVE_POLARITY:1; member in struct:bp_hw_crtc_timing_parameters::timing_flags
/linux-master/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator_v.c332 if (timing->flags.HSYNC_POSITIVE_POLARITY) {
H A Ddce110_timing_generator.c330 if (patched_crtc_timing.flags.HSYNC_POSITIVE_POLARITY == 1)
331 bp_params.flags.HSYNC_POSITIVE_POLARITY = 1;
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h743 uint32_t HSYNC_POSITIVE_POLARITY :1; /* when set to 1, member in struct:dc_crtc_timing_flags
/linux-master/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_hpo_dp_stream_encoder.c361 hsp = hw_crtc_timing.flags.HSYNC_POSITIVE_POLARITY ? 0 : 0x80;
/linux-master/drivers/gpu/drm/amd/display/dc/bios/
H A Dcommand_table.c1857 if (0 == bp_params->flags.HSYNC_POSITIVE_POLARITY)
1936 if (0 == bp_params->flags.HSYNC_POSITIVE_POLARITY)
H A Dcommand_table2.c608 if (bp_params->flags.HSYNC_POSITIVE_POLARITY == 0)
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_stream_encoder.c488 !hw_crtc_timing.flags.HSYNC_POSITIVE_POLARITY,
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_stream_encoder.c451 !hw_crtc_timing.flags.HSYNC_POSITIVE_POLARITY,
/linux-master/drivers/gpu/drm/amd/display/dc/optc/dcn10/
H A Ddcn10_optc.c210 h_sync_polarity = patched_crtc_timing.flags.HSYNC_POSITIVE_POLARITY ?
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5675 timing_out->flags.HSYNC_POSITIVE_POLARITY = old_stream->timing.flags.HSYNC_POSITIVE_POLARITY;
5680 timing_out->flags.HSYNC_POSITIVE_POLARITY = 1;

Completed in 234 milliseconds