Home
last modified time | relevance | path

Searched refs:vready_offset (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator.h260 int vready_offset,
/linux/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_timing_generator.c110 int vready_offset, in program_timing() argument
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2011 unsigned int vready_offset = pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_calculate_vready_offset_for_group() local
2015 if (other_pipe->global_sync.dcn4x.vready_offset_pixels > vready_offset) in dcn401_calculate_vready_offset_for_group()
2016 vready_offset = other_pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_calculate_vready_offset_for_group()
2019 if (other_pipe->global_sync.dcn4x.vready_offset_pixels > vready_offset) in dcn401_calculate_vready_offset_for_group()
2020 vready_offset = other_pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_calculate_vready_offset_for_group()
2023 if (other_pipe->global_sync.dcn4x.vready_offset_pixels > vready_offset) in dcn401_calculate_vready_offset_for_group()
2024 vready_offset = other_pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_calculate_vready_offset_for_group()
2027 if (other_pipe->global_sync.dcn4x.vready_offset_pixels > vready_offset) in dcn401_calculate_vready_offset_for_group()
2028 vready_offset = other_pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_calculate_vready_offset_for_group()
2031 return vready_offset; in dcn401_calculate_vready_offset_for_group()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h525 unsigned int vready_offset; member
H A Ddisplay_mode_vba.h141 dml_get_pipe_attr_decl(vready_offset);
H A Ddisplay_mode_vba.c181 dml_get_pipe_attr_func(vready_offset, mode_lib->vba.VReadyOffsetPix);
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c1685 int vready_offset, in hwss_add_tg_program_global_sync() argument
1693 …e->steps[*seq_state->num_steps].params.tg_program_global_sync_params.vready_offset = vready_offset; in hwss_add_tg_program_global_sync()
2388 int vready_offset = params->tg_program_global_sync_params.vready_offset; in hwss_tg_program_global_sync() local
2395 tg->funcs->program_global_sync(tg, vready_offset, vstartup_lines, in hwss_tg_program_global_sync()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_utils.c256 pipe_ctx->pipe_dlg_param.vready_offset = dml_get_vready_offset(mode_lib, pipe_idx); in populate_pipe_ctx_dlg_params_from_dml()
H A Ddisplay_mode_core.c10343 dml_get_per_surface_var_func(vready_offset, dml_uint_t, mode_lib->mp.VReadyOffsetPix);
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c355 pipes[pipe_idx].pipe.dest.vready_offset = in dcn32_helper_populate_phantom_dlg_params()
1679 pipes[pipe_idx].pipe.dest.vready_offset = get_vready_offset(&context->bw_ctx.dml, pipes, pipe_cnt, in dcn32_calculate_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1187 …pipes[pipe_idx].pipe.dest.vready_offset = get_vready_offset(&context->bw_ctx.dml, pipes, pipe_cnt,… in dcn20_calculate_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c271 dml_get_per_pipe_var_func(vready_offset, unsigned int, mode_lib->mp.VReadyOffsetPix);