Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
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.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/
Ddml2_internal_shared_types.h293 unsigned long phantom_vactive; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
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.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/
Ddml2_pmo_dcn4_fams2.c1663 stream_fams2_meta->method_subvp.phantom_vactive = in build_fams2_meta_per_stream()
1675 stream_fams2_meta->method_subvp.phantom_vactive; in build_fams2_meta_per_stream()
1727 stream_svp_meta->v_active = stream_fams2_meta->method_subvp.phantom_vactive; in build_subvp_meta_per_stream()
/linux-6.12.1/drivers/gpu/drm/amd/display/dmub/inc/
Ddmub_cmd.h1759 uint16_t phantom_vactive; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_dcn4_calcs.c12414 fams2_programming->sub_state.subvp.phantom_vactive = in dml2_core_calcs_get_stream_fams2_programming()
12415 (uint16_t)stream_fams2_meta->method_subvp.phantom_vactive; in dml2_core_calcs_get_stream_fams2_programming()