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 D | display_mode_lib.c | 133 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 D | dcn10_hubp.c | 119 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 D | dcn10_hubp.h | 771 struct _vcs_dpi_display_pipe_dest_params_st *pipe_dest);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/ |
| H A D | dcn20_hubp.c | 171 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 D | dcn20_hubp.h | 271 struct _vcs_dpi_display_pipe_dest_params_st *pipe_dest);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| H A D | mem_input.h | 97 struct _vcs_dpi_display_pipe_dest_params_st *pipe_dest);
|
| H A D | hubp.h | 96 struct _vcs_dpi_display_pipe_dest_params_st *pipe_dest);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/ |
| H A D | dcn30_hubp.c | 469 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 D | dcn30_hubp.h | 274 struct _vcs_dpi_display_pipe_dest_params_st *pipe_dest);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn21/ |
| H A D | dcn21_hubp.c | 174 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()
|