Searched refs:apply_ctx_interdependent_lock (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/ |
D | dc.c | 1045 static void apply_ctx_interdependent_lock(struct dc *dc, struct dc_state *context, in apply_ctx_interdependent_lock() function 1130 apply_ctx_interdependent_lock(dc, dc->current_state, old_stream, true); in disable_dangling_plane() 1132 apply_ctx_interdependent_lock(dc, dc->current_state, old_stream, false); in disable_dangling_plane() 1791 apply_ctx_interdependent_lock(dc, context, context->streams[i], true); in dc_commit_state_no_check() 1796 apply_ctx_interdependent_lock(dc, context, context->streams[i], false); in dc_commit_state_no_check() 1837 apply_ctx_interdependent_lock(dc, context, context->streams[i], true); in dc_commit_state_no_check() 1842 apply_ctx_interdependent_lock(dc, context, context->streams[i], false); in dc_commit_state_no_check()
|