/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_resource_helpers.c | 232 if (pipe->stream->timing.v_addressable != pipe->stream->dst.height || in dcn32_is_center_timing() 233 pipe->stream->timing.v_addressable != pipe->stream->src.height) { in dcn32_is_center_timing() 239 if (pipe->stream->timing.v_addressable != pipe->plane_state->dst_rect.height && in dcn32_is_center_timing() 240 pipe->stream->timing.v_addressable != pipe->plane_state->src_rect.height) { in dcn32_is_center_timing() 487 curr_v_blank = timing->v_total - timing->v_addressable; in get_frame_rate_at_max_stretch_100hz() 612 pipe->stream->timing.v_addressable == height && in dcn32_check_native_scaling_for_res()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_opp.c | 317 uint32_t space1_size = timing->v_total - timing->v_addressable; in opp1_program_stereo() 319 uint32_t space2_size = timing->v_total - timing->v_addressable; in opp1_program_stereo()
|
H A D | dcn10_optc.c | 240 patched_crtc_timing.v_addressable - in optc1_program_timing() 360 patched_crtc_timing.v_addressable - in optc1_set_vtg_params() 596 v_blank = (timing->v_total - timing->v_addressable - in optc1_validate_timing() 1318 hw_crtc_timing->v_addressable = s.v_total - ((s.v_total - s.v_blank_start) + s.v_blank_end); in optc1_get_hw_timing()
|
H A D | dcn10_stream_encoder.c | 270 hw_crtc_timing.v_addressable /= 2; in enc1_stream_encoder_dp_set_stream_attribute() 438 hw_crtc_timing.v_addressable - hw_crtc_timing.v_border_bottom - in enc1_stream_encoder_dp_set_stream_attribute() 462 hw_crtc_timing.v_addressable + hw_crtc_timing.v_border_bottom); in enc1_stream_encoder_dp_set_stream_attribute()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_stream.c | 325 stream->timing.v_addressable >= 1440 && in is_subvp_high_refresh_candidate() 326 stream->timing.v_addressable <= 2160) && in is_subvp_high_refresh_candidate() 369 if (dc->current_state->stream_count == 1 && stream->timing.v_addressable >= 2880 && in dc_stream_set_cursor_attributes() 372 else if (dc->current_state->stream_count > 1 && stream->timing.v_addressable >= 2160 && in dc_stream_set_cursor_attributes()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/ |
H A D | link_validation.c | 152 if (dongle_caps->dfp_cap_ext.max_video_v_active_height < timing->v_addressable) in dp_active_dongle_validate_timing() 278 timing->v_addressable == (uint32_t) 480) in dp_validate_mode_timing()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_dmub_srv.c | 473 …mall_region_us = div64_u64(((uint64_t)phantom_timing->v_addressable * phantom_timing->h_total * 10… in populate_subvp_cmd_drr_info() 481 …subvp_active_us = div64_u64(((uint64_t)main_timing->v_addressable * main_timing->h_total * 1000000… in populate_subvp_cmd_drr_info() 483 drr_active_us = div64_u64(((uint64_t)drr_timing->v_addressable * drr_timing->h_total * 1000000), in populate_subvp_cmd_drr_info() 553 …ng.v_total - vblank_pipe->stream->timing.v_front_porch - vblank_pipe->stream->timing.v_addressable; in populate_subvp_cmd_vblank_pipe_info() 645 main_timing->v_total - main_timing->v_front_porch - main_timing->v_addressable; in populate_subvp_cmd_pipe_info() 646 pipe_data->pipe_config.subvp_data.mall_region_lines = phantom_timing->v_addressable; in populate_subvp_cmd_pipe_info()
|
H A D | dc_hw_types.h | 908 uint32_t v_addressable; member
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce120/ |
H A D | dce120_timing_generator.c | 108 (timing->v_total - timing->v_addressable - in dce120_timing_generator_validate_timing() 436 uint32_t v_sync_start = timing->v_addressable + vsync_offset; in dce120_timing_generator_program_blanking() 477 tmp2 = tmp1 + timing->v_addressable + timing->v_border_top + in dce120_timing_generator_program_blanking() 628 timing->v_total - timing->v_addressable - in dce120_timing_generator_enable_advanced_request()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | dcn32_fpu.c | 610 phantom_stream->timing.v_addressable = phantom_vactive; in dcn32_set_phantom_stream_timing() 612 phantom_stream->timing.v_total = phantom_stream->timing.v_addressable + in dcn32_set_phantom_stream_timing() 816 phantom->timing.v_addressable; in subvp_subvp_schedulable() 834 …vactive1_us = ((subvp_pipes[0]->stream->timing.v_addressable * subvp_pipes[0]->stream->timing.h_to… in subvp_subvp_schedulable() 836 …vactive2_us = ((subvp_pipes[1]->stream->timing.v_addressable * subvp_pipes[1]->stream->timing.h_to… in subvp_subvp_schedulable() 838 …k1_us = (((subvp_pipes[0]->stream->timing.v_total - subvp_pipes[0]->stream->timing.v_addressable) * in subvp_subvp_schedulable() 841 …k2_us = (((subvp_pipes[1]->stream->timing.v_total - subvp_pipes[1]->stream->timing.v_addressable) * in subvp_subvp_schedulable() 918 subvp_active_us = main_timing->v_addressable * main_timing->h_total / in subvp_drr_schedulable() 923 mall_region_us = phantom_timing->v_addressable * phantom_timing->h_total / in subvp_drr_schedulable() 926 drr_stretched_vblank_us = (drr_timing->v_total - drr_timing->v_addressable) * drr_timing->h_total / in subvp_drr_schedulable() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_timing_generator_v.c | 247 uint32_t v_sync_start = timing->v_addressable + vsync_offset; in dce110_timing_generator_v_program_blanking() 310 tmp = tmp + timing->v_addressable + timing->v_border_top + in dce110_timing_generator_v_program_blanking()
|
H A D | dce110_timing_generator.c | 291 uint32_t v_sync_start = dc_crtc_timing->v_addressable + vsync_offset; in dce110_timing_generator_program_timing_generator() 313 bp_params.v_addressable = patched_crtc_timing.v_addressable; in dce110_timing_generator_program_timing_generator() 606 uint32_t v_sync_start = timing->v_addressable + vsync_offset; in dce110_timing_generator_program_blanking() 691 tmp = tmp + timing->v_addressable + timing->v_border_top + in dce110_timing_generator_program_blanking()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/ |
H A D | dcn201_optc.c | 85 v_blank = (timing->v_total - timing->v_addressable - in optc201_validate_timing()
|
/openbmc/linux/drivers/gpu/drm/amd/display/include/ |
H A D | bios_parser_types.h | 181 uint32_t v_addressable; member
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/ |
H A D | command_table2.c | 581 params.v_size = cpu_to_le16((uint16_t)bp_params->v_addressable); in set_crtc_using_dtd_timing_v3() 585 bp_params->v_addressable)); in set_crtc_using_dtd_timing_v3() 600 bp_params->v_addressable)); in set_crtc_using_dtd_timing_v3()
|
H A D | command_table.c | 1840 params.usV_Disp = cpu_to_le16((uint16_t)(bp_params->v_addressable)); in set_crtc_timing_v1() 1914 params.usV_Size = cpu_to_le16((uint16_t)bp_params->v_addressable); in set_crtc_using_dtd_timing_v3() 1917 cpu_to_le16((uint16_t)(bp_params->v_total - bp_params->v_addressable)); in set_crtc_using_dtd_timing_v3() 1928 cpu_to_le16((uint16_t)(bp_params->v_sync_start - bp_params->v_addressable)); in set_crtc_using_dtd_timing_v3()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
H A D | dcn31_hpo_dp_stream_encoder.c | 356 hw_crtc_timing.v_addressable - hw_crtc_timing.v_border_bottom - in dcn31_hpo_dp_stream_enc_set_stream_attribute() 360 …v_height = hw_crtc_timing.v_border_top + hw_crtc_timing.v_addressable + hw_crtc_timing.v_border_bo… in dcn31_hpo_dp_stream_enc_set_stream_attribute()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_stream_encoder.c | 291 hw_crtc_timing.v_addressable /= 2; in dce110_stream_encoder_dp_set_stream_attribute() 473 hw_crtc_timing.v_addressable - hw_crtc_timing.v_border_bottom - in dce110_stream_encoder_dp_set_stream_attribute() 500 hw_crtc_timing.v_addressable + hw_crtc_timing.v_border_bottom); in dce110_stream_encoder_dp_set_stream_attribute()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
H A D | dcn_calcs.c | 422 input->dest.vactive = pipe->stream->timing.v_addressable + pipe->stream->timing.v_border_top in pipe_ctx_to_e2e_pipe_params() 441 - pipe->stream->timing.v_addressable in pipe_ctx_to_e2e_pipe_params() 907 v->vactive[input_idx] = pipe->stream->timing.v_addressable + in dcn_validate_bandwidth() 921 v->viewport_height[input_idx] = pipe->stream->timing.v_addressable; in dcn_validate_bandwidth() 1216 vesa_sync_start = pipe->stream->timing.v_addressable + in dcn_validate_bandwidth() 1227 pipe->stream->timing.v_addressable + in dcn_validate_bandwidth()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/ |
H A D | dce110_clk_mgr.c | 108 - stream->timing.v_addressable); in dce110_get_min_vblank_time_us()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce60/ |
H A D | dce60_hw_sequencer.c | 127 params.source_view_height = pipe_ctx->stream->timing.v_addressable; in dce60_enable_fbc()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
H A D | dcn314_fpu.c | 300 v_active = timing->v_border_top + timing->v_addressable + timing->v_border_bottom; in get_vertical_back_porch()
|
/openbmc/linux/drivers/gpu/drm/amd/display/modules/power/ |
H A D | power_helpers.c | 890 stream->timing.v_addressable - in mod_power_calc_psr_configs() 958 pic_height = stream->timing.v_addressable + in psr_su_set_dsc_slice_height()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/ |
H A D | dcn314_hwseq.c | 113 …dsc_cfg.pic_height = stream->timing.v_addressable + stream->timing.v_border_top + stream->timing.v… in update_dsc_on_stream()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
H A D | dcn20_fpu.c | 1126 patched_crtc_timing.v_addressable - in dcn20_adjust_freesync_v_startup() 1372 (v_total - timing->v_addressable in dcn20_populate_dml_pipes_from_context() 1389 - timing->v_addressable in dcn20_populate_dml_pipes_from_context() 1397 timing->v_addressable + timing->v_border_top + timing->v_border_bottom; in dcn20_populate_dml_pipes_from_context() 1550 pipes[pipe_cnt].pipe.src.viewport_height = timing->v_addressable; in dcn20_populate_dml_pipes_from_context()
|