Home
last modified time | relevance | path

Searched refs:phantom_vactive (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_mall_phantom.c661 uint32_t phantom_vactive, phantom_bp, pstate_width_fw_delay_lines; in set_phantom_stream_timing() local
686phantom_vactive = svp_height + pstate_width_fw_delay_lines + ctx->config.svp_pstate.subvp_swath_he… in set_phantom_stream_timing()
701 phantom_stream->dst.height = phantom_vactive; in set_phantom_stream_timing()
703 phantom_stream->src.height = phantom_vactive; in set_phantom_stream_timing()
705 phantom_stream->timing.v_addressable = phantom_vactive; in set_phantom_stream_timing()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/inc/
H A Ddml2_internal_shared_types.h303 unsigned long phantom_vactive; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c476 uint32_t phantom_vactive, phantom_bp, pstate_width_fw_delay_lines; in dcn32_set_phantom_stream_timing() local
515phantom_vactive = get_subviewport_lines_needed_in_mall(&context->bw_ctx.dml, pipes, pipe_cnt, pipe… in dcn32_set_phantom_stream_timing()
521 phantom_vactive += num_dpp > 1 ? vba->meta_row_height[vba->pipe_plane[pipe_idx]] : 0; in dcn32_set_phantom_stream_timing()
524 phantom_vactive += dc->debug.subvp_extra_lines; in dcn32_set_phantom_stream_timing()
530 phantom_stream->dst.height = phantom_vactive; in dcn32_set_phantom_stream_timing()
537 …phantom_stream->src.height = (double)phantom_vactive * (double)main_stream->src.height / (double)m… in dcn32_set_phantom_stream_timing()
539 phantom_stream->timing.v_addressable = phantom_vactive; in dcn32_set_phantom_stream_timing()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn4_fams2.c1787 stream_pstate_meta->method_subvp.phantom_vactive = in build_pstate_meta_per_stream()
1799 stream_pstate_meta->method_subvp.phantom_vactive; in build_pstate_meta_per_stream()
1851 stream_svp_meta->v_active = stream_pstate_meta->method_subvp.phantom_vactive; in build_subvp_meta_per_stream()
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h2525 uint16_t phantom_vactive; member
2557 uint16_t phantom_vactive; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c12895 sub_programming->subvp.phantom_vactive = in dml2_core_calcs_get_stream_fams2_programming()
12896 (uint16_t)stream_pstate_meta->method_subvp.phantom_vactive; in dml2_core_calcs_get_stream_fams2_programming()