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_shared_types.h2060 bool surf_vert; member
2129 bool surf_vert; member
H A Ddml2_core_dcn4_calcs.c2347 …*p->full_vp_access_width_mvmpg_aligned = p->surf_vert ? full_vp_height_mvmpg_aligned : full_vp_wid… in calculate_mcache_row_bytes()
2350 if (!p->surf_vert) { //horizontal access in calculate_mcache_row_bytes()
2368 if (p->surf_vert && vmpg_bytes > blk_bytes) { in calculate_mcache_row_bytes()
2376 if (!p->surf_vert) in calculate_mcache_row_bytes()
2390 if (p->gpuvm_enable || p->surf_vert) { in calculate_mcache_row_bytes()
2464 l->l_p.surf_vert = p->surf_vert; in calculate_mcache_setting()
2500 l->c_p.surf_vert = p->surf_vert; in calculate_mcache_setting()
2533 l->mvmpg_access_width_l = p->surf_vert ? l->mvmpg_height_l : l->mvmpg_width_l; in calculate_mcache_setting()
2534 l->mvmpg_access_width_c = p->surf_vert ? l->mvmpg_height_c : l->mvmpg_width_c; in calculate_mcache_setting()
2543 if (!p->surf_vert) // horizonatal access in calculate_mcache_setting()
[all …]