Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_rq_dlg_calc_30.c689 unsigned int hactive_odm = 0; in get_surf_rq_param() local
692 hactive_odm = pipe_param->dest.hactive / ((unsigned int) pipe_param->dest.odm_combine*2); in get_surf_rq_param()
695 src_hactive_odm = pipe_param->scale_ratio_depth.hscl_ratio_c * hactive_odm; in get_surf_rq_param()
698 src_hactive_odm = pipe_param->scale_ratio_depth.hscl_ratio * hactive_odm; in get_surf_rq_param()
709 dml_print("DML_DLG: %s: hactive_odm = %d\n", __func__, hactive_odm); in get_surf_rq_param()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_rq_dlg_calc_31.c684 unsigned int hactive_odm; in get_surf_rq_param() local
688 hactive_odm = pipe_param->dest.hactive / ((unsigned int) pipe_param->dest.odm_combine * 2); in get_surf_rq_param()
691 src_hactive_odm = pipe_param->scale_ratio_depth.hscl_ratio_c * hactive_odm; in get_surf_rq_param()
694 src_hactive_odm = pipe_param->scale_ratio_depth.hscl_ratio * hactive_odm; in get_surf_rq_param()
706 dml_print("DML_DLG: %s: hactive_odm = %d\n", __func__, hactive_odm); in get_surf_rq_param()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_rq_dlg_calc_314.c772 unsigned int hactive_odm; in get_surf_rq_param() local
776 hactive_odm = pipe_param->dest.hactive / ((unsigned int) pipe_param->dest.odm_combine * 2); in get_surf_rq_param()
779 src_hactive_odm = pipe_param->scale_ratio_depth.hscl_ratio_c * hactive_odm; in get_surf_rq_param()
782 src_hactive_odm = pipe_param->scale_ratio_depth.hscl_ratio * hactive_odm; in get_surf_rq_param()
794 dml_print("DML_DLG: %s: hactive_odm = %d\n", __func__, hactive_odm); in get_surf_rq_param()