Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v12_1.c819 #define RLC_TOC_UMF_SIZE_inM 23ULL macro
878 if (total_size < (RLC_TOC_UMF_SIZE_inM << 20)) in gfx_v12_1_calc_toc_total_size()
879 total_size = RLC_TOC_UMF_SIZE_inM << 20; in gfx_v12_1_calc_toc_total_size()
H A Dgfx_v12_0.c1051 #define RLC_TOC_UMF_SIZE_inM 23ULL macro
1083 if (total_size < (RLC_TOC_UMF_SIZE_inM << 20)) in gfx_v12_0_calc_toc_total_size()
1084 total_size = RLC_TOC_UMF_SIZE_inM << 20; in gfx_v12_0_calc_toc_total_size()