Home
last modified time | relevance | path

Searched refs:vupdate_offset_pixels (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn401/
H A Ddcn401_hubp.c189 unsigned int vupdate_offset_pixels = pipe_global_sync->dcn4x.vupdate_offset_pixels; in hubp401_vready_at_or_After_vsync() local
209 pixel_width = vready_offset_pixels + vupdate_width_pixels + vupdate_offset_pixels; in hubp401_vready_at_or_After_vsync()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c1674 unsigned int vupdate_offset_pixels, in hwss_add_tg_program_global_sync() argument
1682 …tate->num_steps].params.tg_program_global_sync_params.vupdate_offset_pixels = vupdate_offset_pixel… in hwss_add_tg_program_global_sync()
2367 unsigned int vupdate_offset_pixels = params->tg_program_global_sync_params.vupdate_offset_pixels; in hwss_tg_program_global_sync() local
2373 vupdate_offset_pixels, vupdate_vupdate_width_pixels, pstate_keepout_start_lines); in hwss_tg_program_global_sync()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c839 (unsigned int)pipe_ctx->global_sync.dcn4x.vupdate_offset_pixels, in dcn401_enable_stream_timing()
2115 (unsigned int)pipe_ctx->global_sync.dcn4x.vupdate_offset_pixels, in dcn401_program_tg()
2282 (unsigned int)pipe_ctx->global_sync.dcn4x.vupdate_offset_pixels, in dcn401_program_pipe_sequence()
2723 (unsigned int)pipe_ctx->global_sync.dcn4x.vupdate_offset_pixels, in dcn401_update_bandwidth()
2760 unsigned int old_pipe_vupdate_offset_pixels = old_pipe->global_sync.dcn4x.vupdate_offset_pixels; in dcn401_detect_pipe_changes()
2761 unsigned int new_pipe_vupdate_offset_pixels = new_pipe->global_sync.dcn4x.vupdate_offset_pixels; in dcn401_detect_pipe_changes()
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h273 unsigned int vupdate_offset_pixels; member
1672 unsigned int vupdate_offset_pixels,
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c12761 out->dcn4x.vupdate_offset_pixels = dml_get_vupdate_offset(mode_lib, pipe_index); in dml2_core_calcs_get_global_sync_programming()