Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_structs.h332 unsigned int full_recout_height; member
Ddisplay_mode_lib.c191 dml_print("DML PARAMS: full_recout_height = %d\n", pipe_dest->full_recout_height); in dml_log_pipe_params()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c2246 …pipes[pipe_cnt].pipe.dest.full_recout_height = pipes[pipe_cnt].pipe.dest.recout_height; /*when is_…
2311 pipes[pipe_cnt].pipe.dest.full_recout_height = scl->recout.height;
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calcs.c429 input->dest.full_recout_height = pipe->plane_res.scl_data.recout.height; in pipe_ctx_to_e2e_pipe_params()