Home
last modified time | relevance | path

Searched refs:mall_size_total (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/
H A Ddml21_translation_helper.c299 dml_soc_bb->mall_allocated_for_dcn_mbytes = in_dc->caps.mall_size_total / 1048576; in dml21_apply_soc_bb_overrides()
302 dml_soc_bb->mall_allocated_for_dcn_mbytes = in_dc->caps.mall_size_total / 1048576; in dml21_apply_soc_bb_overrides()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c1716 …dc->caps.mall_size_total = dc->caps.mall_size_per_mem_channel * dc->ctx->dc_bios->vram_info.num_ch… in dcn321_resource_construct()
1726 dc->caps.mall_size_total = dc->caps.max_cab_allocation_bytes; in dcn321_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn401/
H A Ddcn401_resource.c1620 dc->caps.mall_size_total = dc->caps.max_cab_allocation_bytes; in dcn401_update_bw_bounding_box()
1863 dc->caps.mall_size_total = dc->caps.max_cab_allocation_bytes; in dcn401_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2158 …dc->caps.mall_size_total = dc->caps.mall_size_per_mem_channel * dc->ctx->dc_bios->vram_info.num_ch… in dcn32_resource_construct()
2168 dc->caps.mall_size_total = dc->caps.max_cab_allocation_bytes; in dcn32_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn303/
H A Ddcn303_resource.c1169 dc->caps.mall_size_total = dc->caps.mall_size_per_mem_channel * in dcn303_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn302/
H A Ddcn302_resource.c1227 …dc->caps.mall_size_total = dc->caps.mall_size_per_mem_channel * dc->ctx->dc_bios->vram_info.num_ch… in dcn302_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.c1101 unsigned int mall_size = dc->caps.mall_size_total; in dcn30_does_plane_fit_in_mall()
/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc.h275 unsigned int mall_size_total; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c2311 …dc->caps.mall_size_total = dc->caps.mall_size_per_mem_channel * dc->ctx->dc_bios->vram_info.num_ch… in dcn30_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_debugfs.c3984 bool mall_supported = dc->caps.mall_size_total; in capabilities_show()