Home
last modified time | relevance | path

Searched refs:mall_in_use (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddchubbub.h227 void (*get_mall_en)(struct hubbub *hubbub, unsigned int *mall_in_use);
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn32/
H A Ddcn32_hubbub.h162 void hubbub32_get_mall_en(struct hubbub *hubbub, unsigned int *mall_in_use);
H A Ddcn32_hubbub.c949 void hubbub32_get_mall_en(struct hubbub *hubbub, unsigned int *mall_in_use) in hubbub32_get_mall_en() argument
957 *mall_in_use = prefetch_complete && mall_en; in hubbub32_get_mall_en()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_debugfs.c3986 unsigned int mall_in_use = false; in capabilities_show() local
3992 hubbub->funcs->get_mall_en(hubbub, &mall_in_use); in capabilities_show()
3998 mall_supported ? "yes" : "no", mall_in_use ? "yes" : "no"); in capabilities_show()