Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c5086 /*only enable triplebuffer for fast_update*/ in commit_minimal_transition_state()
5627 void populate_fast_updates(struct dc_fast_update *fast_update, in dc_set_power_state()
5635 fast_update[0].out_transfer_func = stream_update->out_transfer_func; in dc_set_power_state()
5636 fast_update[0].output_csc_transform = stream_update->output_csc_transform; in dc_set_power_state()
5637 fast_update[0].cursor_attributes = stream_update->cursor_attributes; in dc_set_power_state()
5638 fast_update[0].cursor_position = stream_update->cursor_position; in dc_set_power_state()
5639 fast_update[0].periodic_interrupt = stream_update->periodic_interrupt; in dc_set_power_state()
5640 fast_update[0].dither_option = stream_update->dither_option; in dc_set_power_state()
5641 fast_update[0].gamut_remap = stream_update->gamut_remap; in dc_set_power_state()
5642 fast_update[ in dc_set_power_state()
5102 populate_fast_updates(struct dc_fast_update * fast_update,struct dc_surface_update * srf_updates,int surface_count,struct dc_stream_update * stream_update) populate_fast_updates() argument
5130 fast_updates_exist(const struct dc_fast_update * fast_update,int surface_count) fast_updates_exist() argument
5154 fast_nonaddr_updates_exist(struct dc_fast_update * fast_update,int surface_count) fast_nonaddr_updates_exist() argument
5276 fast_update_only(const struct dc * dc,const struct dc_fast_update * fast_update,const struct dc_surface_update * srf_updates,int surface_count,const struct dc_stream_update * stream_update,const struct dc_stream_state * stream) fast_update_only() argument
5293 struct dc_fast_update fast_update[MAX_SURFACES] = {0}; update_planes_and_stream_v2() local
5379 struct dc_fast_update fast_update[MAX_SURFACES] = {0}; commit_planes_and_stream_update_on_current_context() local
7368 struct dc_fast_update fast_update[MAX_SURFACES] = { 0 }; update_planes_and_stream_prepare_v3() local
[all...]
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h2099 bool fast_nonaddr_updates_exist(struct dc_fast_update *fast_update, int surface_count);
2100 void populate_fast_updates(struct dc_fast_update *fast_update,