Home
last modified time | relevance | path

Searched refs:hactive_odm (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_rq_dlg_calc_30.c780 unsigned int hactive_odm = 0; in get_surf_rq_param() local
783 hactive_odm = pipe_param.dest.hactive / ((unsigned int)pipe_param.dest.odm_combine*2); in get_surf_rq_param()
786 src_hactive_odm = pipe_param.scale_ratio_depth.hscl_ratio_c * hactive_odm; in get_surf_rq_param()
789 src_hactive_odm = pipe_param.scale_ratio_depth.hscl_ratio * hactive_odm; in get_surf_rq_param()
800 dml_print("DML_DLG: %s: hactive_odm = %d\n", __func__, hactive_odm); in get_surf_rq_param()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_rq_dlg_calc_31.c771 unsigned int hactive_odm; in get_surf_rq_param() local
775 hactive_odm = pipe_param.dest.hactive / ((unsigned int) pipe_param.dest.odm_combine * 2); in get_surf_rq_param()
778 src_hactive_odm = pipe_param.scale_ratio_depth.hscl_ratio_c * hactive_odm; in get_surf_rq_param()
781 src_hactive_odm = pipe_param.scale_ratio_depth.hscl_ratio * hactive_odm; in get_surf_rq_param()
793 dml_print("DML_DLG: %s: hactive_odm = %d\n", __func__, hactive_odm); in get_surf_rq_param()