Home
last modified time | relevance | path

Searched refs:use_mall_for_cursor (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn32/
H A Ddcn32_hubp.c121 bool use_mall_for_cursor; in hubp32_cursor_set_attributes() local
139 use_mall_for_cursor = cursor_size > 16384 ? 1 : 0; in hubp32_cursor_set_attributes()
165 REG_UPDATE(DCHUBP_MALL_CONFIG, USE_MALL_FOR_CURSOR, use_mall_for_cursor); in hubp32_cursor_set_attributes()
181 hubp->use_mall_for_cursor = use_mall_for_cursor; in hubp32_cursor_set_attributes()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dhubp.h135 bool use_mall_for_cursor; member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c3037 p->HUBP0_DCHUBP_MALL_CONFIG__USE_MALL_FOR_CURSOR = hubp->use_mall_for_cursor; in dcn401_update_cursor_offload_pipe()