Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2194 * dc_commit_state_no_check - Apply context to the hardware
2204 static enum dc_status dc_commit_state_no_check(struct dc *dc, struct dc_state *context) in dc_commit_state_no_check()
2247 //dc_commit_state_no_check is always a full update in dc_commit_state_no_check()
2309 /* Full update should unconditionally be triggered when dc_commit_state_no_check is called */ in dc_commit_state_no_check()
2542 res = dc_commit_state_no_check(dc, context); in dc_commit_streams()
5589 * Reduce the scenarios to use dc_commit_state_no_check in the stage of flip. Especially in dc_interrupt_to_irq_source()
5606 ret = dc_commit_state_no_check(dc, transition_context);
2201 static enum dc_status dc_commit_state_no_check(struct dc *dc, struct dc_state *context) dc_commit_state_no_check() function