Home
last modified time | relevance | path

Searched refs:max_cab_allocation_bytes (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource_helpers.c136 total_cache_lines = dc->caps.max_cab_allocation_bytes / dc->caps.cache_line_size; in dcn32_helper_calculate_num_ways_for_subvp()
Ddcn32_hwseq.c320 total_lines = dc->caps.max_cab_allocation_bytes / dc->caps.cache_line_size; in dcn32_calculate_cab_allocation()
Ddcn32_resource.c2118 dc->caps.max_cab_allocation_bytes = 67108864; // 64MB = 1024 * 1024 * 64 in dcn32_resource_construct()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/
Ddc.h262 uint32_t max_cab_allocation_bytes; member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn321/
Ddcn321_resource.c1705 dc->caps.max_cab_allocation_bytes = 33554432; // 32MB = 1024 * 1024 * 32 in dcn321_resource_construct()