Searched refs:OPP_HEAD (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn32/ ! |
D | dcn32_resource_helpers.c | 622 if (resource_is_pipe_type(pipe, OPP_HEAD) && in disallow_subvp_in_active_plus_blank() 659 if (resource_is_pipe_type(pipe, OPP_HEAD) && in dcn32_subvp_drr_admissable() 720 if (resource_is_pipe_type(pipe, OPP_HEAD) && in dcn32_subvp_vblank_admissable()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/ ! |
D | resource.h | 262 OPP_HEAD, enumerator
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn32/ ! |
D | dcn32_hwseq.c | 567 if (resource_is_pipe_type(pipe_ctx, OPP_HEAD)) { in dcn32_set_output_transfer_func() 1368 if (resource_is_pipe_type(pipe_ctx, OPP_HEAD) && pipe_ctx->stream->link == link) { in apply_symclk_on_tx_off_wa() 1791 } else if (resource_is_pipe_type(cur_pipe, OPP_HEAD)) { in dcn32_is_pipe_topology_transition_seamless() 1792 if (resource_is_pipe_type(new_pipe, OPP_HEAD)) { in dcn32_is_pipe_topology_transition_seamless()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/ ! |
D | dc_resource.c | 1822 !resource_is_pipe_type(cur_pipe, OPP_HEAD) && in resource_find_free_pipe_used_as_cur_sec_dpp() 1846 !resource_is_pipe_type(cur_pipe, OPP_HEAD) && in resource_find_free_pipe_used_as_cur_sec_dpp_in_mpcc_combine() 1883 case OPP_HEAD: in resource_is_pipe_type() 1940 if (!resource_is_pipe_type(opp_head, OPP_HEAD)) { in resource_get_dpp_pipes_for_opp_head() 1962 if (resource_is_pipe_type(pipe, OPP_HEAD) || in resource_get_dpp_pipes_for_plane() 2406 ASSERT(resource_is_pipe_type(opp_head, OPP_HEAD)); in get_last_opp_head() 3107 if (resource_is_pipe_type(last_dpp_pipe, OPP_HEAD) || in release_dpp_pipe_and_remove_mpc_slice()
|
D | dc_hw_sequencer.c | 1002 if (!resource_is_pipe_type(opp_head, OPP_HEAD) || in hwss_wait_for_all_blank_complete()
|
D | dc.c | 1141 if (resource_is_pipe_type(pipe_ctx, OPP_HEAD) && in apply_ctx_interdependent_lock()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/ ! |
D | dcn32_fpu.c | 688 if (resource_is_pipe_type(pipe, OPP_HEAD) && in dcn32_enough_pipes_for_subvp() 1235 if (resource_is_pipe_type(pipe, OPP_HEAD)) in update_pipe_slice_table_with_split_flags() 1252 if (odm && resource_is_pipe_type(pipe, OPP_HEAD)) in update_pipe_slice_table_with_split_flags()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ ! |
D | dcn20_hwseq.c | 2215 if (resource_is_pipe_type(&dc->current_state->res_ctx.pipe_ctx[i], OPP_HEAD) && in dcn20_post_unlock_program_front_end() 2216 !resource_is_pipe_type(&context->res_ctx.pipe_ctx[i], OPP_HEAD)) in dcn20_post_unlock_program_front_end()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ ! |
D | dcn401_hwseq.c | 722 if (resource_is_pipe_type(pipe_ctx, OPP_HEAD)) { in dcn401_set_output_transfer_func()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn20/ ! |
D | dcn20_resource.c | 2242 if (resource_is_pipe_type(pipe, OPP_HEAD) && pipe->stream_res.dsc) in dcn20_release_pipe()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/basics/ ! |
D | dce_calcs.c | 3016 if (!resource_is_pipe_type(&pipe[i], OPP_HEAD)) in all_displays_in_sync()
|