Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c2759 bool cache_cursor = params->hubp_update_mall_sel_params.cache_cursor; in hwss_hubp_update_mall_sel() local
2762 hubp->funcs->hubp_update_mall_sel(hubp, mall_sel, cache_cursor); in hwss_hubp_update_mall_sel()
3557 bool cache_cursor) in hwss_add_hubp_update_mall_sel() argument
3563 …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/dcn401/
H A Ddcn401_hwseq.c3863 bool cache_cursor = false; in dcn401_program_mall_pipe_config_sequence() local
3893 cache_cursor = true; in dcn401_program_mall_pipe_config_sequence()
3903 hwss_add_hubp_update_mall_sel(seq_state, hubp, mall_sel, cache_cursor); in dcn401_program_mall_pipe_config_sequence()