Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn401/
H A Ddcn401_hubp.c185 union dml2_global_sync_programming *pipe_global_sync, in hubp401_vready_at_or_After_vsync() argument
188 unsigned int vstartup_lines = pipe_global_sync->dcn4x.vstartup_lines; in hubp401_vready_at_or_After_vsync()
189 unsigned int vupdate_offset_pixels = pipe_global_sync->dcn4x.vupdate_offset_pixels; in hubp401_vready_at_or_After_vsync()
190 unsigned int vupdate_width_pixels = pipe_global_sync->dcn4x.vupdate_vupdate_width_pixels; in hubp401_vready_at_or_After_vsync()
191 unsigned int vready_offset_pixels = pipe_global_sync->dcn4x.vready_offset_pixels; in hubp401_vready_at_or_After_vsync()
349 union dml2_global_sync_programming *pipe_global_sync, in hubp401_setup() argument
355 hubp401_vready_at_or_After_vsync(hubp, pipe_global_sync, timing); in hubp401_setup()