Home
last modified time | relevance | path

Searched refs:h_blank (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_audio.c136 uint32_t h_blank; in check_audio_bandwidth_hdmi() local
169 h_blank = crtc_info->h_total - crtc_info->h_active; in check_audio_bandwidth_hdmi()
172 h_blank *= crtc_info->pixel_repetition; in check_audio_bandwidth_hdmi()
175 h_blank -= 58; in check_audio_bandwidth_hdmi()
177 h_blank -= 16; in check_audio_bandwidth_hdmi()
179 samples = h_blank * 10; in check_audio_bandwidth_hdmi()
H A Ddce_stream_encoder.c282 uint32_t h_blank; in dce110_stream_encoder_dp_set_stream_attribute() local
464 h_blank = crtc_timing->h_total - crtc_timing->h_border_left - in dce110_stream_encoder_dp_set_stream_attribute()
467 h_back_porch = h_blank - crtc_timing->h_front_porch - in dce110_stream_encoder_dp_set_stream_attribute()
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_stream_encoder.c254 uint32_t h_blank; in enc1_stream_encoder_dp_set_stream_attribute() local
424 h_blank = crtc_timing->h_total - crtc_timing->h_border_left - in enc1_stream_encoder_dp_set_stream_attribute()
427 h_back_porch = h_blank - crtc_timing->h_front_porch - in enc1_stream_encoder_dp_set_stream_attribute()
H A Ddcn10_optc.c537 uint32_t h_blank; in optc1_validate_timing() local
548 h_blank = (timing->h_total - timing->h_addressable - in optc1_validate_timing()
574 if (h_blank < optc1->min_h_blank) in optc1_validate_timing()
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator.c1114 uint32_t h_blank; in dce110_timing_generator_validate_timing() local
1144 h_blank = (timing->h_total - timing->h_addressable - in dce110_timing_generator_validate_timing()
1148 if (h_blank < tg110->min_h_blank) in dce110_timing_generator_validate_timing()
1154 h_back_porch = h_blank - (h_sync_start - in dce110_timing_generator_validate_timing()
/dragonfly/sys/dev/drm/i915/
H A Dintel_sdvo_regs.h74 u8 h_blank; /* lower 8 bits (pixels) */ member
H A Dintel_sdvo.c835 dtd->part1.h_blank = h_blank_len & 0xff; in intel_sdvo_get_dtd_from_mode()
873 mode.htotal = mode.hdisplay + dtd->part1.h_blank; in intel_sdvo_get_mode_from_dtd()