Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dml/ !
Ddisplay_mode_structs.h340 unsigned int recout_height; member
Ddisplay_mode_lib.c198 dml_print("DML PARAMS: recout_height = %d\n", pipe_dest->recout_height); in dml_log_pipe_params()
Ddml_wrapper.c837 pipe->dest.recout_height = pipe->src.viewport_height; in populate_default_plane_from_timing()
839 pipe->dest.full_recout_height = pipe->dest.recout_height; in populate_default_plane_from_timing()
946 e2e_pipe->pipe.dest.recout_height = scl->recout.height; in populate_dml_from_dc_pipe_ctx()
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dml/dcn20/ !
Ddcn20_fpu.c1167 …pipes[pipe_cnt].pipe.dest.recout_height = pipes[pipe_cnt].pipe.src.viewport_height; /*vp_height/vr… in dcn20_populate_dml_pipes_from_context()
1169 …pipes[pipe_cnt].pipe.dest.full_recout_height = pipes[pipe_cnt].pipe.dest.recout_height; /*when is_… in dcn20_populate_dml_pipes_from_context()
1228 pipes[pipe_cnt].pipe.dest.recout_height = scl->recout.height; in dcn20_populate_dml_pipes_from_context()
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dml/calcs/ !
Ddcn_calcs.c426 input->dest.recout_height = pipe->plane_res.scl_data.recout.height; in pipe_ctx_to_e2e_pipe_params()