![]() |
|
|||
0001 // SPDX-License-Identifier: MIT 0002 /* 0003 * Copyright (C) 2021 Advanced Micro Devices, Inc. 0004 * 0005 * Authors: AMD 0006 */ 0007 0008 #ifndef _DCN303_RESOURCE_H_ 0009 #define _DCN303_RESOURCE_H_ 0010 0011 #include "core_types.h" 0012 0013 extern struct _vcs_dpi_ip_params_st dcn3_03_ip; 0014 extern struct _vcs_dpi_soc_bounding_box_st dcn3_03_soc; 0015 0016 struct resource_pool *dcn303_create_resource_pool(const struct dc_init_data *init_data, struct dc *dc); 0017 0018 void dcn303_update_bw_bounding_box(struct dc *dc, struct clk_bw_params *bw_params); 0019 0020 #endif /* _DCN303_RESOURCE_H_ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |