Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_structs.h330 unsigned int recout_height; member
Ddisplay_mode_lib.c189 dml_print("DML PARAMS: recout_height = %d\n", pipe_dest->recout_height); in dml_log_pipe_params()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c2240 …pipes[pipe_cnt].pipe.dest.recout_height = pipes[pipe_cnt].pipe.src.viewport_height; /*vp_height/vr…
2242 …pipes[pipe_cnt].pipe.dest.full_recout_height = pipes[pipe_cnt].pipe.dest.recout_height; /*when is_…
2306 pipes[pipe_cnt].pipe.dest.recout_height = scl->recout.height;
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calcs.c426 input->dest.recout_height = pipe->plane_res.scl_data.recout.height; in pipe_ctx_to_e2e_pipe_params()