Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_mall_phantom.c660 uint32_t phantom_vactive, phantom_bp, pstate_width_fw_delay_lines; in set_phantom_stream_timing() local
687phantom_vactive = svp_height + pstate_width_fw_delay_lines + ctx->config.svp_pstate.subvp_swath_he… in set_phantom_stream_timing()
702 phantom_stream->dst.height = phantom_vactive; in set_phantom_stream_timing()
704 phantom_stream->src.height = phantom_vactive; in set_phantom_stream_timing()
706 phantom_stream->timing.v_addressable = phantom_vactive; in set_phantom_stream_timing()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/
H A Ddml2_internal_shared_types.h288 unsigned long phantom_vactive; member
/linux-6.15/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-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn4_fams2.c1764 stream_fams2_meta->method_subvp.phantom_vactive = in build_fams2_meta_per_stream()
1776 stream_fams2_meta->method_subvp.phantom_vactive; in build_fams2_meta_per_stream()
1828 stream_svp_meta->v_active = stream_fams2_meta->method_subvp.phantom_vactive; in build_subvp_meta_per_stream()
/linux-6.15/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h1936 uint16_t phantom_vactive; member
1967 uint16_t phantom_vactive; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c12905 sub_programming->subvp.phantom_vactive = in dml2_core_calcs_get_stream_fams2_programming()
12906 (uint16_t)stream_fams2_meta->method_subvp.phantom_vactive; in dml2_core_calcs_get_stream_fams2_programming()