Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/
A Ddisplay_mode_lib.c167 display_pipe_dest_params_st *pipe_dest; in dml_log_pipe_params() local
176 pipe_dest = &(pipes[i].pipe.dest); in dml_log_pipe_params()
227 dml_print("DML PARAMS: hblank_end = %d\n", pipe_dest->hblank_end); in dml_log_pipe_params()
229 dml_print("DML PARAMS: vblank_end = %d\n", pipe_dest->vblank_end); in dml_log_pipe_params()
230 dml_print("DML PARAMS: htotal = %d\n", pipe_dest->htotal); in dml_log_pipe_params()
231 dml_print("DML PARAMS: vtotal = %d\n", pipe_dest->vtotal); in dml_log_pipe_params()
232 dml_print("DML PARAMS: vactive = %d\n", pipe_dest->vactive); in dml_log_pipe_params()
233 dml_print("DML PARAMS: hactive = %d\n", pipe_dest->hactive); in dml_log_pipe_params()
238 dml_print("DML PARAMS: interlaced = %d\n", pipe_dest->interlaced); in dml_log_pipe_params()
241 dml_print("DML PARAMS: otg_inst = %d\n", pipe_dest->otg_inst); in dml_log_pipe_params()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn201/
A Ddcn201_hubp.c100 struct _vcs_dpi_display_pipe_dest_params_st *pipe_dest) in hubp201_setup() argument
102 hubp2_vready_at_or_After_vsync(hubp, pipe_dest); in hubp201_setup()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_hubp.c119 struct _vcs_dpi_display_pipe_dest_params_st *pipe_dest) in hubp1_vready_workaround() argument
131 if ((pipe_dest->vstartup_start - 2*(pipe_dest->vready_offset+pipe_dest->vupdate_width in hubp1_vready_workaround()
132 + pipe_dest->vupdate_offset) / pipe_dest->htotal) <= pipe_dest->vblank_end) { in hubp1_vready_workaround()
679 struct _vcs_dpi_display_pipe_dest_params_st *pipe_dest) in hubp1_setup() argument
686 hubp1_vready_workaround(hubp, pipe_dest); in hubp1_setup()
A Ddcn10_hubp.h785 struct _vcs_dpi_display_pipe_dest_params_st *pipe_dest);
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_hubp.c171 struct _vcs_dpi_display_pipe_dest_params_st *pipe_dest) in hubp2_vready_at_or_After_vsync() argument
184 if (pipe_dest->htotal != 0) { in hubp2_vready_at_or_After_vsync()
185 if ((pipe_dest->vstartup_start - (pipe_dest->vready_offset+pipe_dest->vupdate_width in hubp2_vready_at_or_After_vsync()
186 + pipe_dest->vupdate_offset) / pipe_dest->htotal) <= pipe_dest->vblank_end) { in hubp2_vready_at_or_After_vsync()
232 struct _vcs_dpi_display_pipe_dest_params_st *pipe_dest) in hubp2_setup() argument
238 hubp2_vready_at_or_After_vsync(hubp, pipe_dest); in hubp2_setup()
A Ddcn20_hubp.h278 struct _vcs_dpi_display_pipe_dest_params_st *pipe_dest);
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/hw/
A Dmem_input.h101 struct _vcs_dpi_display_pipe_dest_params_st *pipe_dest);
A Dhubp.h101 struct _vcs_dpi_display_pipe_dest_params_st *pipe_dest);
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_hubp.c463 struct _vcs_dpi_display_pipe_dest_params_st *pipe_dest) in hubp3_setup() argument
468 hubp2_vready_at_or_After_vsync(hubp, pipe_dest); in hubp3_setup()
A Ddcn30_hubp.h279 struct _vcs_dpi_display_pipe_dest_params_st *pipe_dest);
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn21/
A Ddcn21_hubp.c174 struct _vcs_dpi_display_pipe_dest_params_st *pipe_dest) in hubp21_setup() argument
180 hubp2_vready_at_or_After_vsync(hubp, pipe_dest); in hubp21_setup()

Completed in 17 milliseconds