Symbol: resource_is_pipe_type
drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c
3016
if (!resource_is_pipe_type(&pipe[i], OPP_HEAD))
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/dcn20_clk_mgr.c
160
if (!resource_is_pipe_type(pipe_ctx, OTG_MASTER))
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/dcn20_clk_mgr.c
191
if (!resource_is_pipe_type(pipe_ctx, OTG_MASTER))
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c
379
if (!resource_is_pipe_type(pipe_ctx, OTG_MASTER))
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c
433
if (!resource_is_pipe_type(pipe_ctx, OTG_MASTER))
drivers/gpu/drm/amd/display/dc/core/dc.c
1232
if (resource_is_pipe_type(pipe_ctx, OPP_HEAD) &&
drivers/gpu/drm/amd/display/dc/core/dc.c
2100
if (!resource_is_pipe_type(pipe, OTG_MASTER) ||
drivers/gpu/drm/amd/display/dc/core/dc.c
2166
if (resource_is_pipe_type(pipe, OTG_MASTER)) {
drivers/gpu/drm/amd/display/dc/core/dc.c
3700
if (resource_is_pipe_type(pipe_ctx, OTG_MASTER) && pipe_ctx->stream == stream) {
drivers/gpu/drm/amd/display/dc/core/dc.c
4995
if (resource_is_pipe_type(pipe, OTG_MASTER)) {
drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c
2098
if (!resource_is_pipe_type(opp_head, OPP_HEAD) ||
drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c
2114
if (!resource_is_pipe_type(otg_master, OTG_MASTER) ||
drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c
2177
if (resource_is_pipe_type(pipe_ctx, OTG_MASTER) && dc->hwss.wait_for_all_pending_updates) {
drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c
811
if (resource_is_pipe_type(current_mpc_pipe, OTG_MASTER) &&
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
1827
if (resource_is_pipe_type(new_pipe, FREE_PIPE)) {
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
1852
if (resource_is_pipe_type(new_pipe, FREE_PIPE)) {
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
1875
if (resource_is_pipe_type(cur_pipe, FREE_PIPE) &&
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
1876
resource_is_pipe_type(new_pipe, FREE_PIPE)) {
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
1898
if (resource_is_pipe_type(cur_pipe, OTG_MASTER) &&
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
1899
resource_is_pipe_type(new_pipe, FREE_PIPE)) {
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
1921
if (resource_is_pipe_type(cur_pipe, DPP_PIPE) &&
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
1922
!resource_is_pipe_type(cur_pipe, OPP_HEAD) &&
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
1923
resource_is_pipe_type(new_pipe, FREE_PIPE)) {
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
1945
if (resource_is_pipe_type(cur_pipe, DPP_PIPE) &&
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
1946
!resource_is_pipe_type(cur_pipe, OPP_HEAD) &&
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
1948
resource_is_pipe_type(new_pipe, FREE_PIPE)) {
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
1967
if (resource_is_pipe_type(new_pipe, FREE_PIPE)) {
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
2002
resource_is_pipe_type(&res_ctx->pipe_ctx[i], OTG_MASTER))
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
2018
if (!resource_is_pipe_type(otg_master, OTG_MASTER)) {
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
2040
if (!resource_is_pipe_type(opp_head, OPP_HEAD)) {
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
2044
while (pipe && resource_is_pipe_type(pipe, DPP_PIPE)) {
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
2062
if (resource_is_pipe_type(pipe, OPP_HEAD) ||
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
2096
ASSERT(!resource_is_pipe_type(opp_head, FREE_PIPE));
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
2106
ASSERT(resource_is_pipe_type(dpp_pipe, DPP_PIPE));
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
2248
resource_is_pipe_type(opp_head, OTG_MASTER));
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
2310
if (!resource_is_pipe_type(otg_master_a, OTG_MASTER) ||
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
2311
!resource_is_pipe_type(otg_master_b, OTG_MASTER))
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
2537
ASSERT(resource_is_pipe_type(opp_head, OPP_HEAD));
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
2546
ASSERT(resource_is_pipe_type(dpp_pipe, DPP_PIPE));
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
2929
if (resource_is_pipe_type(&context->res_ctx.pipe_ctx[i], FREE_PIPE))
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
3300
if (resource_is_pipe_type(last_opp_head, OTG_MASTER))
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
3422
if (resource_is_pipe_type(last_dpp_pipe, OPP_HEAD) ||
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
5361
if (!resource_is_pipe_type(pipe_ctx_old, OTG_MASTER))
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
489
if (!resource_is_pipe_type(pipe, OTG_MASTER))
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
678
if (!resource_is_pipe_type(pipe, OTG_MASTER) ||
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
679
!resource_is_pipe_type(pipe, DPP_PIPE))
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
852
if (resource_is_pipe_type(phantom_pipe, OTG_MASTER) &&
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
901
if (resource_is_pipe_type(pipe, OTG_MASTER) &&
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
902
resource_is_pipe_type(pipe, DPP_PIPE) &&
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
920
if (resource_is_pipe_type(pipe, OTG_MASTER) &&
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
921
resource_is_pipe_type(pipe, DPP_PIPE) &&
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
924
} else if (resource_is_pipe_type(pipe, OTG_MASTER) &&
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
925
resource_is_pipe_type(pipe, DPP_PIPE) &&
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
1101
if (resource_is_pipe_type(pipe_ctx, OTG_MASTER) &&
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
1233
if (resource_is_pipe_type(pipe, FREE_PIPE))
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
1237
if (resource_is_pipe_type(pipe, OPP_HEAD))
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
1242
else if (resource_is_pipe_type(pipe, DPP_PIPE) &&
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
1254
if (odm && resource_is_pipe_type(pipe, OPP_HEAD))
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
1257
else if (!odm && resource_is_pipe_type(pipe, DPP_PIPE))
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
690
if (resource_is_pipe_type(pipe, OPP_HEAD) &&
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
823
if (!resource_is_pipe_type(pipe, OTG_MASTER) ||
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
824
!resource_is_pipe_type(pipe, DPP_PIPE))
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
839
if (!resource_is_pipe_type(drr_pipe, OTG_MASTER) ||
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
840
!resource_is_pipe_type(drr_pipe, DPP_PIPE))
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
930
if (!resource_is_pipe_type(pipe, OTG_MASTER) ||
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
931
!resource_is_pipe_type(pipe, DPP_PIPE))
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_dc_resource_mgmt.c
269
resource_is_pipe_type(&existing_state->res_ctx.pipe_ctx[i], DPP_PIPE) ?
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_dc_resource_mgmt.c
309
resource_is_pipe_type(&existing_state->res_ctx.pipe_ctx[i], DPP_PIPE) ?
drivers/gpu/drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c
1499
if (resource_is_pipe_type(new_pipe, OTG_MASTER) &&
drivers/gpu/drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c
1556
if (resource_is_pipe_type(new_pipe, OTG_MASTER)) {
drivers/gpu/drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c
1846
if (resource_is_pipe_type(pipe_ctx, OTG_MASTER) &&
drivers/gpu/drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c
1923
if (resource_is_pipe_type(pipe_ctx, OTG_MASTER)) {
drivers/gpu/drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c
2138
if (resource_is_pipe_type(pipe, OTG_MASTER) &&
drivers/gpu/drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c
2139
!resource_is_pipe_type(pipe, DPP_PIPE) &&
drivers/gpu/drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c
2243
if (resource_is_pipe_type(&dc->current_state->res_ctx.pipe_ctx[i], OPP_HEAD) &&
drivers/gpu/drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c
2244
!resource_is_pipe_type(&context->res_ctx.pipe_ctx[i], OPP_HEAD))
drivers/gpu/drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c
2280
if (resource_is_pipe_type(old_pipe, OTG_MASTER) && resource_is_pipe_type(pipe, OTG_MASTER) &&
drivers/gpu/drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c
940
resource_is_pipe_type(opp_heads[i], OTG_MASTER));
drivers/gpu/drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c
1165
resource_is_pipe_type(odm_pipe, OTG_MASTER));
drivers/gpu/drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c
1183
if (!resource_is_pipe_type(pipe_ctx, DPP_PIPE))
drivers/gpu/drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c
1267
if (!resource_is_pipe_type(pipe, OTG_MASTER))
drivers/gpu/drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c
1388
if (resource_is_pipe_type(pipe_ctx, OPP_HEAD) && pipe_ctx->stream->link == link) {
drivers/gpu/drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c
1472
if (resource_is_pipe_type(phantom_pipe, DPP_PIPE)) {
drivers/gpu/drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c
1482
if (resource_is_pipe_type(phantom_pipe, OTG_MASTER)) {
drivers/gpu/drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c
1755
if (resource_is_pipe_type(cur_pipe, FREE_PIPE) ||
drivers/gpu/drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c
1756
resource_is_pipe_type(new_pipe, FREE_PIPE))
drivers/gpu/drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c
1759
else if (resource_is_pipe_type(cur_pipe, OTG_MASTER)) {
drivers/gpu/drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c
1760
if (resource_is_pipe_type(new_pipe, OTG_MASTER))
drivers/gpu/drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c
1765
} else if (resource_is_pipe_type(cur_pipe, OPP_HEAD)) {
drivers/gpu/drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c
1766
if (resource_is_pipe_type(new_pipe, OPP_HEAD)) {
drivers/gpu/drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c
1774
} else if (resource_is_pipe_type(cur_pipe, DPP_PIPE)) {
drivers/gpu/drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c
1775
if (resource_is_pipe_type(new_pipe, DPP_PIPE)) {
drivers/gpu/drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c
1837
if (!resource_is_pipe_type(pipe, OTG_MASTER) ||
drivers/gpu/drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c
579
if (resource_is_pipe_type(pipe_ctx, OPP_HEAD)) {
drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c
1550
if (resource_is_pipe_type(old_otg_master, OTG_MASTER)) {
drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c
1609
resource_is_pipe_type(opp_heads[i], OTG_MASTER));
drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c
1614
if (!resource_is_pipe_type(otg_master, DPP_PIPE))
drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c
1634
if (resource_is_pipe_type(old_otg_master, OTG_MASTER)) {
drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c
1745
opp_heads[i]->stream->timing.pixel_encoding, resource_is_pipe_type(opp_heads[i], OTG_MASTER));
drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c
1752
if (!resource_is_pipe_type(otg_master, DPP_PIPE)) {
drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c
1861
if (!resource_is_pipe_type(pipe, OTG_MASTER) ||
drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c
1873
if (!resource_is_pipe_type(pipe, OTG_MASTER) ||
drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c
1894
if (!resource_is_pipe_type(pipe, OTG_MASTER) ||
drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c
2142
if (resource_is_pipe_type(pipe_ctx, OTG_MASTER)) {
drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c
2268
if (resource_is_pipe_type(pipe_ctx, OTG_MASTER)) {
drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c
2509
if (resource_is_pipe_type(pipe, OTG_MASTER) &&
drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c
2510
!resource_is_pipe_type(pipe, DPP_PIPE) &&
drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c
2579
if (resource_is_pipe_type(&dc->current_state->res_ctx.pipe_ctx[i], OPP_HEAD) &&
drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c
2580
!resource_is_pipe_type(&context->res_ctx.pipe_ctx[i], OPP_HEAD))
drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c
2616
if (resource_is_pipe_type(old_pipe, OTG_MASTER) && resource_is_pipe_type(pipe, OTG_MASTER) &&
drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c
2785
if (resource_is_pipe_type(new_pipe, OTG_MASTER) &&
drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c
2841
if (resource_is_pipe_type(new_pipe, OTG_MASTER)) {
drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c
3751
if (resource_is_pipe_type(pipe_ctx, OTG_MASTER) && pipe_mall_type == SUBVP_MAIN) {
drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c
682
if (resource_is_pipe_type(pipe_ctx, OPP_HEAD)) {
drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c
785
if (!resource_is_pipe_type(pipe_ctx, OTG_MASTER))
drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c
857
resource_is_pipe_type(opp_heads[i], OTG_MASTER));
drivers/gpu/drm/amd/display/dc/inc/resource.h
287
bool resource_is_pipe_type(const struct pipe_ctx *pipe_ctx, enum pipe_type type);
drivers/gpu/drm/amd/display/dc/link/accessories/link_dp_cts.c
670
if (resource_is_pipe_type(&pipes[i], OTG_MASTER) &&
drivers/gpu/drm/amd/display/dc/link/link_dpms.c
199
return resource_is_pipe_type(pipe, OTG_MASTER) &&
drivers/gpu/drm/amd/display/dc/resource/dcn20/dcn20_resource.c
2249
if (resource_is_pipe_type(pipe, OPP_HEAD) && pipe->stream_res.dsc)
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
1945
if (resource_is_pipe_type(pipe, OTG_MASTER))
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource_helpers.c
622
if (resource_is_pipe_type(pipe, OPP_HEAD) &&
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource_helpers.c
623
resource_is_pipe_type(pipe, DPP_PIPE)) {
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource_helpers.c
659
if (resource_is_pipe_type(pipe, OPP_HEAD) &&
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource_helpers.c
660
resource_is_pipe_type(pipe, DPP_PIPE)) {
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource_helpers.c
720
if (resource_is_pipe_type(pipe, OPP_HEAD) &&
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource_helpers.c
721
resource_is_pipe_type(pipe, DPP_PIPE)) {