Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/
Ddc_state.h33 void dc_state_copy(struct dc_state *dst_state, struct dc_state *src_state);
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_state.c232 void dc_state_copy(struct dc_state *dst_state, struct dc_state *src_state) in dc_state_copy() function
291 dc_state_copy(dst_state, dc->current_state); in dc_state_copy_current()