Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_lib.c133 display_pipe_dest_params_st *pipe_dest; in dml_log_pipe_params() local
142 pipe_dest = &(pipes[i].pipe.dest); in dml_log_pipe_params()
188 dml_print("DML PARAMS: recout_width = %d\n", pipe_dest->recout_width); in dml_log_pipe_params()
189 dml_print("DML PARAMS: recout_height = %d\n", pipe_dest->recout_height); in dml_log_pipe_params()
190 dml_print("DML PARAMS: full_recout_width = %d\n", pipe_dest->full_recout_width); in dml_log_pipe_params()
191 dml_print("DML PARAMS: full_recout_height = %d\n", pipe_dest->full_recout_height); in dml_log_pipe_params()
192 dml_print("DML PARAMS: hblank_start = %d\n", pipe_dest->hblank_start); in dml_log_pipe_params()
193 dml_print("DML PARAMS: hblank_end = %d\n", pipe_dest->hblank_end); in dml_log_pipe_params()
194 dml_print("DML PARAMS: vblank_start = %d\n", pipe_dest->vblank_start); in dml_log_pipe_params()
195 dml_print("DML PARAMS: vblank_end = %d\n", pipe_dest->vblank_end); in dml_log_pipe_params()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H 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()
H A Ddcn10_hubp.h771 struct _vcs_dpi_display_pipe_dest_params_st *pipe_dest);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H 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()
233 struct _vcs_dpi_display_pipe_dest_params_st *pipe_dest) in hubp2_setup() argument
239 hubp2_vready_at_or_After_vsync(hubp, pipe_dest); in hubp2_setup()
H A Ddcn20_hubp.h271 struct _vcs_dpi_display_pipe_dest_params_st *pipe_dest);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dmem_input.h97 struct _vcs_dpi_display_pipe_dest_params_st *pipe_dest);
H A Dhubp.h96 struct _vcs_dpi_display_pipe_dest_params_st *pipe_dest);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_hubp.c469 struct _vcs_dpi_display_pipe_dest_params_st *pipe_dest) in hubp3_setup() argument
474 hubp2_vready_at_or_After_vsync(hubp, pipe_dest); in hubp3_setup()
H A Ddcn30_hubp.h274 struct _vcs_dpi_display_pipe_dest_params_st *pipe_dest);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn21/
H 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()