Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_state.h34 struct dc_state *dc_state_create_copy(struct dc_state *src_state);
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_state.c256 struct dc_state *dc_state_create_copy(struct dc_state *src_state) in dc_state_create_copy() function
293 return dc_state_create_copy(dc->current_state); in dc_state_create_current_copy()
H A Ddc.c3021 struct dc_state *dsc_validate_context = dc_state_create_copy(dc->current_state); in copy_stream_update_to_stream()
3195 context = dc_state_create_copy(dc->current_state); in update_planes_and_stream_state()
4305 minimal_transition_context = dc_state_create_copy(base_context); in create_minimal_transition_state()
4784 context = dc_state_create_copy(state); in update_planes_and_stream_v1()