kernel/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.h
.. .. @@ -39,9 +39,14 @@ 39 39 struct resource_pool base; 40 40 }; 41 41 struct resource_pool *dcn10_create_resource_pool( 42 - uint8_t num_virtual_links,42 + const struct dc_init_data *init_data,43 43 struct dc *dc); 44 44 45 +struct stream_encoder *dcn10_find_first_free_match_stream_enc_for_link(46 + struct resource_context *res_ctx,47 + const struct resource_pool *pool,48 + struct dc_stream_state *stream);49 +45 50 46 51 #endif /* __DC_RESOURCE_DCN10_H__ */ 47 52