hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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