Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml1_display_rq_dlg_calc.c101 unsigned int recout_width, in get_refcyc_per_delivery() argument
110 refcyc_per_delivery = (double) refclk_freq_in_mhz * (double) recout_width in get_refcyc_per_delivery()
119 DTRACE("DLG: %s: recout_width = %d", __func__, recout_width); in get_refcyc_per_delivery()
1280 + e2e_pipe_param->pipe.dest.recout_width; in dml1_rq_dlg_get_dlg_params()
1646 full_recout_width = e2e_pipe_param->pipe.dest.recout_width * 2; /* assume half split for dcn1 */ in dml1_rq_dlg_get_dlg_params()
1650 full_recout_width = e2e_pipe_param->pipe.dest.recout_width; in dml1_rq_dlg_get_dlg_params()
H A Ddisplay_mode_lib.c221 dml_print("DML PARAMS: recout_width = %d\n", pipe_dest->recout_width); in dml_log_pipe_params()
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/
H A Ddc.h2915 …uint32_t recout_width; /* RECOUT_SIZE->RECOUT_WIDTH from pipe_ctx->plane_res.scl… member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c6718 state->dpp[i].recout_width = dscl_data->recout.width; in dc_capture_register_software_state()