Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn5_calcs_dchub.c2038 …*p->full_vp_access_width_mvmpg_aligned = p->surf_vert ? full_vp_height_mvmpg_aligned : full_vp_wid… in dcn5_calculate_mcache_row_bytes()
2041 if (!p->surf_vert) { //horizontal access in dcn5_calculate_mcache_row_bytes()
2059 if (p->surf_vert && vmpg_bytes > blk_bytes) { in dcn5_calculate_mcache_row_bytes()
2067 if (!p->surf_vert) in dcn5_calculate_mcache_row_bytes()
2081 if (p->gpuvm_enable || p->surf_vert) { in dcn5_calculate_mcache_row_bytes()
2149 l->l_p.surf_vert = p->surf_vert; in dcn5_calculate_mcache_setting()
2185 l->c_p.surf_vert = p->surf_vert; in dcn5_calculate_mcache_setting()
2218 l->mvmpg_access_width_l = p->surf_vert ? l->mvmpg_height_l : l->mvmpg_width_l; in dcn5_calculate_mcache_setting()
2219 l->mvmpg_access_width_c = p->surf_vert ? l->mvmpg_height_c : l->mvmpg_width_c; in dcn5_calculate_mcache_setting()
2228 if (!p->surf_vert) // horizonatal access in dcn5_calculate_mcache_setting()
[all …]
H A Ddml2_core_shared_types.h2134 bool surf_vert; member
2203 bool surf_vert; member