Searched refs:otg_master (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_resource.c1766 struct pipe_ctx *otg_master = resource_get_opp_head(pipe_ctx); local
1768 while (otg_master->prev_odm_pipe)
1769 otg_master = otg_master->prev_odm_pipe;
1770 return otg_master;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c2157 struct pipe_ctx *otg_master = resource_get_otg_master_for_stream(res_ctx, opp_head->stream); local
2158 struct pipe_ctx *sec_dpp_pipe = resource_find_free_secondary_pipe_legacy(res_ctx, pool, otg_master);
2160 ASSERT(otg_master);

Completed in 80 milliseconds