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.c2187 unsigned int vready_offset = pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_program_pipe_sequence()
2189 /* Always use the largest vready_offset of all connected pipes */ in dcn401_program_pipe_sequence()
2191 if (other_pipe->global_sync.dcn4x.vready_offset_pixels > vready_offset) in dcn401_program_pipe_sequence()
2192 vready_offset = other_pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_program_pipe_sequence()
2195 if (other_pipe->global_sync.dcn4x.vready_offset_pixels > vready_offset) in dcn401_program_pipe_sequence()
2196 vready_offset = other_pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_program_pipe_sequence()
2199 if (other_pipe->global_sync.dcn4x.vready_offset_pixels > vready_offset) in dcn401_program_pipe_sequence()
2200 vready_offset = other_pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_program_pipe_sequence()
2203 if (other_pipe->global_sync.dcn4x.vready_offset_pixels > vready_offset) in dcn401_program_pipe_sequence()
2204 vready_offset in dcn401_program_pipe_sequence()
2011 unsigned int vready_offset = pipe->global_sync.dcn4x.vready_offset_pixels; dcn401_calculate_vready_offset_for_group() local
[all...]
/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.c2024 int vready_offset, in hwss_set_ocsc_default()
2032 seq_state->steps[*seq_state->num_steps].params.tg_program_global_sync_params.vready_offset = vready_offset; in hwss_subvp_save_surf_addr()
2752 int vready_offset = params->tg_program_global_sync_params.vready_offset; in hwss_dwbc_update()
2759 tg->funcs->program_global_sync(tg, vready_offset, vstartup_lines, in hwss_hubp_update_mall_sel()
1685 hwss_add_tg_program_global_sync(struct block_sequence_state * seq_state,struct timing_generator * tg,int vready_offset,unsigned int vstartup_lines,unsigned int vupdate_offset_pixels,unsigned int vupdate_vupdate_width_pixels,unsigned int pstate_keepout_start_lines) hwss_add_tg_program_global_sync() argument
2388 int vready_offset = params->tg_program_global_sync_params.vready_offset; hwss_tg_program_global_sync() local
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_utils.c258 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.c10435 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.c358 pipes[pipe_idx].pipe.dest.vready_offset = in dcn32_helper_populate_phantom_dlg_params()
1686 pipes[pipe_idx].pipe.dest.vready_offset = (unsigned int)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.c1191 pipes[pipe_idx].pipe.dest.vready_offset = (unsigned int)get_vready_offset(&context->bw_ctx.dml, pipes, pipe_cnt, pipe_idx); in dcn20_calculate_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c272 dml_get_per_pipe_var_func(vready_offset, unsigned int, mode_lib->mp.VReadyOffsetPix);