1 // SPDX-License-Identifier: MIT 2 /* 3 * Copyright (C) 2021 Advanced Micro Devices, Inc. 4 * 5 * Authors: AMD 6 */ 7 8 #ifndef _DCN303_RESOURCE_H_ 9 #define _DCN303_RESOURCE_H_ 10 11 #include "core_types.h" 12 13 struct resource_pool *dcn303_create_resource_pool(const struct dc_init_data *init_data, struct dc *dc); 14 15 void dcn303_update_bw_bounding_box(struct dc *dc, struct clk_bw_params *bw_params); 16 17 #endif /* _DCN303_RESOURCE_H_ */ 18