forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.h
....@@ -39,9 +39,14 @@
3939 struct resource_pool base;
4040 };
4141 struct resource_pool *dcn10_create_resource_pool(
42
- uint8_t num_virtual_links,
42
+ const struct dc_init_data *init_data,
4343 struct dc *dc);
4444
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
+
4550
4651 #endif /* __DC_RESOURCE_DCN10_H__ */
4752