Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h508 unsigned int recout_width; member
H A Ddisplay_mode_vba.c622 …dst->recout_width; // TODO: or should this be full_recout_width???...maybe only when in hsplit mod… in fetch_pipe_params()
801 dst_k->recout_width; in fetch_pipe_params()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1568 …pipes[pipe_cnt].pipe.dest.recout_width = pipes[pipe_cnt].pipe.src.viewport_width; /*vp_width/hrati… in dcn20_populate_dml_pipes_from_context()
1570 …pipes[pipe_cnt].pipe.dest.full_recout_width = pipes[pipe_cnt].pipe.dest.recout_width; /*when is_h… in dcn20_populate_dml_pipes_from_context()
1583 pipes[pipe_cnt].pipe.dest.recout_width /= 2; in dcn20_populate_dml_pipes_from_context()
1586 pipes[pipe_cnt].pipe.dest.recout_width /= 4; in dcn20_populate_dml_pipes_from_context()
1648 pipes[pipe_cnt].pipe.dest.recout_width = scl->recout.width; in dcn20_populate_dml_pipes_from_context()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_utils.c275 pipe_ctx->pipe_dlg_param.recout_width = pipe_ctx->plane_res.scl_data.recout.width; in populate_pipe_ctx_dlg_params_from_dml()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h3047 …uint32_t recout_width; /* RECOUT_SIZE->RECOUT_WIDTH from pipe_ctx->plane_res.scl… member