Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c678 bool cache_cursor = false; in dcn32_update_mall_sel() local
705 cache_cursor = true; in dcn32_update_mall_sel()
716 cache_cursor); in dcn32_update_mall_sel()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c2736 bool cache_cursor = params->hubp_update_mall_sel_params.cache_cursor; in hwss_hubp_update_mall_sel() local
2739 hubp->funcs->hubp_update_mall_sel(hubp, mall_sel, cache_cursor); in hwss_hubp_update_mall_sel()
3520 bool cache_cursor) in hwss_add_hubp_update_mall_sel() argument
3526 …state->steps[*seq_state->num_steps].params.hubp_update_mall_sel_params.cache_cursor = cache_cursor; in hwss_add_hubp_update_mall_sel()
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h522 bool cache_cursor; member
1817 bool cache_cursor);
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c3929 bool cache_cursor = false; in dcn401_program_mall_pipe_config_sequence() local
3959 cache_cursor = true; in dcn401_program_mall_pipe_config_sequence()
3969 hwss_add_hubp_update_mall_sel(seq_state, hubp, mall_sel, cache_cursor); in dcn401_program_mall_pipe_config_sequence()